Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Add Support to All Order Types Available in Lean #10

Open
4 tasks done
AlexCatarino opened this issue Jan 12, 2023 · 1 comment
Open
4 tasks done

Add Support to All Order Types Available in Lean #10

AlexCatarino opened this issue Jan 12, 2023 · 1 comment

Comments

@AlexCatarino
Copy link
Member

Expected Behavior

All order types available in both Lean and TD Ameritrade are supported.
https://developer.tdameritrade.com/account-access/apis/post/accounts/%7BaccountId%7D/orders-0

Actual Behavior

master supports MarketOrder, LimitOrder, StopMarketOrder, StopLimitOrder
while Lean and TD Ameritrade supports also support MarketOnOpen (MOO), MarketOnClose (MOC) and ExerciseOption.

Potential Solution

Implement MOC and MOO orders.

  • ExerciseOption will come with Option support.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
@Romazes
Copy link
Contributor

Romazes commented Apr 22, 2023

Hello, @AlexCatarino
I explored documentation of TD Ameritrade. I didn't find info about MarketOnOpen[MOO] order type. You may look of picture below.

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants