Attachments forums

List of attachments posted on this forum.


All files on forums: 164306

Re: MT4 Indicator requests and ideas

JeffVader, Thu Jun 06, 2019 4:34 am

mrtools wrote: Thu Jun 06, 2019 4:27 am


Have you tried changing

Code: Select all

extern bool   alertsOnZeroCross       = true;
extern bool   alertsOnAllBreakOuts    = false;
extern bool   alertsOnAllBreakOutBars = false;
to

Code: Select all

extern bool   alertsOnZeroCross       = false;
extern bool   alertsOnAllBreakOuts    = true;
extern bool   alertsOnAllBreakOutBars = true;

I have tried all that does is send alerts, i was after arrows being drawn on the chart with the direction of the movement, those upper and lower levels were added by me. The normal way it appears is below.
All files in topic