Screener for my own indicator

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #78395 quote
    Nicolas
    Keymaster
    Master

    Try to change how you display the signal (not using backgroundcolor):

    Long = low<low[1]
    if long then
    drawtext("*",barindex,low,dialog,bold,18) coloured(0,0,200)
    endif
    return long

    I reported that backgroundcolor has been buggy recently, should be fixed in a future patch.

    #78402 quote
    malaguti
    Participant
    New

    Try to change how you display the signal (not using backgroundcolor):

    I reported that backgroundcolor has been buggy recently, should be fixed in a future patch.

    Thanks Nicolas, I was hoping that was the reason the screener wasn’t picking up items, clearly a red herring

    #78447 quote
    malaguti
    Participant
    New

    OK, so I can now rule out end of day vs real time version. Just signed up for real time, and still a screener for a higher high doesn’t work on weekly

    the indicator: so the current high is higher than the high of the last 20

    MyHigh = Highest[20](high[1])
    Long = High > MyHigh
    if long then
    drawtext("*",barindex,low,dialog,bold,18) coloured(0,0,200)
    endif
    return

    and the screener

    Timeframe (weekly)
    MyHigh = Highest[20](High[1])
    Long = High>MyHigh
    SCREENER [Long](Long as "Uptrend")

    attachment 1 is the first item from the screener, its correct, second item is incorrect

    all of them are correct for 1 week ago however..

    so we cant scan for new highs without having to go through all the wrong ones whether using real time or end of day version when scanning on a weekly timeframe even though the indicator plots everything correctly.

    on a positive note, the results ARE more accurate than end of day as there were just loads of completely incorrect, this high, last high etc

    like I say, there is a support ticket..but in the mean time I will be one week behind!

    screener1.png screener1.png screener2.png screener2.png
    #78465 quote
    malaguti
    Participant
    New

    I may have been too hasty, the trial came only with real time data for forex! grrrrrr

    however, the results are indeed correct for all of them. how annoying I need real time data to get a screener to work on a weekly time frame

    well what an interesting discovery…thanks to all who have contributed and looked at this post

    #78474 quote
    Nicolas
    Keymaster
    Master

    End Of Day means also End Of Week for weekly timeframe.

    #78499 quote
    malaguti
    Participant
    New

    well assuming the week is now over (for FTSE at least) why does a weekly screener not pick up a higher high when not using real time data?

    I have to use real time to get a weekly screener, otherwise it just doesn’t work

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.

Screener for my own indicator


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
malaguti @malaguti Participant
Summary

This topic contains 20 replies,
has 3 voices, and was last updated by malaguti
7 years, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/12/2018
Status: Active
Attachments: 15 files
Logo Logo
Loading...