Up to 35% OFF 🎉
Go VIP and download everything FREE!
Ends in 4h 10m 55s

PlotShapes(Buy * shapeUpArrow, colorGreen, 0, L, -20); PlotShapes(Sell * shapeDownArrow, colorRed, 0, H, 20); PlotShapes(Short * shapeDownArrow, colorPink, 0, H, -20); PlotShapes(Cover * shapeUpArrow, colorLightGrey, 0, L, 20);

// --- Exits --- Sell = Cross(ExitMA, C); // Price closes below MA Cover = Cross(C, ExitMA); // Price closes above MA for shorts

// --- Backtest Settings --- SetPositionSize(1, spsShares); // 1 share for testing SetOption("InitialEquity", 100000); SetOption("FuturesMode", False); SetOption("PriceBoundChecking", True);

Similar cases

Best Selling Products