IG Markets, 10.2 Demo, Screeners not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20962 quote
    xrstokes
    Participant
    Junior

    I’m just trying to get started with screeners, so I decided to start with the absolute basics. The problem is though. I can’t even get this simple screener to work. Any idea’s?

     

    Thanks in advance.

    Capture.jpg Capture.jpg
    #20965 quote
    xrstokes
    Participant
    Junior
    indicator1 = MACDline[120,260,90](close)
    indicator2 = ExponentialAverage[90](MACDline[120,260,90](close))
    c1 = (indicator1 < indicator2)
    c2 = (indicator1 < 0)
     
    SCREENER[c1 AND c2] (Variation AS "%Chg prev bar")
    #20970 quote
    Nicolas
    Keymaster
    Master

    The problem is in your code and because of the ProScreener limitations of lookback periods. In fact, ProScreener can only used 254 bars lookback from now, so 260 periods is too large to calculate completely your MACD and give you any results. Try to lower your indicators periods and you’ll find ProScreener is working well 🙂

    #21146 quote
    xrstokes
    Participant
    Junior

    Thanks a ton

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

IG Markets, 10.2 Demo, Screeners not working


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
xrstokes @xrstokes Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by xrstokes
9 years, 1 month ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/13/2017
Status: Active
Attachments: No files
Logo Logo
Loading...