Use the debugger - set breakpoints and examine the behavior of the EA.

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
Hello there,
I did a very simple expert based on my personal trading strategy.
Basically, I wait the indicators confluence and open a position following the trend, as you can see below.
There are four EMA (8,20,50 and 200), Vwap, ADX(14), RSI(14) and Volumes. When all of them shows me what market is doing, I go with them.
My SL is the last lower price and TP is 3xSL... simple! When I have the chance stay in front my computer, I don't use TP, used to go with trailing.
I'm sharing the EA here, hope you can help me with it. You'll see parts there that I'm still coding, they're all commented there like that:
Facing some problems with my knowledge, but it's a very clean code hahahahah
The backtest goes like that:
As you can see, no errors, no warnings but also no trades. The log is attached.
So, the fact is, could you please help me with it?