I have a strategy that is based on one
symbol, e. g., Dow Index. When the buy
/sell signal is generated from the Dow
Index chart/EFS script, I like to place buy/sell order
for another symbol, say,
IBM that is not on the chart.
Is there such EFS function that would
let me do this ? i. e., place a long/short
order for a different symbol (and maybe
even different time frame) ?
The Strategy.doLong() or doShort()
function can not accept any symbol
as a parameter.
Thanks for your help.
symbol, e. g., Dow Index. When the buy
/sell signal is generated from the Dow
Index chart/EFS script, I like to place buy/sell order
for another symbol, say,
IBM that is not on the chart.
Is there such EFS function that would
let me do this ? i. e., place a long/short
order for a different symbol (and maybe
even different time frame) ?
The Strategy.doLong() or doShort()
function can not accept any symbol
as a parameter.
Thanks for your help.
Comment