I would like to leave my strategy running on a computer were I do not have to monitor manually.
So the idea was some heartbeat signal...basically sending a http request to a monitoring website every 15mins or so.
The problem is that when you activate the strategy it will back load the last 5 or more trading days of data and send out a lot of requests for the past.
Is there any check I can do before sending the heartbeat to see if the strategy is still in the past...loading old data?
Thanks
Florian

Comment