candele indicator Marubozu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222418 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    @tonbijl

    After replying to your topic, for unknown reasons it became inaccessible to me. I don’t know if you can read it, so I decided to make a copy of it.

    Will you mind posting again your cinditions?

    I changed them slightly as a couple of them seemed incorrect.

    There you go (not tested):

    C1 = (range = 8*pipsize)
    // Bearish candlestick
    S1 = (High-Open <= 1*pipsize)
    S2 = (Close-Low <= 1*pipsize)
    S3 = close < open
    SC = S1 and S2 and S3 and C1
    // Bullish candlestick
    L1 = (High-Close <= 1*pipsize)
    L2 = (Open-Low <= 1*pipsize)
    L3 = close > open
    LC = L1 and L2 and L3 and C1
    //
    Return (SC or SL)
    #222474 quote
    robertogozzirobertogozzi
    Moderator
    Legend

    Now the link https://www.prorealcode.com/topic/candele-indicator-marubozu  works, so I will close this topic.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘candele indicator Marubozu’ is closed to new replies.
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

candele indicator Marubozu


ProBuilder: Indicators & Custom Tools

New Reply
Author
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by robertogozzirobertogozzi
2 years, 11 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 10/14/2023
Status: closed
Attachments: No files
ProRealCode ProRealCode
Loading...