Forum

ICHIMOKUEA waiting condtion?

Currently i'm working on a EA based on ichimoku . The order must open when ever there is a kumo breakout and wait for the tenkan line and kijun line to cross over the kumo cloud. The order is opened whenever there is a kumobreakout. How to make it wait? { // BUY SIGNAL if (close1>kt1 &&

EA wait before the condition is fullfilled

Currently i'm working on a EA based on ichimoku . The order must open when ever there is a kumo breakout and wait for the tenkan line and kijun line to cross over the kumo cloud. How to code? HELP