Re: Portfolio expert in Demo and Live account experience
It is easy.
We can use the MetaTrader's Sleep function. It takes time in milliseconds. For example. Sleep(1000) suspends the expert for 1 second and Sleep(2000) suspends it for 2 seconds.
You can experiment.
Add this function in the OnBar function of the Portfolio Expert after the ManageSignal(signal); line. It will provide a delay after each order. (On line 136 for the current version of the expert)
I tested it on M1 chart very briefly and looks OK.
Please test it very carefully with minimum amount. Observe the Journal for messages. You can also adjust the TRADE_RETRY_WAIT = 1000 for any case.
Please share your experience because other traders may find this hint life (account) saving