set leverage to 15
This commit is contained in:
parent
634f86c6fa
commit
b5007c8f95
@ -131,7 +131,7 @@ impl HiddenTrailingStop {
|
|||||||
|
|
||||||
impl Default for HiddenTrailingStop {
|
impl Default for HiddenTrailingStop {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
let leverage = 5.0;
|
let leverage = 15.0;
|
||||||
|
|
||||||
// in percentage
|
// in percentage
|
||||||
let capital_max_loss = 15.0;
|
let capital_max_loss = 15.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user