EA31337 / EA31337-strategies-sandbox

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

Commodity Channel Index #40

Open kenorb opened 8 years ago

kenorb commented 8 years ago
input int                Signal_CCI_PeriodCCI         =8;               // Commodity Channel Index(8,...) Period of calculation
input ENUM_APPLIED_PRICE Signal_CCI_Applied           =PRICE_CLOSE;     // Commodity Channel Index(8,...) Prices series
input double             Signal_CCI_Weight            =1.0;             // Commodity Channel Index(8,...) Weight [0...1.0]