Acc TOS Snbo translated to MT4 Snbo
This indicator is an accurate conversion of a custom indicator Snbo from TOS adapted for MT4
The indicator is useful for determining the local market reversals, any other indicators can be used as additional filters.
- Check the indicator performance in the strategy tester. Reviews and comments are welcome.
- After the purchase, you else you want to be added to the new version of Acc TOS Snbo.
- If you have any ideas on how to improve the indicator, please add a comment.
The indicator is mostly used for binary options trading, but can also be applied for Forex both as an independent indicator and combined with other ones.
The indicator is based on the analysis of High, Low and Close of the current and the last three bars, that is why the indicator is not redrawn on the history and does not slow down the terminal.
The indicator is simple and efficient, it does not overload the chart with lengthy texts or unnecessary information.
Indicator Parameters
- Min Ratio (low[1] - low)/low[1] - the minimum ratio of (previous bar Low - current bar Low) / previous bar Low for a Buy signal
- Max Ratio (close - low)/(high-low) - the maximum ratio of (Close - Low)/(High-Low) for a buy signal
- Min Ratio (high - high[1])/high[1] - the minimum ratio of (current High - previous High)/ previous High for a sell signal
- Max Ratio (high - close)/(high-low) - the maximum ratio of (High - Close)/(High-Low) for a Sell signal
The original indicator code:
input TrendAverageType = AverageType.WILDERS; input price = hl2; input length = 13; input displace = 8; def ma = MovingAverage(TrendAverageType, price, length)[displace]; def Upcond1 = (low[1] - low)/low[1] >= 0.000864; def Upcond2 = low < low[1] and low < low[2] and low < low[3]; def Upcond3 = ((close - low)/(high-low))<= 0.29; def Upcond4 = low[1] < low[2]; def Upcond5 = close[1] < close[2]; def Upcond6 = high[1]<=high[2]; plot Up = if Upcond1 and Upcond2 and Upcond3 and Upcond4 and Upcond5 and Upcond6 #and close > ma then 1 else 0; def Dncond1 = (high - high[1])/high[1] >= 0.000864; def Dncond2 = high > high[1] and high > high[2] and high > high[3]; def Dncond3 = ((high - close)/(high-low))<= 0.28; def Dncond4 = high[1] > high[2]; def Dncond5 = close[1] > close[2]; def Dncond6 = low[1]>=low[2]; plot Down = if Dncond1 and Dncond2 and Dncond3 and Dncond4 and Dncond5 and Dncond6 #and close < ma then 1 else 0; Up.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); Down.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_DOWN); alert(Up,"Up",alert.BAR,Sound.Ring); alert(Down,"Down",alert.BAR,Sound.Ring);
In the MT4 version, unnecessary variables were removed from input parameters. New parameters have been added to enable custom ratios in addition to standard 0.000864, 0.29, 0.28
- If you need to convert other TOS indicators for МТ4 or МТ5, please send a message to me.
- if you need this indicator for MT5 - write to me, I can rewrite.
本店最新上架
-
- MT4 MT5跟单EA 本地跟单远程跟单 绝不
- ¥1100.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
全网为您推荐
-
- AlgoTradeSoft
- ¥3988.00
-
- 国际期货套利软件
- ¥3988.00
-
- MT4 MT5跟单EA 本地跟单远程跟单 绝不
- ¥1100.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00
-
- 在MetaTrader市场购买MetaTrader 5的
- ¥3988.00