from equilla to mql4

 

Помогите люди добрые перевести на "родной" язык

Inputs:
    Period_Stoch( 8 , 1 ),
    Period_Smooth( 5 , 1 );

Vars:
    refFastK, refFastD, refSlowK, digiStoch, smoothedStoch;

StochasticNormal( High, Low, Close, 5, 3, 2, refFastK, refFastD, refSlowK );

If refSlowK > 50 Then
    digiStoch = 1
Else digiStoch = -1;

smoothedStoch = XAverage( digiStoch, Period_Smooth );

DrawLine( smoothedStoch, "DStoch", StyleSolid, 2, Blue );
Причина обращения: