Open
Description
Expected Behavior
TS supports various security types, which should be added for trading using Lean.
Implement SecurityTypes:
- Index
- IndexOption
- Forex
- FutureOption
Actual Behavior
SecurityTypes
is not implemented from the list above.
Potential Solution
Implement missed Security Types to SymbolMapper and sanity test with different Order Types.
Reproducing the Problem
You can buy not supported security types with using TS Web or Desktop app and run Lean algo and you will see that order was skipped.
System Information
N/A
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