Inside Week Scan

Viewing 11 posts - 1 through 11 (of 11 total)
  • #190985

    Hi Guys,

    I am currently using the below scans to find Inside  Candles on Weekly and Monthly timeframes

    c1= high[0] < high[1]

    c2= low[0] > low[1]

    insidebar = c1 and c2

    screener[insidebar]

    This provides inside candles for the prior week , however if want to run the scan on the weekend for the current week is there a way to modify this ?

    Any help would be appreciated

    #190993

    This will only work on Mondays:

    #191266

    Hi,

     

    Thanks for the response, the current scan i have also works on Mondays. Is there a way that it would work on a saturday or Sunday ?

     

     

    #191312

    Try this one:

    #191535

    Hi,

    Thanks for the updated code, however unfortunately it does not bring up results when tried, would you know of any other solution?

     

    #191544

    You’ll have to apply it to instruments/assets being traded on Saturday and Sunday.

     

    #191560

    I am looking to apply to it to UK shares that would not be traded on the weekend. I want to be able to run a scan on a Sat/Sunday for the current week is that not possible with Prorealtime ?

    #191562

    You can scan anytime, but when the market is closed, you will be reported conditions at closing time (till it opens again).

     

     

    #191573

    not sure I follow, are you saying that on a weekend the weekly candle has not closed ? Therefore I need to wait till monday ?  and there is no way to screen based on the week having closed on last trading day which would be friday ?

    #191583

    Screeners scan live markets, how could they scan price movements  when markets are closed?

     

    #191588

    not sure what you mean.. by that logic you shouldn’t be able to scan in the evening (whilst the market is closed) for a daily inside candle, however that seems to work perfectly fine

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

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