I am looking for screener and alert to scan quickly long shadow candlesticks

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

    Hello, everybody

    Please can anyone who has experience in coding help me to develop a code to make an alert and screener to identify and determine quickly the long shadow candlestick pattern. My appreciation, Best Regards.

    #87044 quote
    robertogozzi
    Moderator
    Master

    There you go:

    Body        = abs(close - open)
    UpperShadow = high - (max(open,close))
    LowerShadow = (min(open,close) - low)
    Result      = max(UpperShadow,LowerShadow) > (Body * 5.00)
    SCREENER[Result]

    At line 4 you may replace BODY with RANGE (already defined, you don’t need to do the math yourself like BODY), of course multiplier needs to be < 1.0 in that case.

    Nicolas thanked this post
    #87057 quote
    Omantrader
    Participant
    New

    Thank you very much for your efforts. My appreciation.

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

I am looking for screener and alert to scan quickly long shadow candlesticks


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

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

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