Hi,
I know we can use input variables to the algo but is there a way that allows it to only execute the orders if the input variable has been updated today e.g.
Input variable x = 15 // comes from variable optimisation – definition of variables, x as integer with fixed value
If x updated today then
if longCond then
endif
endif
Or can I make the algo stop by end of the day so that only once variable has been input, I have to manually start it for rest of the day? like a default stop or expiration but I don’t want to change the expiration global parameter to impact other auto algos.
Thanks
Ash