Help with Higher Lows Price sync with Higher Low MACD when candle crosses MA

Forums ProRealTime English forum ProBuilder support Help with Higher Lows Price sync with Higher Low MACD when candle crosses MA

Viewing 15 posts - 46 through 60 (of 73 total)
  • #107033

    I know the arrows and lines and segments… I was making it way to complicated.
    You make my day!!!!
    I keep you posted when all is done, the lows and the highs.

    #107038

    So…the end result with cycle highs and lows :-).
    I tested it and it works for 90%. I just see one more last thing. See the attached image.
    I have some parameters which you can fill in yourself. like the MACD, Moving Average, and in the signal in the chart I have chosen to set 2 targets and 1 stoploss. So yo can see of the TA or SL will be reached first.
    .
    It would be great to have one green arrow up above the bar with the signal when the Target1 has reached first, to have 2 green arrows up when Target2 has been reached, and to have a red arrow down when the Stoploss has been reached first.
    .
    My gratitude is BIG. Thank you Vonasi

     

    #107040

    Do I need to add somthing like this?

    // end of cycle
    If macdl > macds and macdl[1] < macds[1] or macdl < macdlowest then
    incyclelow = 0
    endif

    #107042

    Nope…. that doesn’t work.

     

    #107043

    This needs to be added.
    .

     

    #107044

    So here the last version.

     

    #107047

    I have shared it in the forum.

    #107048

    A lot of the setting variables that you use are not in the code. It might be a good idea to add them before we get lots of ‘it doesn’t work’ questions. Perhaps attaching the ITF file here might be useful too.

    #107049

    You mean these ones?

     

    And how do I make/attach an ITF file?

    #107050

    I took away all the DRAW things. I simplified it into 1 vertical line in the post.

    #107052

    About the green and red arrows I want to see if it reaches target befor stoploss or stoploss befor target, I made this, but this isn’t right

     

    #107053

    The variables that I mean are target1, target2, stoploss etc

    Export indicator or strategy and then attach ITF as you would an image.

    #107057

    Oh yes, I took the out allready at my first post, that didn’t add anything to the indicator itself. I changed it into a vertical line.

    #107281

    Hi Vonasi,
    I still miss a lot of signals in the cycle high version and I really can’t see what is wrong. The cycle low version works great.
    I have checked over and over again, but I can’t see find the error.
    See the attachment.

     

    #107282

    This is the cycle low verion which works perfect.

     

Viewing 15 posts - 46 through 60 (of 73 total)

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