カテゴリー: FX

  • New indicator released.

    I released a new indicator on the MQL5 Market.

    Please check it out and try the demo!

    https://www.mql5.com/en/market/mt5/indicator?filter=Bob%20volman

    Free No support

    Annual cost $30

    N-tick chart Plus BV candle+ ver2.1(current)

    Feature Description

    Inspired by Bob Volman’s (BV) scalping method, this indicator transforms standard time-based charts into N-Tick Candlestick Charts, providing a view of the market based on activity (volume of trades) rather than time.

    The flagship feature of version 2.0 is the implementation of dual Adaptive Moving Averages (AMA). Unlike a standard EMA, the AMA automatically adjusts its responsiveness based on market volatility. It moves slowly in ranging markets to filter out noise and reacts quickly in trending markets to capture moves, offering a more intelligent and dynamic analysis.

    Additionally, a dynamic horizontal grid has been added. This grid automatically adjusts to the visible price range in the sub-window, providing an intuitive visual reference for price levels and pip measurements, crucial for scalping.

  • At Last…

    My script ‘TickConverter’ has been published here.

    The proof reader of ‘mql5.com’ site was very kind, and supportive.

    Thanks for your help.

    I wish to make much more programs asking for better benefit.

    from author.

  • MT4 70 TickChart Script Version

    :::Overview:::

    png
    70tickchart with BollingerBand and Volume

    I made a 70 tick chart of the script version. (see. our Indicator version 70tick20ema.mqh)
    Since the original include file is partially modified, it is necessary to replace these files; “Files/FileBin.mqh, Files/File.mqh”.
    ‘BV’s 1pip unit display’ is made possible. Spread cancellation is also implemented.
    In this script, Struct MqlRate including ‘spread’ is filled with 0, and ‘real_volume’ is used for recording ‘tick interval(seconds).
    I recommend a 5-minute chart to attach as a source of this script. Since data interpolation is performed, the deviation from the actual chart becomes large when the time frame is longer than that.

    :::Usage:::
    1 Attach this script to an M5 or M1 online chart.
    2 Open offline history file from the menu(file-offline chart- see ‘T’suffix file).
    3 If the offline chart was not changed automatically, attach this script to the previous online chart again.
    4 Attach any indicator you like to offline chart.

    ::: Recommended Indicators to be used with the offline chart:::
    “Volume” indicator will be recommended so that helps you see the tick completion displayed in red turn to green at a glance.
    To display 20 EMA, the indicator “Moving Average” or “Bollinger Bands” should be used.

    :::In development:::
    It seems that it is possible to substitute existing on the range indication etc. which had been created with the indicator version. An Independent indicator for supporting BobVolman’s method is under development.

    ver1.02 Tick and Bars Speed displayable.
    DOWNLOAD LINK Here TickConverter1.02

    png
    70tickchart 1pip (round up price)