You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
I'm confused about how to use market orders. I can't figure out how order_target_percent wants me to input the style. If I use order_target_percent(context.market, 1, style=MarketOrder() I get Order type 'MarketOrder' currently not supported by Catalyst. Please use 'limit' or 'market' orders only. error. No variation seems to work. I tried to search the repo for examples but there doesn't seem to be anything.
Am I missing something here or doesn't Catalyst support market orders at all?
The text was updated successfully, but these errors were encountered:
Dear Catalyst Maintainers,
I'm confused about how to use market orders. I can't figure out how
order_target_percent
wants me to input the style. If I useorder_target_percent(context.market, 1, style=MarketOrder()
I getOrder type 'MarketOrder' currently not supported by Catalyst. Please use 'limit' or 'market' orders only.
error. No variation seems to work. I tried to search the repo for examples but there doesn't seem to be anything.Am I missing something here or doesn't Catalyst support market orders at all?
The text was updated successfully, but these errors were encountered: