set default leverage to 15, again
This commit is contained in:
parent
47ddc44721
commit
0df1511a59
@ -149,7 +149,7 @@ impl Default for HiddenTrailingStop {
|
|||||||
|
|
||||||
// in percentage
|
// in percentage
|
||||||
let capital_max_loss = 15.0;
|
let capital_max_loss = 15.0;
|
||||||
let capital_min_profit = 1.0;
|
let capital_min_profit = 8.5;
|
||||||
let capital_good_profit = capital_min_profit * 2.0;
|
let capital_good_profit = capital_min_profit * 2.0;
|
||||||
|
|
||||||
let weighted_min_profit = capital_min_profit / leverage;
|
let weighted_min_profit = capital_min_profit / leverage;
|
||||||
|
Loading…
Reference in New Issue
Block a user