Hi,
I would run a automatic trading system on a spread chart, so i want to open a contract that is different from the data stream bind with the chart.
i mean the instruction
IF NOT LongOnMarket AND mycondition THEN
BUY 1 CONTRACTS AT MARKET
ENDIF
is not valid for spread charti would like to have an istruction that look like :
IF NOT LongOnMarket AND mycondition THEN
BUY 1 CONTRACTS (“DAX bla bla”) AT MARKET
ENDIF
is it possible ?