Dear sir/madam,
- If I would like to place order immediately once my conditions are satisfied. How do I do that cause I see that the order is being placed usually in the next candle.
- If I would like to exit my position on after atleast 4 candles. How do I do that cause according to my strategy I got buy and sell on the same candle couple of times ending up in losses.
- If I would like to get a sound alert when a stock is found as per my conditions in the proscanner. How do I do that. As my conditions are not met frequently and hence I don’t to keep looking at the screen continuously.
Thank you. Response is deeply appreciated.
1.) Impossible.
2.) Here you go:
if intradaybarindex-tradeindex =4 then
if longonmarket then
sell at market
elsif shortonmarket then
exitshort at market
endif
endif
3.) I don’t know. But I think it might be done in the platform options.