EA31337 / EA31337-strategies-sandbox

:page_facing_up: Playground for EA strategies.
2 stars 0 forks source link

Stochastic #51

Open kenorb opened 8 years ago

kenorb commented 8 years ago
input int                Signal_Stoch_PeriodK         =8;               // Stochastic(8,3,3,...) K-period
input int                Signal_Stoch_PeriodD         =3;               // Stochastic(8,3,3,...) D-period
input int                Signal_Stoch_PeriodSlow      =3;               // Stochastic(8,3,3,...) Period of slowing
input ENUM_STO_PRICE     Signal_Stoch_Applied         =STO_LOWHIGH;     // Stochastic(8,3,3,...) Prices to apply to
input double             Signal_Stoch_Weight          =1.0;             // Stochastic(8,3,3,...) Weight [0...1.0]