Help with Swing Trading Screener please.

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #195994 quote
    Blue
    Participant
    New

    Good morning,

    The Screener works almost perfect Thanks to you Fifi, just can not get the Volume ‘C10’ to work. The moment I ad it – the Screener does not get any hits, even tried to reduce the number or Volume from 300000 to 30000 t0 3000, but No Cigar- the Screens or hits (all 17 of them) I get without C10 or the Volume  has a Volume count of far more than 300000.

    I think there must be something wrong, but I just gonna leave it for now- I have spend far to many hours on it now- Same as before- if you have anymore magic ideas- Please let me know.

    Pss. I do wanna make a similar Screen for A Bear Rally but wanna see first if I can get it right myself after your generous help.

    Thanks buddy.

    Will ad the latest PRT Code too finish it off for now:

    
    indicator1 = Average[10](close)
    indicator2 = ExponentialAverage[30](close)
    indicator3 = Average[200](close)
    indicator4 = ADX[10]
    indicator5 = Volume
    c1 = (DHigh(0) < DHigh(1))
    c2 = (DHigh(1) < high[2])
    c3 = (indicator1 > indicator2)
    c4 = (DClose(0) > indicator2)
    c5 = (DClose(0) < indicator1)
    c6 = (DClose(0) > indicator3)
    c7 = (indicator1[7] > indicator2[7])
    c8 = (indicator4 > 20)
    c9 = (DClose(0) >= 5)
    c10 = (indicator5 > 300000)
    criteria = indicator3
    SCREENER[c1 AND c2 AND c3 AND c4 AND c5 AND c6 AND c7 AND c8 AND c9 AND c10] (criteria AS "SMA")
    #195995 quote
    fifi743
    Participant
    Master

    with the Asian list

    #196057 quote
    Blue
    Participant
    New

    Hey Fifi,

    Hmmmm- do not quite understand your message regarding the Asian list?

    #196076 quote
    fifi743
    Participant
    Master

    hello,
    with the asian list c9 and C10 works

    Capture-decran-65-1.png Capture-decran-65-1.png
    #196085 quote
    Blue
    Participant
    New

    Hi Fifi,

    Thanks for the let know and the effort of checking.

    Weird as I do not even know how that can be possible. The Coding does not contain any country names or codes.
    How can this be, do you have a way of explaining it- Interesting stuff.

    Have a nice Saturday, Cheers.

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

Help with Swing Trading Screener please.


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Blue @blue Participant
Summary

This topic contains 19 replies,
has 3 voices, and was last updated by Blue
3 years, 8 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 06/22/2022
Status: Active
Attachments: 3 files
Logo Logo
Loading...