====== Overbought Oversold Index ====== FIXME ===== Parameters ===== **Logical rules for Opening Logic Condition slot.** * Overbought Oversold Index rises; * Overbought Oversold Index falls; * Overbought Oversold Index is higher than the Level line; * Overbought Oversold Index is lower than the Level line; * Overbought Oversold Index crosses the Level line upward; * Overbought Oversold Index crosses the Level line downward; * Overbought Oversold Index changes its direction upward; * Overbought Oversold Index changes its direction downward; **Logical rules for Closing Logic Condition slot.** * Overbought Oversold Index rises; * Overbought Oversold Index falls; * Overbought Oversold Index is higher than the Level line; * Overbought Oversold Index is lower than the Level line; * Overbought Oversold Index crosses the Level line upward; * Overbought Oversold Index crosses the Level line downward; * Overbought Oversold Index changes its direction upward; * Overbought Oversold Index changes its direction downward; **List box parameters** **Numeric box parameters** * **Period** (10). The period of Overbought Oversold Index. Minimum: 1, Maximum: 200. * **Level** (30). A critical level (for the appropriate logic). Minimum: 0, Maximum: 100. ===== Implementation ===== C# source code: [[https://github.com/PopovMP/FSB_Pro_Indicators/blob/master/Indicators/Store/OverboughtOversoldIndex.cs|Overbought Oversold Index]]. MQL source code: [[https://github.com/PopovMP/FSB_Expert_Advisor_Code/blob/master/Forexsb.com/Indicators/OverboughtOversoldIndex.mqh|Overbought Oversold Index]].