You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello guys
I used this code to draw a horizontal line where Ichimoku SpanB goes flat :
I don't know how to make it work in all time frames. I mean I need it to recognize last flats in all time frames and draw the price line that you can see all 9 lines (M1,M5,M15,M30,H1,H4,D1,W1,MN1) on every opened chart. I used :
if(SenkouspanBH126 == SenkouspanBH125) { PR = SenkouspanBH126; }
to determine if the SpanB is flat or not. In backtest and fastest mode, I can see that it works fine but when I change the speed to slower,the line is deleted.
Please someone help me
I am amateur.
Thanks