code for long wicks on the down side of the candle

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #59700 quote
    egosbar
    Participant
    Junior

    id like to have a search code for long green wicks on the down side of the candle about two thirds of the candle length, with volume at least 20 percent higher then a 50 day average , is this possible? Any help would be greatly appreciated , new to trading and pro real time

    #59867 quote
    Nicolas
    Keymaster
    Master

    Yes that’s possible! I made this little stock screener from your description:

    c1 = close>open
    c2 = (open-low)>=0.66*range
    c3 = volume>=1.2*average[50](volume)
    
    test = c1 and c2 and c3
    
    screener [test]

    Seems to work correctly, do you confirm?

    pinbar-and-big-volume-screener.png pinbar-and-big-volume-screener.png
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

code for long wicks on the down side of the candle


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
egosbar @egosbar Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
8 years, 1 month ago.

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