MA scan

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #111880 quote
    Vonasi
    Moderator
    Master

    Try this:

    percentage = 1 
    minprice = 0.05 //minimum price in £ or $ or EUR
    maxprice = 7.00 //maximum price in £ or $ or EUR
    
    minp = minprice*100
    maxp = maxprice*100
    
    a = exponentialaverage[6]
    b = average[10]
    c = exponentialaverage[20]
    
    upper = max(max(a,b),c)
    lower = min(min(a,b),c)
    
    d = ((upper - lower) / close) *100
    e = d <= percentage
    
    f = close >= minp and close <= maxp
    
    SCREENER[e and f](d)
    
    #111883 quote
    JackD
    Participant
    Junior

    Great! thank you!

Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.

MA scan


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
JackD @jackd Participant
Summary

This topic contains 16 replies,
has 3 voices, and was last updated by JackD
6 years, 4 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 10/25/2019
Status: Active
Attachments: 4 files
Logo Logo
Loading...