Screener for RSL strategy

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203413 quote
    godaxgodax
    Participant
    New

    <span class=”jCAhz ChMk0b”><span class=”ryNqvb”>I would like to implement an RS strategy according to Levy and I need a screener or a list that, in addition to the usual data, shows me a coefficient that results from the current price and the average price of the last 26 weeks (or 130 days).</span></span> <span class=”jCAhz ChMk0b”><span class=”ryNqvb”>Does this already exist or how can I set it up?</span></span> <span class=”jCAhz ChMk0b”><span class=”ryNqvb”>Thanks for any help.</span></span>

    #203420 quote
    JSJS
    Participant
    Master
    a=Average[130](Close)
    RSL=close/a
    C1 = RSL
    SCREENER[C1](RSL AS "RSL")
    
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

Screener for RSL strategy


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
godax @godax Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 11/02/2022
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...