Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
please help with requesting continuous futures for ES
Hi im looking to request historical data for continuous futures for ES but for some reason its just not working. My contract function below:
def partialcont(self, ticker): ??????? contract = Contract() ??????? contract.symbol = 'ES' ??????? contract.secType = 'CONTFUT' ??????? contract.exchange = 'GLOBEX' ??????? contract.currency = "USD"?????????? ??????? contract.multiplier = 50 ??????? return contract but this gives 'no security definition has been found for the request. what is the problem? thanks |
toggle quoted message
Show quoted text
|
to navigate to use esc to dismiss