If you’re diving into the world of trading, you might have come across the SMI_Correct-1 indicator. This handy tool is rooted in the insights from W. Blau's book, Momentum, Direction and Divergence.
Understanding the SMI_Correct-1 Setup
Let’s break down the key components of this indicator:
- Period_Q: Set to
13– this defines the high-low range. - Period_R: Set to
25– this is your first Exponential Moving Average (EMA). - Period_S: Set to
2– this represents your second EMA. - Signal: Set to
5– this is your signal EMA. - ShowBars: Set to
1000– this determines how many bars to display on your chart.
Here’s what the code looks like:
externintPeriod_Q= 13; // HH LLexternintPeriod_R= 25; // 1st EMAexternintPeriod_S= 2; // 2nd EMAexternintSignal=5; // Signal EMAexternintShowBars=1000;

SMI_Correct-1
By utilizing the SMI_Correct-1, traders can enhance their analysis and potentially improve their trading strategies. Whether you’re a seasoned pro or just starting out, understanding these indicators can give you the edge you need in the market.

Comments 0