Assistance with scans please

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #229372 quote
    timmmmmbotimmmmmbo
    Participant
    Junior

    Hi can anyone please take the time to advise why stock code ARM did not show on these scan parameters?

     

    I have look at average volume etc etc and cannot figure it out? but if you run the scan it does not show?

     

    Thanks in advance all – is it much appreciated

     

    ______________________________________________________

    //Sharing ProRealTime knowledge
    indicator3 = Average[40](Volume)
    ma50=exponentialaverage[50]
    ma150=exponentialaverage[150]
    ma200=exponentialaverage[200]

    c2 = ma50>ma150
    c3 = ma150>ma200
    c4 = summation[20](ma200>ma200[1])=20
    c5 = Close/lowest[250](low)>1.3
    c6 = Close/highest[50](low)>0.7
    c10 = close/close[170]>=1.25
    c11 = close/close[200]>=1.25
    c12 = close/close[220]>=1.05
    c13 = close/close[250]>=1.05
    C8 =Close>=100 and Close<=200
    c9 = (indicator3 > 5000)

    TrendTemplate = c2 and c3 and c4 and c5 and c8 and c9 and c10 and c11 and c12 and c13 and c6

    screener[TrendTemplate]

    123.png 123.png
    #229425 quote
    JSJS
    Participant
    Master

    Hi,

    I think it is the EMA200 that causes problems, when you use PRT Complete you have, for screeners, a history of 256 bars, these 256 bars is insufficient for a correct calculation of the EMA200 and therefore unreliable results…

    robertogozzi and Iván González thanked this post
Viewing 2 posts - 1 through 2 (of 2 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

Assistance with scans please


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
timmmmmbo @timmmmmbo Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JSJS
2 years, 6 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/07/2024
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...