Skip to content

Commit

Permalink
set back MAX_SIMULTANEOUSLY_OPENED_POSITIONS to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineLep committed May 17, 2022
1 parent ecee31a commit 0e15b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategies/cryptofeed_strategy/cryptofeed_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
EXCHANGES = ["FTX", "BINANCE_FUTURES"]
TRIGGER_LIQUIDATION_VALUE = 10000
LIQUIDATIONS_OI_RATIO_THRESHOLD = 500
MAX_SIMULTANEOUSLY_OPENED_POSITIONS = 0
MAX_SIMULTANEOUSLY_OPENED_POSITIONS = 5
STOP_LOSS_ATR = 1
RISK_PER_TRADE = 0.05
TAKE_PROFIT_ATR = 3
Expand Down

0 comments on commit 0e15b29

Please sign in to comment.