mrtools wrote: Thu Jun 06, 2019 4:27 am
Have you tried changing
toCode: Select all
extern bool alertsOnZeroCross = true; extern bool alertsOnAllBreakOuts = false; extern bool alertsOnAllBreakOutBars = false;
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.