Minimum Volume Screener Code

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

    Hi Everyone

    I was wondering if it is possible to add an additional line to some of my screeners, that sets a minimum volume amount, to filter out stocks that have low volume.

    An appropriate minimum would probably be stocks that have a volume MA above 100,000

    If anyone could assist me in creating this it would be much appreciated

    Kind Regards

    #54315 quote
    odlaregodlareg
    Participant
    New

    you can add something like    = average[10](volume)>100000 (last 10 days) or without the average it is  = volume>100000

    Nicolas thanked this post
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

Minimum Volume Screener Code


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Aduroe @aduroe Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by odlaregodlareg
8 years, 9 months ago.

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