TradingView
alexgrover
23 мая 2019 г., 14:19

Volume Adaptive Bands 

EUR/USDOANDA

Описание

Introduction

I have been asked by @coppermine and @verbena to make bands that use volume to provide adaptive results. My first approach was to use exponential averaging, in order to do so i needed to quantify volume movement using rescaling with the objective to make the bands go away from each others when there is low volume, this approach is efficient and can work on any time frame, however i decided at the end to use another method which rely on recursive weighting, cleaner but more parametric. Those bands aim to highlight great breakouts point to go with the trend.

The Indicator

length control the period of the moving averages used in the script, however low length's don't necessarily provide indications for shorter terms breakouts as shown here :



As i said the bands are close to each others when there is high volume and away when there is low volumes.



Low volume period, bands will avoid to cross price



High volume, bands will be close to generate signals.

Correction Factor

Higher time frames will lower the distance between each band, this is because volume is higher during higher time frames, remember that the indicator bands are close to each others when volume is high.



1h chart eurusd.

This is why i added a correction factor, this factor can help you control the distance between each bands, when the correction factor is greater than 1 the bands will be closer to each others, this is useful for low time frames where the average volume is lower. When the time frame is high, use values between 0 and 1 to increase distance between each bands.



Correction factor = 0.2

Conclusion

I presented a new adaptive band indicator that adapt to trading volume by using recursive weighting, volume can be replaced by other indicators but you can have results going nuts, at the end its about experimentation. I hope you will find an use to it, thanks to @coppermine and @verbena for the request :)

Thanks for reading !




Комментарии
nilux
Amazing work once again! You machine! You are pushing great stuff one after another. Appreciate having you here on TV <3
alexgrover
@nilux, Thank you so much for your comment ! I hope to follow with this upload rythme :)
aaahopper
Hi @alexgrover
Amazing how much imagination, planning and imagination you must go through.
In relation to this code, both lines are plotting on top of each other, even with the negative volume.
Could you assist?
Thank you.
alexgrover
@aaahopper, Thanks for the support, in this case use a correction factor smaller than 1 like 0.1 or aven lower 0.01 and see what it does.
aaahopper
@alexgrover, Thank you
aaahopper
Hi @aaahopper, Yes it works well and when the value is high the correction factor has to be very small. eg BTCUSD correction factor is as low as "0.0000001".
Thank you again for your amazing work.
alexgrover
@aaahopper, Glad to hear it, you can use smaller time frames if you need smaller correction factors :)
ballofpaper
good stuff mate!
alexgrover
@ballofpaper, Thank you so much for the support, i wasn't expecting comments this fast ^^
GERVASEJOE0709
good job
Ещё