MACD scan results are inaccurate

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #161561 quote
    Larrikin
    Participant
    Average

    As the title suggests, I’m getting inaccurate results when scanning for a MACD Line crossing (above or below) the MACD Signal line.

    I created a scan without any other variables (see image) and it still returned inaccurate results.

    This is an important scan for me so I would really appreciate the help to have it corrected, please?

     

    Thank you,

    David

    MACD.jpg MACD.jpg
    #161615 quote
    Nicolas
    Keymaster
    Master

    Something is wrong you are right. Could you please send a ticket report, reffering to this topic please? I’ll do the same.

    In the meantime, you can use this accurate version which is using codes to calculate the MACD:

    linecode = average[12,1]-average[26,1]
    signalcode = average[9,1](linecode)
    testcode = linecode crosses over signalcode
    
    screener[testcode]

    for the record, the version that is not working is:

    iline = MACDline[12,26,9](close)
    signal = MACDSignal[12,26,9](close)
    test = iline crosses over signal
    
    screener[test]
    Larrikin thanked this post
    #166362 quote
    Larrikin
    Participant
    Average

    Here is an email reply from tech support regarding the problem.

    David.

    “Following your request, please note first of all that the code which is generated by the simplified programming of the ProScreener is correct (MACD Line crosses over the MACD Signal).
    However, there is a problem with the calculation of the MACD Signal in the ProScreener, but it is due to an internal calculation problem of the engine.
    We have identified the problem and our technical team is currently working on a correction, which will be implemented as soon as possible.
    Please note that depending on the complexity of the correction needed, it may take up to several weeks for the problem to be corrected.”

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

MACD scan results are inaccurate


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Larrikin @larrikin Participant
Summary

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

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 02/15/2021
Status: Active
Attachments: 1 files
Logo Logo
Loading...