Jump to content
Medved Trader Forums

Candle Pattern detection functions...


Recommended Posts

We are adding Candle Pattern detection for Paintbars and Scans. initially it will be in advanced mode only. Usage is like this:

    if (this.CandlePattern.IdenticalThreeCrows())
    {
        SetColorAndShape("3Crows!", PBShape.TriangleDown, SysColor.MainIndicator3);
        TriggerAlert("3Crows!");
        SetScanResult("3Crows!");
    }

The functions can take optional parameters. All take "Ago", same as indicators can be referenced with [2] for example, to access the reading X candles ago. Other parameters are available depending on the pattern. code Auto Complete will show what is available.

Though the current beta has some stuff, it may not work right. Next update (after 1.1.8490.2) will have a properly working version. 

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...