diff --git a/core/lib/market.py b/core/lib/market.py index b5f6359..b2ead83 100644 --- a/core/lib/market.py +++ b/core/lib/market.py @@ -261,7 +261,8 @@ def execute_strategy(callback, strategy): # For OANDA we can use the price since it should match exactly # Not yet sure how to use both limit and market orders - type = "limit" + # type = "limit" + type = "market" # Convert the trade size, which is currently in the account's base currency, # to the base currency of the pair we are trading