Experts: Exp_BrainTrend2_AbsolutelyNoLagLwma_MMRec

 

Exp_BrainTrend2_AbsolutelyNoLagLwma_MMRec:

Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA, with an option of changing the size of the future trade depending on the results of the previous ones for this trading system.

Author: Nikolay Kositsin
 

No further comment!!!!!!!

 
Otto Pauser:

No further comment!!!!!!!

At least one:

bool SellPositionClose_M
(
 bool &Signal,         // флаг разрешения на сделку
 const string symbol,  // торговая пара сделки
 uint deviation,       // слиппаж
 int Magic             // магик номер
 )
  {...

I found in the zip file21363.zip in mql5\Include\TradeAlgorithms.mqh.

Check the upper and lower case...

 
Carl Schreiber:

At least one:

I found in the zip file21363.zip in mql5\Include\TradeAlgorithms.mqh.

Check the upper and lower case.

What should I do with it?

if I want to try something, it should work.

 

Or better said:

If I put something on the net, I should also make sure that it works (without any contortions) !!!!!

 

So I can see from your displeasure that you got the EA to work ;)

Do you have any results beyond what was shown there - would be interesting :)

Calli

 
How do you add a trailing stop to this EA. I think it would benefit greatly
 
Its working fine dont expect too much