Forum

Simple question. What is MQL4 IsTesting() function equivalent in MQL5 ?

I need to change variable in the strategy testing mode . So how to detect if EA is working on the Strategy testing mode or visual mode using code

How to calcluate Cost per trade? Aren't you feel it actually significant for your trading profit?

Hi all. From some backtesting results, I found that knowing cost per trade is really important in boosting your profit with trading strategy. So I am determined to learn how to calculate cost per trade. I would be really appreciate if someone could double confirm my way of calculation. Let's say we

How risk is this EA

It is the 1 year period back testing. Equity Drawdown Relative 47.63% (703.89) and Drawdown relative 19.89% (215.05) seems quite high. Just curious if I this is too risky to put on the real account . Shall I reduce the lot size smaller to be safe? Then the profit will become smaller too. History

I can do free EA writing for non programmer!!!!

Hi People!! I decided to offer free EA writing for non programmer. but I would like to start with small project first as I have day time job. I am only doing this for my free time as my hobby. but I write coding ok and good problem solver normally... Please feel free to contact me on "

Sunbelt Software, Counter Spy (AntiVirus Software) -- Keep remove MetaLang.exe causing malfuning of Metaeditor - Reminder for MQL staff

Just remind to MQL staff. It is really annoying. The Counter Spy keep removing MetaLang.exe. MetaTrader does not work. Any Chance. To clarify, your MetaLang.exe is not a suspicious programe to run with the anti virus developing company

You Must Be Experienced Trader!!!

Had recently developed a good EA in partnership with an experienced trader for free!! One experienced coder already mentioned in some other post: The right order for developing a successful EA is finding working method first in real trading and then to implement them in code. ( not the other way

Simple Price Difference Custom Indicators

I got A simple price difference indicators. Just would like to share code for the indicators like this for(cnt =limit-1 ; cnt >=0; cnt--) { Diff[cnt]=Close[cnt]-Close[cnt+1]; }

Multi Time Fractal ZigZag with Code

Hi guys I am recently trying to code Fractal based . I ve finished one here. I would like to get some feed back from many of hard coders if it is working fine comparing to other version on this web site Also I would like to find out wheather there can be shorter way of doing this or other