Quant-Trader's 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 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
Avatar

Quant-Trader has published strategy QuantBoot_2023_05a

public double slippage = 10;
public double lot = 4;
//
public double TP = 30;
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
Avatar

Quant-Trader has published strategy QuantBoot202212

public double slippage = 10;
public double lot = 2;
//
public double TP = 80;
public double SL = 70;
public int trailingSL = 15;
public int profit_sec = 5;
public int trailingTP = 25;
public boolean BE1 = false;
public boolean BE2 = false;
Read full story
Translate to English Show original
orto leave comments