SupremeProfit Fx indicators

Forums ProRealTime English forum ProBuilder support SupremeProfit Fx indicators

Viewing 14 posts - 1 through 14 (of 14 total)
  • #143064

    Dear Nicolas, thank you in advance for your help on this. I would like the 4 main indicators of this strategy, published as a free MT4 code, to be converted into PRT codes.
    I tried to edit/compile myself but has no knowledge in C language to proceed.
    That system, and the related indicators, really looked interesting.
    I attached the 4 indicators, and a screenshot of the chart from MT.
    In short: when a blue arrow (bull signal) appears, AND is confirmed by the relevant RsiCandle color (blue), AND the Filter is blue, AND the DLine is green, then the signal is a valid buy.
    But I feel confident to code this into PRT as a system once I will have your precious help creating the indicators above.

    Again, thank you for your help.

    Carl

    #143069

    I tried to attache a picture if the typical screen with those indicators but coulod not attach more than 4 files.
    So, here it is in a new post.

    Thank you,

    Carl

    #143076

    First one is coloring bars depending of the RSI 21 periods OB/OS zones:

     

    #143078

    second one is a basic MA cross signals indicator with some settings:

     

    #143081

    Dline indicator is a standard MACD histogram but plotted with dots. When the histogram crosses the zero line, the dot is yellow. Is it really essential to make a conversion for that? Above 0, the dots are green, otherwise they are violet.

    #143082

    No, absolutely not Nicolas. As I can’t read MT code I didn’t see it was a standard MACD – that one I will do by myself, thank you for noticing it.
    Thank you for the other 2 indicators.

    #143083

    The Filter indicator is a decompiled code very hard to read, but I bet it is based upon the slope of a digital filter, such as a Jurik MA: https://www.prorealcode.com/topic/conversion-of-jurik-filter-from-mq4/#post-88081

     

    #143084

    Ok, great – I can take it from here, thanks again for your help.

    #143085

    There is indeed unnecessary code (Std dev upon the MACD), but I’m sure the dots are indeed the MT4 histogram of the MACD, see attached picture.

    1 user thanked author for this post.
    #143087

    Yes, that really looks like a duplicate – nice comparison pic !

    #143090

    Nicolas, I just have one little question mark with the jurik code: what is “Series” in lines 39,40,41. It has not been defined prior I think, so I get an error msg.

    #143092

    And then a very last one I promess: in the “SupremeBars” code based on RSI(21) the arrows appear on the chart but then they flicker and disappear/reappear all the time (lower time frames such as 1 minute). Perhaps something to add in the code to “stabilize” those nervous arrows?

    #143112

    the jurik code: what is “Series” in lines 39,40,41

    You can add:

    at the top of the code.

    the arrows appear on the chart but then they flicker and disappear/reappear all the time

    I think that you talk about the “signals” indicator. Arrows can appear/disappear on the current candle, as long as the candle is not closed, the conditions for them to appear can change.

    #143121

    Thank you Nicolas; all codes working fine now. About the “signal” indicator generating the arrows, no, in fact it is all arrows that are disappearing and reappearing all the time. But I just found the solution by adding DEFPARAM CalculateOnLastBars = 200 at the top of the code, and that seems to do the trick.

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

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