Here's a discussion on error 136. Sounds to me like Liquidity dried up for more than a few minutes. Demo accounts don't need a trader on the other side of the trade.
ubzen:
Here's a discussion on error 136. Sounds to me like Liquidity dried up for more than a few minutes. Demo accounts don't need a trader on the other side of the trade.
Here's a discussion on error 136. Sounds to me like Liquidity dried up for more than a few minutes. Demo accounts don't need a trader on the other side of the trade.
Thanks ubzen, I just lost another 5 trades on a different pair, EURAUD. So far 15 trades all winners since last night. I don't even want to think about the % gain I would have had in my real account. Very frustrating.
ubzen:
Here's a discussion on error 136. Sounds to me like Liquidity dried up for more than a few minutes. Demo accounts don't need a trader on the other side of the trade.
Here's a discussion on error 136. Sounds to me like Liquidity dried up for more than a few minutes. Demo accounts don't need a trader on the other side of the trade.
Ugh!, its my code. I am doing a RefreshRates() but I am using a varialbe, price instead of Ask or Bid on my OrderSend(). So I am refreshing the rates but not moving the new value to my price variable. I hope that will fix it.
I think I know what to do with the Expert stdlib load issue as well https://www.mql5.com/en/forum/114701 I'll try and compile it on the VPS machine.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm not sure how to debug this, or what to do about it. I am also not 100% certain what a 136 error is. I think it means my EA requested quote but non was given. I would have thought the real lVPS setup would have been the one that worked and not the demo account running from my PC.
Here is the Setup I was using. Same EA, same chart EURUSD 5 min. The failed trade was on the VPS acct. The trade that worked was on a demo account with same dealer.
I was running like this because this was my first time using the VPS, and it was a real account. I had been running this EA on demo account for several weeks. I wanted to make sure my EA was working the same on the VPS as the EA did on my demo acct. I figured I would run them together and get 2x the e-mails, notifications and log files. That would be a good bit of info to compare with each other. Everything was working fine until the first trade this morning. I have cut the relevant section out of both of the logfiles. Before I chat with a tech support person at my dealer I would like some advice if anyone has any.
This EA is running on multiple pairs. The pair that has the error is EURUSD.
Here is the a piece of the logfile from the failed VPS trade:
This is a snippet from the expert tab aqt the same time, on the VPS.
Here is the same section of the logfile from the demo account:
My first thought is this trade happened to go off at 11:00 am. Maybe the ISM numbers dried up liquidity for a few seconds/30 seconds. I have a retry for this error and it tried to execute the trade again many times over the course of a few minutes. I would have thought one of those would have worked.
Also there is a line in the logfile only on the VPS account (11:00:08 Expert stdlib EURUSD,M5: loaded successfully) right in the middle of the trade attemps. Did the chart reload or something I have not seen this before?
Any help would be appreciated.