- ago
Is it possible to auto-trade a system based on ES futures, but have orders for MES futures?
0
181
Solved
12 Replies

Reply

Bookmark

Sort
Cone8
 ( 3.70% )
- ago
#1
You can trade any instrument in the world based on ES futures or any other symbol.

Since ES and MES pricing is practically identical, why would you resort to a more complicated strategy to trade the external symbol?
0
- ago
#2
The strategy is based on &ES_CCB futures because Norgata Data does not have mes. But I manually place orders based on this strategy for the mes futures. Is it possible to automatically transfer orders to mes?
0
- ago
#3
NorgateData does have the Micro E-minis:


But the quotes only go back 5 years, which might me too limited for backtesting; in which case you can always backtest with the ES and then trade the MES (during the period of their co-existence - around those 5 years - the quotes should be nearly identical).
2
- ago
#4
Thank you. A year ago there was no mes. Now I have not found only mgc, mcl, vxm. Therefore, the question remains open for these futures
0
- ago
#5
That's right: the quotes started appearing around a year ago; and the VXM, for example, is not yet available.

As to workarounds, there are a few. I used to do the following:
1. In Norgate Data Updater, create a Static Watchlist containing the symbols that you are interested in (the ones for the "normal" E-minis, for which you would like to trade the corresponding micros). For example, containing: &YM_CCB, &ES_CCB, &NQ_CCB, &RTY_CCB, &VX_CCB, etc.
2. Still in Norgate Data Updater, under Tools->Export Task Manager, create a Tast to export that Static Watchlist that you previously created, into CSV format, into some destination folder, like "Minis".
3. Create a batch file to copy each of those e-mini CSV files to the quote that is supposed to be the corresponding micro. Example:
QUOTE:

@echo off
echo Copying mini contracts to micro contracts:
copy "..\Minis\&YM_CCB.csv" "..\Micros\MYM.csv"
copy "..\Minis\&ES_CCB.csv" "..\Micros\MES.csv"
copy "..\Minis\&NQ_CCB.csv" "..\Micros\MNQ.csv"
copy "..\Minis\&RTY_CCB.csv" "..\Micros\M2K.csv"
copy "..\Minis\&VX_CCB.csv" "..\Micros\VXM.csv"

3. In Wealth-Lab, create a ASCII dataset, to import the folder containing the micros CSV files. Then, under Markets and Symbols, you need to input the corresponding information.

From then on, every time that you update the Norgate Quotes, the Export task also runs; and you only need to schedule the batch copy. Then, you will have the dataset with the artificially created micros immediately available in WL.
2
- ago
#6
Thank you. Of course, it would be much easier if in WL it was possible to match the strategy symbol and the symbol that is traded with the broker, for example, add another field to the "markets and symbols". &GC_CCB corresponds to MGC
0
Cone8
 ( 3.70% )
- ago
#8
QUOTE:
if in WL it was possible to match the strategy symbol and the symbol that is traded with the broker,
Sure. you can do that. Just use the broker mapping feature.

1
Best Answer
- ago
#9
That's right?
&GC_CCB=MGCQ4
&CL_CCB=MCLU4
0
Cone8
 ( 3.70% )
- ago
#10
Maybe. Which broker?
If it's Interactive Brokers, you should use the 2-digit year for futures symbols when trading with WealthLab - see Help (F1).
0
- ago
#11
it's Interactive Brokers
0
Cone8
 ( 3.70% )
- ago
#12
Then...
&GC_CCB=MGCQ24
&CL_CCB=MCLU24
1

Reply

Bookmark

Sort