Hi,
I am currently working on a Automated Trading strategy. Want I want to do is monitor 25 different stocks (AEX-25) and run my strategy on each one of them. However, when a trade is executed on 1 of the stocks (strategy 1) I want this to block any other trades being executed by other active strategies (e.g. strategy 2-25). In other words, I want to run 25 strategies on 25 stocks, but I only want to trade once a day in total.
Does anyone know if this is even possible?
Many thanks for your help!!
Kind regards,
Bryan
It is not possible, since strategies cannot communicate among themselves.
There’s no workaround, until such support is implemented, if ever!