QuantBoot_2023_05b

My super based on MA trading, alternative RSI and Stoch signals with parameters: TP = 15; SL = 666; trailingSL = 10; profit_sec = 20; trailingTP = 10; BE1 = true; BE2 = true; Robots buying if MA 10 crossing 30 (additional condition is buying if RSI > 25) and selling when MA 30 crossing 10 (additional condition is selling if RSI < 75) as alternative signal.
Version: Date: Status: Description:
QuantBoot_2023_05b 01.09.2023 Not running public double slippage = 10; public double lot = 5; // public double TP = 15; public double SL = 666; public int trailingSL = 10; public int profit_sec = 20; public int trailingTP = 10; public boolean BE1 = true; public boolean BE2 = true;  Download
Quant-Trader avatar

test

Quant-Trader avatar

Test working on old Chrome 110.0.5481.97, not working on new Firefox 120, Edge 119.0.2151.93

orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)