Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,175 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Micro Emini MES Option Contract Symbol #487837
10/11/23 09:26
10/11/23 09:26
Joined: Sep 2021
Posts: 12
A
avy Offline OP
Newbie
avy  Offline OP
Newbie
A

Joined: Sep 2021
Posts: 12
Hi,
Please could someone help /share with micro E mini MES's interactive brokers options symbol to download options chain & trade in zorro ? Thanks

Re: Micro Emini MES Option Contract Symbol [Re: avy] #487838
10/11/23 10:11
10/11/23 10:11
Joined: Mar 2022
Posts: 21
Frankfurt am Main
B
BrainSailor Offline
Newbie
BrainSailor  Offline
Newbie
B

Joined: Mar 2022
Posts: 21
Frankfurt am Main

Re: Micro Emini MES Option Contract Symbol [Re: BrainSailor] #487839
10/11/23 10:38
10/11/23 10:38
Joined: Sep 2021
Posts: 12
A
avy Offline OP
Newbie
avy  Offline OP
Newbie
A

Joined: Sep 2021
Posts: 12
Thanks for your reply, I am after options on future micro emini - CME exchange. I am trying to resolve the following error, think i might have got the symbol in Zorro wrong !


!Error validating request.-'bW' : cause - When the local symbol field is empty, please fill the following fields (right, strike, expiry) MES-FOP-MESZ3-0.00--MES/--USD
!Error validating request.-'bW' : cause - When the local symbol field is empty, please fill the following fields (right, strike, expiry) MES-FOP-MESZ3-0.00--MES/--USD


More detail on this product is available here :https://www.cmegroup.com/markets/equities/sp/micro-e-mini-sandp-500.volume.options.html

Last edited by avy; 10/11/23 10:40.
Re: Micro Emini MES Option Contract Symbol [Re: avy] #487840
10/11/23 10:58
10/11/23 10:58
Joined: Mar 2022
Posts: 21
Frankfurt am Main
B
BrainSailor Offline
Newbie
BrainSailor  Offline
Newbie
B

Joined: Mar 2022
Posts: 21
Frankfurt am Main
This is doing the trick:

contractUpdate("MES-FOP----CME",0,CALL|PUT|FUTURE);

I get now:

[77: Wed 23-10-11 11:00] 4358.24/4358.24\4358.24/4358.24 -0.0
!Get Future Option Chain MES-FOP--0.00--/--USD
Chain of 7324 MES-FOP----CME contracts

Hope that helps!

Re: Micro Emini MES Option Contract Symbol [Re: BrainSailor] #487845
10/12/23 19:01
10/12/23 19:01
Joined: Sep 2021
Posts: 12
A
avy Offline OP
Newbie
avy  Offline OP
Newbie
A

Joined: Sep 2021
Posts: 12
Thank you so much , it is very strange it still doesn't work .. might be to do with my data permission. I will contact IB to clarify this. I appreciate your help !


!Get Future Option Chain MES-FOP--0.00--/--USD
!No security definition has been found for the request MES-FOP--0.00--/--USD
Contract Number: 0
Error 047: No bars generated
Logout.. ok

Re: Micro Emini MES Option Contract Symbol [Re: avy] #487846
10/12/23 19:07
10/12/23 19:07
Joined: Sep 2021
Posts: 12
A
avy Offline OP
Newbie
avy  Offline OP
Newbie
A

Joined: Sep 2021
Posts: 12

Sorry , found an issue -- all sorted - thanks so much again for your help !

set(NFA);
assetList("AssetsIB");
assetAdd("MES","MES-FOP----CME");


assetAdd was causing an issue -- when i changed it to assetAdd("MES-FOP----CME"); It worked!

Cheers


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1