funk101
03-30-2007, 01:59 AM
Ok, multiple charts running same strategy; Say if the 'EURO' see's a buy signal, and the strategy tests for:
if (Position.MarketPosition == MarketPosition.Flat) {
doLong();
}
will the 'ER2' see MarketPosition.Long ?
if (Position.MarketPosition == MarketPosition.Flat) {
doLong();
}
will the 'ER2' see MarketPosition.Long ?