TradingView
pbghosh
٥ نيسان أبريل ٢٠٢٠ ١٠:٥٦

Gann Angles With Volatility 

Bitcoin / United States DollarCoinbase

الوصف

This script will calculate the intraday levels using Gann angles and volatility principle.

ملاحظات الأخبار

In this version, I have included two more cycles. Now, five cycles will be plotted with this script.

ملاحظات الأخبار

I have debugged logical errors.
التعليقات
golhare
Can you please suggest reading material for the theory behind this indicator? or provide equations used in calculation?
nvish121
@golhare, plz sir suggest the idea for very good accurate results
vinayak61
what if the price opens at lower or upper target.Should i wait till the entry level. pl guide.
pbghosh
@vinayak61, According to GANN principle, you have to trade as per the direction given by the indicator. Otherwise, if you can trade using price action principles, then trading can be done from any level based on the price action/candlestick patterns.
ssrsindiagst
@pbghosh, sir, what is the basis of the formula of Gann Angles with Volatility ? please guide
pbghosh
@ssrsindiagst, This study is based on Gann Angles principle. Therefore, you have to understand this principle first and then you can understand the basis of this study.
KapurPodh
@pbghosh, sir is it reprint or fix
vensonom
Nice Study. I tried to convert it to Strategy to do some backtesting, added lines below, it enters the longs/shorts, however doesnt seem to recognize the Targets. is it bcoz the cycle could vary each day ?

// enter long strategy
strategy.entry("buy", strategy.long , when=(crossover(close, buyAbove) and year==2020 and month >=12 and dayofmonth >= 22))
strategy.exit("buy", loss=sellBelow, profit=buytarget1)

// enter Short strategy
strategy.entry("sell", strategy.short , when=(crossunder(close, sellBelow) and year==2020 and month >=12 and dayofmonth >= 22))
strategy.exit("sell", loss=buyAbove, profit=sellTarget1)
pbghosh
@vensonom, Yes, the levels are dynamic in nature.
المزيد