Experts: Exp_AbsolutelyNoLagLwma_Digit_NN3_MMRec

 

Exp_AbsolutelyNoLagLwma_Digit_NN3_MMRec:

Three independent trading systems using AbsolutelyNoLagLwma_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

Fig. 1. Examples of trades on the chart

Fig. 1. Examples of trades on the chart

Author: Nikolay Kositsin

 

Is there also a version with GERMAN or ENGLISH comments?

In general, the SENSE documentation in the source texts leaves a lot to be desired.

//+------------------------------------------------------------------+
//| Expert initialisation function|
//+------------------------------------------------------------------+
int OnInit()
  {
  }
//+------------------------------------------------------------------+
//| Expert deinitialisation function|
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
//----
   
//----
  }
//+------------------------------------------------------------------+
//| Expert tick function|
//+------------------------------------------------------------------+
void OnTick()
  {

  }

Such comments, however, are completely superfluous.