function run() { var *Price = series(priceClose()); var *Trend = series(EMA(Price,13)); if(Price<Trend) { enterShort(); Stop = 2*ATR(100); Profit=100*PIP; } else if(Price>Trend) { enterLong(); Stop = 2*ATR(100); Profit=100*PIP; } }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de