When I print out the instrument name in the Initialize method of my strategy, I get three entries:
1. $EURUSD
2. $EURUSD
3. YM 09-14
The first two is correct, as I'm testing the strategy against the EURUSD instrument, but why is the initialize method called twice for that instrument? And what is the instrument in the third call?
Thanks

Comment