My super based on Stoch trading, alternative RSI and MA signals with
parameters: TP = 8; SL = 1000; trailingSL = 10; profit_sec = 10;
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.

Translate to English Show original