客服热线:18391752892
当前位置: 首页 » 外汇EA商城 » 智能交易 »在MetaTrader市场购买MetaTrader 4的'Acc TOS Snbo translated to MT4 Snbo' 技术指标

在MetaTrader市场购买MetaTrader 4的'Acc TOS Snbo translated to MT4 Snbo' 技术指标

品牌:
顺水的鱼外汇EA
起批 1-30000件 30001件以上
价格 3988.00 10.00
评分:
人气( 579 )  共有 0 条评价 ( 销量:0件 )

手机扫购有惊喜
物流:
:3988.00  
数量:
   
(当前库存 888888 件)
  • 收藏商品(0)
  • 告诉好友
  • 举 报
  • 顺水的鱼外汇EA

    发 货 地:
    默认地区
    全网同类推荐
    • ¥1100.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00
    • ¥3988.00

    店长精品橱窗推荐

    本店商品分类

    • -暂无分类

    本店商品排行

    • 概述
    • 评论 (2)
    • 评论 (14)
    • 新特性

    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.

    1. Check the indicator performance in the strategy tester. Reviews and comments are welcome.
    2. After the purchase, you else you want to be added to the new version of Acc TOS Snbo.
    3. 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.
    ta itemprop="image" content="https://c.mql5.com/31/79/tos-snbo-translated-to-mt4-snbo-screen-4710.png" />

    因厂家更改商品包装、场地、附配件等不做提前通知,且每位咨询者购买、提问时间等不同。为此,客服给到的回复仅对提问者3天内有效,其他网友仅供参考!给您带来的不变还请谅解,谢谢!

     
    • 18391752892

      网站客服

      法定工作日

      8:30-17:30

    • 了解更多外汇信息

      微信扫描关注

    • 用户反馈