TradingView
TWA_TradeWithAmir
30. Okt. 2020 07:30

TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method 

GoldOANDA

Beschreibung

*** This is a Repaint Indicator that uses HIGH & LOW of Previous Range in the Custom Period(12H,1D,2D,3D & Weekly) for Trading In the Present with E3 Levels

TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method
Version 1.00
Created by TWA_TradeWithAmir(TWA_PriceActionTips)
Updated 10/29/2020
Based On SaeedKhakestar Method(Trigger Price Action)

*With Entry Range
*With E3 Levels
*12H,1D,2D,3D & Weekly Boxes
*Entry Range & E3 Levels Belongs to Previous Box
*TRex Method
Kommentare
obsessedAntelo1588
//@version=4
//TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method
//Version 1.00
//Created by TWA_TradeWithAmir(TWA_PriceActionTips)
//Updated 10/28/2020
//Based On SaeedKhakestar Method(Trigger Price Action)

study(title="TimeframeBoxes(DailyBox) With E3Levels - SaeedKhakestar Method", shorttitle="TimeframeBoxes With E3Levels", overlay=true ,max_bars_back=1000)
Custom= input(title="Which Period?", defval="1D", options=["720","1D", "2D", "3D", "W"])
plotF = input(title="**E3 Levels**",type=input.bool, defval=true)

//1DBox
dayHigh=security(syminfo.tickerid, '1D', high, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
dayLow=security(syminfo.tickerid, '1D', low, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
p1 = plot(Custom=="1D" and dayHigh ? dayHigh : na , title="DailyBox",style=plot.style_circles,color= #E74C3C ,linewidth=1)
p2 = plot(Custom=="1D" and dayLow ? dayLow : na , title="DailyBox",style=plot.style_circles,color= #E74C3C ,linewidth=1)
fill(p1, p2, color= #E74C3C,title="DailyBox" )

//720Box
dayHigh1=security(syminfo.tickerid, '720', high, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
dayLow1=security(syminfo.tickerid, '720', low, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
p3 = plot(Custom=="720" and dayHigh1 ? dayHigh1 : na , title="720Box",style=plot.style_circles,color= #E67E22 ,linewidth=1)
p4 = plot(Custom=="720" and dayLow1 ? dayLow1 : na , title="720Box",style=plot.style_circles,color= #E67E22 ,linewidth=1)
fill(p3, p4, color= #E67E22,title="720Box" )

//2DBox
dayHigh2=security(syminfo.tickerid, '2D', high, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
dayLow2=security(syminfo.tickerid, '2D', low, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
p5 = plot(Custom=="2D" and dayHigh2 ? dayHigh2 : na , title="2DBox",style=plot.style_circles,color= #9B59B6 ,linewidth=1)
p6 = plot(Custom=="2D" and dayLow2 ? dayLow2 : na , title="2DBox",style=plot.style_circles,color= #9B59B6 ,linewidth=1)
fill(p5, p6, color= #9B59B6,title="2DBox" )

//3DBox
dayHigh3=security(syminfo.tickerid, '3D', high, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
dayLow3=security(syminfo.tickerid, '3D', low, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
p7 = plot(Custom=="3D" and dayHigh3 ? dayHigh3 : na , title="3DBox",style=plot.style_circles,color= #3498DB ,linewidth=1)
p8 = plot(Custom=="3D" and dayLow3 ? dayLow3 : na , title="3DBox",style=plot.style_circles,color= #3498DB ,linewidth=1)
fill(p7, p8, color= #3498DB,title="3DBox" )

//WBox
dayHigh4=security(syminfo.tickerid, 'W', high, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
dayLow4=security(syminfo.tickerid, 'W', low, lookahead=barmerge.lookahead_on,gaps=barmerge.gaps_off)
p9 = plot(Custom=="W" and dayHigh4 ? dayHigh4 : na , title="WeeklyBox",style=plot.style_circles,color= #16A085 ,linewidth=1)
p10 = plot(Custom=="W" and dayLow4 ? dayLow4 : na , title="WeeklyBox",style=plot.style_circles,color=
CodyMaki
if it repaints then why would someone use this indicator doesnt mean repainting indicators are not worth using please let me know if this is still good to use thank you and also nice looking indicator
jjkljkl
what about individual timeframes or monthly, quartly, halfyear for those diamond hands would be helpful to buy low and sell high?! ^^ :)
alimoharrami_ir
salam

baradar ye tozih mifarmaie ke in chetori kar mikone.
az tozihat english chizi motevajeh nashodam
jjkljkl
Please add Fibolevels like tradingview.com/v/xNE9iMOy/ or give choice for individual levels. AND would be perfect if the Fibo would switch projections to the other up-/downside once if market triggers 0%

I love the weekly field makes it easy to discover new markets within previous weekly range
Amirpe75
Thanks! But can you explain a bit about the indicator? :)
nilanjan62
can u explain this on this present chart please????? Liked ur indicator
nilanjan62
is my target 0.99???? since it is going up from 0.33??? do i need to enter always at 0.33 and keep sl at 0.5 ? Please reply
Mehr