MT4: Seeking advice on feedback/backtesting with my new EA scalping system

 

I have done amount version of my EA and done amount of backtest, some results are good some are bad, I dont sure which result is much closer to live account.

My EA is only for crudeoil or usoil in 1M CHART with 1:100 account. "Spread: 50 pip for 0.xxx / 5pip for 0.xx"
I have apply a features to this EA which allow EA to use only certain amount of balance that assigned in the properties and start hedging when reach to certain margin level.

included also some indicators data like trading session and trading hour 

and there are a few mode like a cycle:

#property description "Trading Mode:"
#property description "Checking  - EA is launching."
#property description "Ready     - EA is ready to auto trade."
#property description "Hedging   - Low margin level."
#property description "UnHedging - Self-exiting hedge."
#property description "Recover   - Minimizing the loss."
#property description "Waiting   - Out of trading hour."   
#property description "Manual    - Require manual execution."

Improperly formatted code edited by moderator. Please use the CODE button (Alt-S) when inserting code.

Code button in editor


S version is more like a eating loss EA rather than manually control,
T version is more like when use up all the assigned balance it will do a full hedge and require manual de-hedge.
This system is semi-auto system and do apply martingale system, but is a limited martingale system and full of risk and money management that I have thought. 

When start testing, please turn on visual mode and switch on two buttons "Open Buy" and "Open Sell" on the chart.
You are welcome to provide any advices on my EA, thanks in advance.

 
Your topic has been moved to the section: MQL4 and MetaTrader 4
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
 

On this forum, if you need help with your code then you will need to show your code.

Executable files are not allowed and will be removed from posts, just as I have done on your post.

If you do not wish to show your code, then we can only give generalised advice.

We will not be testing your EA for you. If that is what you require, please consider using the Freelance section instead.