Indicators: KDJ_Averages

 

KDJ_Averages:

KDJ Averages oscillator defines when it is necessary to search for market entry conditions. Unlike KDJ, it is calculated using standard smoothing methods. In case of the default settings, its J line is slightly faster.

Fig. 1. KDJ Averages

Author: Scriptor

 
Thanks for sharing, but this is a far cry from the traditional KDJ, especially with the J line as the most critical signal in the indicator
 
Is it possible to write it as an EA for automated trade execution
 
j = 3.0*k - 2.0*d to be correct.