I've written a function that calls Alert.email().
The emails work but only in the first pass of "function main".
I know that that function main is otherwise running well for each bar - as my indictors change color and plot correctly.
Alert.email() does not work - except on the very first bar in the series (the first bar being the historic first and not the active-current bar)
Any ideas what is wrong?
Cheers, E.
The emails work but only in the first pass of "function main".
I know that that function main is otherwise running well for each bar - as my indictors change color and plot correctly.
Alert.email() does not work - except on the very first bar in the series (the first bar being the historic first and not the active-current bar)
Any ideas what is wrong?
Cheers, E.
Comment