I am a newbie trying to write EFS trading "MHI Q4-HKF" with:
i) entry whenever the market is squeezing up/down suddenly:
- ie, buy/sell when close() is 50pts higher/lower than the most recent low/high in the last 15 min
ii) place OCA of trailing stop (50points) and stop imit
I am using dynaorder to place orders for IB:
I am getting the price directly by close(symbol, resolution) to avoid loading the wrong symbol and time resolution in the chart.
However, I am facing below problems:
i) I can only place entry orders but not trailing stop and profits target order (in OCA)
ii) I can't get the alert sound by Alert.playSound
iii) eSignal hangs up easily
Can someone pls help? I have attached the EFS for your reference.
i) entry whenever the market is squeezing up/down suddenly:
- ie, buy/sell when close() is 50pts higher/lower than the most recent low/high in the last 15 min
ii) place OCA of trailing stop (50points) and stop imit
I am using dynaorder to place orders for IB:
I am getting the price directly by close(symbol, resolution) to avoid loading the wrong symbol and time resolution in the chart.
However, I am facing below problems:
i) I can only place entry orders but not trailing stop and profits target order (in OCA)
ii) I can't get the alert sound by Alert.playSound
iii) eSignal hangs up easily
Can someone pls help? I have attached the EFS for your reference.
Comment