All in one…arrow

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #168978 quote
    Inertia
    Participant
    Master

    Hi there, long time not been here…

    It seems thats PRT has improved a lot.

    Q: Is it possible to have a screener that picks up a instrument A’s signal to show an arrow on an instrument B ?

    Ex : Dow /crosses over 30 = Arrowup on the Dax..

    Thank you for your help as usual 😉

    #169008 quote
    Nicolas
    Keymaster
    Master

    For the record, ProScreener cannot plot anything on the graph, on the other hand for your screener which tests one instrument to report another, we can like this:

    1. create a personal list which includes the instrument (s) that will be transferred to the list of ProScreener results
    2. modify condition "c" of the code below which will test it on the instrument declared in EQUITYFRAME (here the Dow 1 € at PRT Sponsored, to be modified if necessary)
    3. run the screener on this list
    4. if the condition "c" is met then the instruments contained in your personal list will be displayed (in the attached image, I created a list with the DAX only)
    EQUITYFRAME("Indices - GBL EUR","Wall Street Cash(1€)")
    c = close>100 //mettre le test voulu dans cette variable 
    
    equityframe(default)
    test = c
    
    Screener [test](c)
    icharttop thanked this post
    screener-2-instruments.png screener-2-instruments.png
    #169110 quote
    Inertia
    Participant
    Master

    Thank you Nicolas for your swift answer and great help !

    Take care.

    #169553 quote
    Inertia
    Participant
    Master

    Hello Nicolas and the Team!

    Help please…

    I would like the conditions C1 + EquityFrame + c3 being met.

    My issue is to right properly from equityframe to test C…

    (the idea is to have the DOW “close>close[1] as well as C1 and C3)

    Does this make sens?

    Thank you in advance.

    // Variable
    MyMACD5mn = MACD[12,26,9](close)
    
    /// UT1
    TIMEFRAME(5 minutes)
    c1 = (MyMACD5mn CROSSES OVER 0)
    
    EQUITYFRAME("Indices - GBL EUR","Wall Street Cash(1€)")
    c = close>close [1] //mettre le test voulu dans cette variable
    equityframe(default)
    test = c
    
    //UT2
    TIMEFRAME(15 minutes)
    c3 = (close > close[1])
    
    //Default
    TIMEFRAME(DEFAULT)
    
    SCREENER[(c1 AND c3)] (Variation AS "%Chg prev bar")
    #170149 quote
    Inertia
    Participant
    Master

    Hi all, just figured out your system Nicoals. Thank you and yes, I like it.

    However, the signal on “THE” instrument (ex: DOW) will pull up the list, but all the instruments in this same list are not all the good candidates for the trade.

    I would love at this point a second stage of filter that will select the instrument that shows the signal…(ex: Dow pulls up the Dax that just shows a RSI over 70…)

    Q: Is this feasable ?

    Cheers guys !

    #170258 quote
    Nicolas
    Keymaster
    Master

    Yes this is feasible and I’m sure you will find many relevant codes about how to detect when RSI crosses over a 70 values in the forums.

    Inertia thanked this post
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

All in one…arrow


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Inertia @inertia Participant
Summary

This topic contains 5 replies,
has 2 voices, and was last updated by Nicolas
4 years, 9 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/06/2021
Status: Active
Attachments: 1 files
Logo Logo
Loading...