help!Convert Tradingview indicator to MT5 Williams ProGo indicator

Forums ProRealTime English forum ProBuilder support help!Convert Tradingview indicator to MT5 Williams ProGo indicator

Viewing 4 posts - 1 through 4 (of 4 total)
  • #192884

    Hello there,I am new here and ask for help

    I find a indicator in tradingview (It’s Larry Williams’ ProGo indicator),and I want to convert to MT5 so I can use it.

    It’s very simple but I know nothing about coding. Here’s the code and I hope someone could help! Much appreciation!

     

    study(“William’s ProGo indicator”)
    pro = close – open
    amatuers = open – close[1]
    s_pro = sma(pro,14)
    s_amat = sma(amatuers,14)

    plot(s_pro,color=color.orange)
    plot(s_amat, color = color.blue)

    #192889

    There you go (not tested):

    you can set colours with the indicator’s settings.

     

    1 user thanked author for this post.
    #192892

    many thanks bro! I try your code ,but showed some errors

    I upload the mq5 file,could you please run and modify it ? Thx!!

    #192896

    It is converted to ProRealTime. Actually I misread your post.

    We don’t convert to other platforms. This is a forum devoted to PriRealTime only.

    To convert to other platforms you need to apply https://www.prorealcode.com/trading-programming-services/.

Viewing 4 posts - 1 through 4 (of 4 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login