Index Filter for screener

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #79471 quote
    grimweasel47grimweasel47
    Participant
    Senior

    Hi All,

    I run a basic screener based on Nick Radge’s weekend trader (see below)

    I’m trying to adapt the x=10 moving average filter so that is take the data from another security(in this case the SP500 index). Is this possible to take the signal from another stock/security?

    Thanks in advance!

    c1 = close = HIGHEST [ 20 ]( HIGH )
    c2 = (close > exponentialaverage[10])
    X = 10
    y = 20
    ema = ExponentialAverage[x](close)
    sroc = ROC[y](ema)
    Indicator1= SROC
    c3 = Indicator1 > 0
    Screener [C1 and c2 and c3]
    
    #79475 quote
    NicolasNicolas
    Keymaster
    Legend

    Yes it’s possible with the EQUITYFRAME instruction but only if the stock/index is in the same list. But with IG accounts, that’s not the case, Index are not in shares lists.

    #79478 quote
    grimweasel47grimweasel47
    Participant
    Senior

    Thanks Nicolas

    So in the above as UK based how would I add the FTSE All Share (as that would encapsulate all the small caps I also scan)? So want I want to ensure is that for long positions the weekly close is greater than the 13 week ema of the FTSE All Share (as an index filter)

    Best

    Weaz

    #79499 quote
    NicolasNicolas
    Keymaster
    Legend

    There is no solution I’m afraid..you could try building your own personal list with all small caps and the index , but I’m not confident about the possibility of this to work.. 🙁

    #79617 quote
    grimweasel47grimweasel47
    Participant
    Senior

    Thanks anyway. I guess add the FTSE All Share chart to my watchlist and check price is above the MA visually!

    #245074 quote
    897148897148
    Participant
    Average

    Weekend Trader

    I see that grimweasel47 had a query on index filter in 2018

    How has grimweasel47 progressed with this system since then?

    I am also looking for a solution feedback from “Those who have gone before”

Viewing 6 posts - 1 through 6 (of 6 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

Index Filter for screener


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 5 replies,
has 1 voice, and was last updated by 897148897148
1 year, 6 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/31/2018
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...