PRT band cross over

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #212458 quote
    marco7630
    Participant
    New
    Hi,
    I really like the new indicator: PRT bands
    I would like to see all assets that meet these requirements:
      <li class=”elementToProof”>Price above 5 usd
      <li class=”elementToProof”>Average Volume per day above 1 million
      <li class=”elementToProof”>The current price candle crosses over the medium term line (PRT). Daily basis

    Gr MArco

    #212626 quote
    marco7630
    Participant
    New

    Hello,

     

    Can somebody help me with this one?

    Thanks

    Gr Marco

    #212751 quote
    marco7630
    Participant
    New

    Hi Nicolas, Roberto,

     

    Can you help me?

     

    gr Marco

    #212768 quote
    JC_Bywan
    Moderator
    Master

    Hi,

    you need to add a number where said to define the necessary “period” for your average, and to select daily timeframe in your screener window

    c1= close>5
    
    period= //add number for your average
    c2= average[period](volume)>1000000
    
    c3= close>PRTBandsMediumTerm
    
    screener[c1 and c2 and c3]
    #212771 quote
    marco7630
    Participant
    New

    Hi,

     

    Average volume per day for the last 30 days. What do i need to add then?

    Thanks

     

    gr Marco

    #212773 quote
    JC_Bywan
    Moderator
    Master

    line 3 was given as:

    period= //add number for your average

    for an average on 30 days, replace it with:

    period=30

    #212794 quote
    marco7630
    Participant
    New

    Thanks.

     

    The result is not what i am looking for unfortunately. I would like to see the assets the cross over the medium term line. So yesterday they were below it and today the price is above it.

     

    gr Marco

    #212795 quote
    JC_Bywan
    Moderator
    Master

    My fault, went too fast on c3, here it is with cross over

    c1= close>5
    
    period=30
    c2= average[period](volume)>1000000
    
    c3= close crosses over PRTBandsMediumTerm
    
    screener[c1 and c2 and c3]
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.

PRT band cross over


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

This topic contains 7 replies,
has 2 voices, and was last updated by JC_Bywan
2 years, 11 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/29/2023
Status: Active
Attachments: No files
Logo Logo
Loading...