EA31337 / EA31337-strategies-sandbox

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

Relative Strength Index #49

Open kenorb opened 8 years ago

kenorb commented 8 years ago
input int                Signal_RSI_PeriodRSI         =8;               // Relative Strength Index(8,...) Period of calculation
input ENUM_APPLIED_PRICE Signal_RSI_Applied           =PRICE_CLOSE;     // Relative Strength Index(8,...) Prices series
input double             Signal_RSI_Weight            =1.0;             // Relative Strength Index(8,...) Weight [0...1.0]