Forum

MT5 Why Backtest Showing 0% History Quality In Strategy Tester?

I created a custom synthetic symbol for NAS100 and did an optimization. after the optimization was completed, i ran a single test for a parameter and then checked the backtest results and the first thing i see is History Quality 0%. I am using Every tick based on real ticks model and the single test

Need help getting fibonacci level, using the string variable

My idea is: i want to be able to manually place my fibonacci on a chart and have the EA send me an email notification when the bid price hits a specified level(example: 50%, 61.8%,etc...) in the EA. But my only problem is i'm having trouble getting the fibonacci levels while using the string

When a position turns into a deal, how to get the most recent deal's profit/loss $ amount

Utilizing the Sendmail function and i'm having trouble getting this right

MQL5 sendmail. EA only sends me an email one time and then it stops placing new trades, help.

Why does my EA send me an email of the last deal's profit only once upon initializing the EA onto a chart and then after that it completely stops placing new trades? The way i'm trying to make this code work is, whenever a position closes, i want my EA to send me an email notification of the most

EA sendmail problem persists

This was my previous problem https://www.mql5.com/en/forum/435434#comment_42935818 which has been solved However, a new problem emerged that i'm needing help with. When i load my EA onto a chart, immediately within seconds i get a email of the info i wanted to receive, but after that first email

Please help. MQL5 EA sendmail function sends me repeat emails on every tick, how to make it send me an email only once per closed deal?

Hey MQL5 community, i have a problem with my expert advisor as you have seen in my subject. I put the sendmail function in the body of the ontick function to receive emails of the last deals symbol and profit/loss $ amount, but my problem is my EA sends me repeating emails on every new tick. Can