total points

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #222207 quote
    LivJoJadeLivJoJade
    Participant
    Junior

    after searching most of today I’m now resigned to asking for advise, I know I’ve found it here before.

    I’ve created about 5 different proscreeners which I’ve now written in 1, my question is how do I allocate a numeric value to each depending on it’s reliability and add them all together.

    For instance on the attached I would say EXS2 and RSBBS2 and then DAS3 are the most reliable. What I want to do is allocated each condition a numeric value which can be added together if conditions are met. So say EXS2 = 1 and RSBBS2 = 2 and then DAS3 =4 then if all conditions are met in proscreener it gives a result of 7, if the 1st 2 conditions are met it gives a result of 3, individual conditions being met give their own allocated values.

    I’m not 100% sure but I believe a saw a proscreener which gave a “TP” result column.

    Many thanks in anticipation.

    EVERYTHING.itf
    #222209 quote
    JSJS
    Participant
    Master

    Hi,

    You can try this…

    If EXS2 then

    EXS2=1

    EndIf

    If RSBBS2 then

    RSBBS2=2

    EndIf

    If DAS3 then

    DAS3=4

    EndIf

    Total =(EXS2 + RSBBS2 + DAS3 + … + … + ….)

    Screener[Total](Total as “Total”)

    #222212 quote
    LivJoJadeLivJoJade
    Participant
    Junior
    Hi RS Sadly not the result I was looking for, the Proscreener (see attached) delivered 228 instruments and each came to a total of 3131 (basically all conditions were met). If I run the same code with RSI as the citeria only 10 instruments are delivered.
    EVERYTHING1.itf
    #222214 quote
    JSJS
    Participant
    Master

    Hi,

    When I give the 10 conditions all a value of 1 and I screen for US stocks, I get 1 stock with 4 points, a lot of stocks with 3 points, etc…

    Scherm­afbeelding-2023-10-09-om-22.31.41.png Scherm­afbeelding-2023-10-09-om-22.31.41.png V2.itf
    #222245 quote
    robertogozzirobertogozzi
    Moderator
    Legend
    #222250 quote
    LivJoJadeLivJoJade
    Participant
    Junior
    Thank you JS, that works a treat, can’t thank you enough.
    JS thanked this post
    #222251 quote
    LivJoJadeLivJoJade
    Participant
    Junior
    Thank you for responding and your input robertogozzi, I shall be saving this thread.
    robertogozzi thanked this post
Viewing 7 posts - 1 through 7 (of 7 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

total points


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
LivJoJade @livjojade Participant
Summary

This topic contains 6 replies,
has 3 voices, and was last updated by LivJoJadeLivJoJade
2 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 10/09/2023
Status: Active
Attachments: 4 files
ProRealCode ProRealCode
Loading...