mrtools wrote: ↑Thu Jun 06, 2019 4:27 am
JeffVader wrote: ↑Wed Jun 05, 2019 7:44 pm
Hi MrTools
I was wondering if you would kindly improve on the Jurik Volty Bands for me.
I'd like to be able to have alerts and arrows when it crosses an up upper and lower level (set within inputs) when the indicator is normalised, please see the image attached.
Many Thanks
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.