TradingView
daytraderph
2020年9月5日上午10點19分

Dynamic Range  

BANKNIFTY INDEX FUTURES (SEP 2020)NSE

描述

here comes open source version of notorious JFT Indicator ( the indicator access you can get in some bucks ) on various telegram channels however they will not give code.

Now how it works
1. 2 ranges derived from indicator are supposed to be a consolidation zone and any close above or below is supposed to give a good move.
2. I personally consider it as may be addition to price analysis. ( i don't believe much in indicators,even simple MA gives fruitful results when there is good move in market )
3. Range can be drawn on chart with various resolution ( Daily/Monthly/Weekly )

PS: I coded myself based on data analysis shown by access only indicator. In case you use it for your publication don't forget to give credits.

Thanks,
daytraderph
評論
SDspeculator
thanks for the open-source code. but if you have tried to code "JFT zones" indicator, levels plotted by your code is different than JFT zones.
anyway thanks
daytraderph
@SDspeculator, can u share even without code for ref bec i know the original trader from where it all evolved
SDspeculator
@daytraderph,

hi, below are today's nifty future levels as per JFT zones
resistance- 11515.11 11483.32
support - 11233.14- 11264.93

you can get the same from his blog and add it in your fav for checking them.

thanks once again
rmahesvara
@daytraderph, Update this code instead of yours

r1=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r2=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r3=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r4=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r5=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r6=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r7=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r8=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r9=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)
r10=security(syminfo.tickerid,res,dayrange, barmerge.gaps_off, barmerge.lookahead_on)

oo = security(syminfo.tickerid, res, open ,barmerge.gaps_off, barmerge.lookahead_on)
zone1= oo + ( r1 +r2 +r3 +r4 +r5 )/5/2
zone2= oo + ( r1 +r2 +r3 +r4+r5+r6+r7 +r8+r9+r10)/10/2
zone3= oo - ( r1 +r2 +r3 +r4 +r5 )/5/2
zone4 = oo- ( r1 +r2 +r3 +r4+r5+r6+r7 +r8+r9+r10)/10/2
Srikiranj7777
@rmahesvara, How to update this please help
techie_mints
@daytraderph Bro the zones are not matching with JFT
AmanSaraf
Hi. These are very helpful and accurate as JFT zones. One thing I'd like to discuss is, I'm looking for its formula, which can be put into an excel sheet. These zones give a great entry if we are able to monitor it in time. I'm looking forward to creating an alert system that would help us finding good trades. Even if we could get tomorrow's value a day before, we could create alerts in our watchlist. Can you help??
amritesh910
@AmanSaraf, brother have u created the excel??
mayank1905
BHAI CAN U GIVE SOURCE WHERE CAN I GET PINE CODES FREE.
更多