Re: MT4 Indicators with alerts/signals

3371
mrtools wrote: Wed Nov 11, 2020 7:12 am

Don't know, but do know the Ma Cross OC is a repainter. Check out the fasterMAafter and the slowerMAafter(i-1) both are trying to look into the future.

Code: Select all

fasterMAnow = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i);
      fasterMAprevious = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i+1);
      fasterMAafter = iMA(NULL, 0, FasterMA, 0, FasterMode, PRICE_CLOSE, i-1);

      slowerMAnow = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i);
      slowerMAprevious = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i+1);
      slowerMAafter = iMA(NULL, 0, SlowerMA, 0, SlowerMode, PRICE_OPEN, i-1);
oh ic
again big appreciations for your kindness and taking time
so this was the reason actually/repainter
greetings


Re: MT4 Indicators with alerts/signals

3375
hello everyone.
please help me make a stochastic with arrow and alert when it have a crossing only in 0-20 and 80-100 zone. I found some stochastic in this forum but they show arrow and alert all the time it have a crossing ( or maybe my mistake )
I just need adding them to original stochastic in the Mt4.
Thank you for your help. best Regard
Attachments




Who is online

Users browsing this forum: Amazon [Bot], ChatGPT [Bot], Facebook [Crawler], ffsss, Grapeshot [Bot], rudiarius, SEMrush [Bot], Telegram [Bot], twix, Yandex [Bot] and 89 guests