Experts: Exp_Kolier_SuperTrend_X2

 

Exp_Kolier_SuperTrend_X2:

This is a trend trading system based on the signals of two Kolier_SuperTrend indicators.

Fig. 1. Examples of deals on the chart

Author: Nikolay Kositsin

 

A line is missing in the Oninit(), otherwise there is a message :  INIT FAILED


  if( Period() > TimeFrame ||  Period() > TimeFrame_ )
     {
     Print(" DECREASE TIMEFRAME TESTER "); 
       return(INIT_FAILED);
     }