Multi breakout screener

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #62856 quote
    tradingtrader80tradingtrader80
    Participant
    Junior

    Hello,

     

    Any idea ? Thanks

    #62866 quote
    tradingtrader80tradingtrader80
    Participant
    Junior

    Hello,

     

    I think I found the problem. I just moved the line “t = q + m + w” and put it at the end. It seems to work.

     

    Thanks for your help

    #62888 quote
    NicolasNicolas
    Keymaster
    Legend

    In this actual state, the screener return me a lot of results.

    Anyway, did you try the same trick as for the monthly code?

    //Calcul le +Haut Weekly de la semaine passée
    If DayOfWeek < DayOfWeek[1] then
     Whi = Highest[max(1,BarIndex - lastWeekBarIndex)](dailyHigh)
     Wlo = Lowest[max(1,BarIndex - lastWeekBarIndex)](dailyLow)
     lastWeekBarIndex = BarIndex
    endif
    #63415 quote
    tradingtrader80tradingtrader80
    Participant
    Junior

    Thanks. I didn’t see your answer.

    Yes with this code I have a lot of results too, but not accurate for the weekly. If I replace “<” by “<>” as for month, no results are returned.

    But by moving the line : “t = q + m + w”  at the end of the code, it seems it’s working. I didn’t have time to do extensive tests but I will try and tell you.

     

    Thanks for your help

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Multi breakout screener


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 18 replies,
has 3 voices, and was last updated by tradingtrader80tradingtrader80
8 years, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/20/2018
Status: Active
Attachments: 3 files
ProRealCode ProRealCode
Loading...