Show panel Hide panel

Best wins View all achievements

Show panel Hide panel

Last 3 posts Show blog

Avatar

Quant-Trader has published strategy QuantBoot_2024_01a

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.
Read full story
Translate to English Show original
orto leave comments
Avatar

Quant-Trader has taken 7th place in Strategy Contest Oct 2023

Read full story
Translate to English Show original
orto leave comments
Avatar

Quant-Trader has published strategy QuantBoot_2023_05b

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;
Read full story
Translate to English Show original
orto leave comments