Hae... Nataka code for me this ea... Use martingale... With pip distance 15
void OnTick()
{
// current chart, current period, 13 candles, no shift, simple, close price
double SlowMovingAverage = iMA(NULL,0,13,0,MODE_SMA,PRICE_CLOSE,0);
// current chart, current period, 13...