DislikedAm I missing something?.. I attached M1 chart with back test, trade entered in second part of the wave for a loss
JasiusIgnored
All I know for sure is the indicator is set to read the most recient close 1M candle and then determin entry based on the value of the Solar Wind being > 0.20 or < -0.20 to enter a trade.
Inserted Code
double sw=iCustom(NULL, 1, "Solar_Winds_alert", 10, false, 0,1);
The first "1" indicates the TIME FRAME (1 minute) and the last "1" indicates to use the last closed candle (1 minute).