for (i = limit; i >= 0; i--)
Number 2 is for Histogram, 0 = draw_solid
SetIndexStyle(0,DRAW_ARROW,2,2,clrBlue);
I think you should move the timeframe, in fonction of the actuel TF,
if (period() == 5 ) { TF_2 = 5*3(15); TF_3 = 5*6 (30); }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
Dear all traders,
I have created an indicator on the base of BB, malty time frame method, but its not working properly, I don't find any errors when I compile,
when I use it in Live market signal comes and goes, it works in 1 minut time frame, but I get the signals in 5m also, when changing the time frame the signal goes automatically,
can any one help me out ?