Volume issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #88268 quote
    Gaastra
    Participant
    New

    A = Volume is not the same as the real Volume.

    MyAtr = AverageTrueRange[20](close)
    MyVolatility = 0.05 * CLOSE
    MyVol = Volume
    
    SCREENER[MyAtr >= MyVolatility] (MyVol as "MyVolume")
    

    See the list below where MyVolume gives a complete different Volume as the real Volume? What do I do wrong in the code?

    PRTScreener.png PRTScreener.png
    #88301 quote
    Nicolas
    Keymaster
    Master

    Do you have real time data or just end of day one? In that last case, you’ll always get the previous period data, that’s why you spot differences.

    #88321 quote
    Gaastra
    Participant
    New

    Ah, thanks.

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

Volume issue


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Gaastra @gaastra Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Gaastra
7 years, 2 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 01/09/2019
Status: Active
Attachments: 1 files
Logo Logo
Loading...