This is a simple system: buy = cross( close, ema( close, 45 ) ); sell = cross( ema( close, 45 ), close );
However, in my country, We only can sell the stock which we bought after 3 days (T+3). So how can I add this condition to the above system to had more factual backtest. Thanks,
