Range yesterday between 3:30 p.m. and 10 p.m

Forums ProRealTime English forum ProOrder support Range yesterday between 3:30 p.m. and 10 p.m

Viewing 10 posts - 1 through 10 (of 10 total)
  • #221156

    How can I set a range that refers to the previous day, i.e. yesterday, between 3:30 p.m. and 10:00 p.m.? So when I trade today I want to refer to the highs and lows of yesterday between 3:30 p.m. and 10:00 p.m.

    #221199

    There you go:

    #221214

    Roberto,

    sorry but I really cannot understand this snippet.

    Are you so kind to explain it ?

    Many thanks 🙂

    #221218

    Now as you want the range of previous day, you want to store the range of the day in previous day variables before any updates of HH and LL, so it is first thing to do at 15h30

    Now you can draw 2 segmnents using yHH and yLL

    1 user thanked author for this post.
    #221220

    @MaoRai54

    what LucasBest wrote is correct, is that all you need to know?

     

    #221234

    Thank you, Roberto. And now we’re building a range breakout system with SL at the opposite end and a TP of 1.5*Range… would something like that be profitable?

    #221241

    I’ve read here below that : “If a trending stock makes a new high after 11:15-11:30am EST, there is a 75% chance of closing within 1% of High of day (HOD). Same applies for downtrend.”

    https://fr.tradingview.com/script/j5fydEzi-Drip-s-11am-rule-breakout-breakdown-OG/

    #221253

    The If statement:

    IF OpenTime >= 153000 AND OpenTime <= 220000 THEN

    is ok if you want to include the candle starting at 22h in your range. In case you don’t (last candle before 22h as last candle of range), then the if statement becomes:

    IF OpenTime >= 153000 AND OpenTime < 220000 THEN
    #221261

    Can you please code me a simple breakout system from this?

    #221263

    I tried with following logic in Nasdaq TF M15. But it doesn’t look really good.

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

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