EA31337/EA31337-strategies-sandbox

Relative Strength Index

Opened this issue · 0 comments

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]