"go live" will create only alerts or will place orders also?

1: I created one script its working and creating alerts but will not place orders according to the script?

2:I am getting alerts little before the condition is being satisfied why so? it’s generating some .05 seconds before in live alerts but in back test it is perfect.

my condition is :

EMA(CLOSE,10)>EMA(CLOSE,15) AND CROSSOVER(EMA(CLOSE,10),EMA(CLOSE,15))

1.with the go live option in scripted alerts you can get alerts ready to place on single clickd

  1. tick on check box “alert at end of candle” which will give you alert after completion of candle.

the above code is correct.

thank you ,there is any way to put orders by code itself ? if not in future any chance to provide that future in PI :slight_smile:

as of now only semi automated is allowed in pi. fully automated we can expect in future

Thank you. :slight_smile: