Skip to content

Commit

Permalink
force ohlcv mode with bitget
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord authored Mar 22, 2023
1 parent 23616ab commit 41f3051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passivbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,7 @@ async def main() -> None:
elif config["exchange"] == "bitget":
from procedures import create_bitget_bot

config["ohlcv"] = True
bot = await create_bitget_bot(config)
elif config["exchange"] == "okx":
from procedures import create_okx_bot
Expand Down

0 comments on commit 41f3051

Please sign in to comment.