This indicator will draw Support and Resistance lines calculated on the nBars distance.
The Fibonacci lines will appear between those 2 lines and 3 levels above or under 100%.
You may change the value of each level and hide one line inside 0-100% range and all levels above or under 100%.
Input Parameters:
- nBars = 24; – amount of bars where the calculation of Support and Resistance will be done.
- Fibo = true; if false then only Support and Resistance will be shown.
- Level_1 = true; – display of the Fibonacci level.
- Fibo_Level_1 = 0.146; – the Fibonacci level value.
- …
- FiboColorUp = Aqua;
- FiboColorDn = Orange;
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END