Adding condition from another timeframe

Forums ProRealTime English forum ProBuilder support Adding condition from another timeframe

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • #84713

    Hello,

    I am trading a 1 minute chart where I have coded a few set ups. I want to add a condition to the set up but this condition comes from a 15 minute timeframe. For example:

     

    The first condition should be a higher low in the 15 minute candle chart. (a 15 minute candle low(candle[2]) followed by another 15 minute low (candle[1]) and than a 15 minute higher low. I know how to code it in a 15 minute chart but i can not figure out how to ad this condition to a code written on a 1 minute candle.

    Can someone help me out here?

    Thanks in advance. If something is not clear please let me know. I will than try to explain it clearer.

     

    Regards,

     

    Mert

     

     

     

    #84718

    ProBuilder does not support Multiple Time Frames. At present only ProScreener and ProOrder do.

    #84719

    Oh. Well, that is a pity than.

     

    Thanks anyway

    #84773

    But you can still use ProBacktest with GRAPH Instructions to simulate an indicator, example in this blog article: First approach to multi timeframe trading with ProRealTime

    1 user thanked author for this post.
    #84875

    @Mert If I understood your condition (I assumed you meant the middle candle low is the lowest of all 3 lows but maybe I’m wrong and you meant the latest low is higher than the middle one regardless of [2] and [1] relative positions), the short code below should do, in which check2 is your 15 minutes condition simulated on your 1 minute timeframe.

    The return line here is just to make it appear as a standalone to check it’s ok, just get rid of the return line to insert it as a condition inside your pro-builder code run on 1 minute timeframe. And obviously replace all check2 mentions with your condition’s name if it had one already.

     

    1 user thanked author for this post.
Viewing 5 posts - 1 through 5 (of 5 total)

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