Take as an example this instance where I would like to open a position when a candle closes above a particular price, say 500, its trading at 495 now. So is there a way I could automate the process on pi wherein the order is filled when the candle CLOSES above 500?? or is there a way to set an alert for it?? something that could help me in monitoring the stock movements…
You could set up and expert advisor for this - http://zerodha.com/z-connect/tradezerodha/pi-tradezerodha/eas-for-auto-buysell-signals-pi
I did set up an EA but unfortunately that did not help nor solve my original query. the EA triggers at the time the price is crossed and does not care whether it CLOSES above or below.