
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 downloaded tradesessions.mqh from the forum a while ago. It works pretty well:
This is working great on backtests, ill leave it runing on a live chart to verify
different brokers use a different filling...and nobody seems to set request.type_filling to the correct filling
You should reveal the part of the code where you execute orders. I bet you're using the request structure
I'm actually using the CTrade class. I find it simpler, tho it seems the problems never end, I started getting a Volume limit reached and limit volume errors in backtest. Looking into that now
Ive added checks for max volume an volume limit to my lot-size calculation. Despite that im still getting "Volume limit reached" and "Limit Volume".
if I do this(subtract by 10 lots instead of o.1) It works just fine. 1 lot didnt work either. How does this work?