Writing the Ichimoku indicator..

Forums ProRealTime English forum ProBuilder support Writing the Ichimoku indicator..

Tagged: ,

Viewing 15 posts - 16 through 30 (of 37 total)
  • #48042

    “Houston we have a problem..” 🙂

    Nicolas, please help me! I’m going crazy with prt! 😀

    with CS[26]

    with CS[0]

    The only solution that works..

    redefining the function..

    #48049

    now the first version of the ichimoku EA works..

    eur/usd 27/02/2017 to 27/09/2017

    #48053

    even though I had to give up all other tools in the MQL4 version .. dynamic trailing, analysis at different TF, searching for trends, resistances and supports with other methods than ichimoku..

    #94712

    The Chikou is the actual Close (the one from the current period), but it is plotted 26 bars in the past, that’s all. It is not possible to draw a curve in the past, you can try with dots or any ASCII char, but that’s not so important since you only want to get the good values for your strategy.

    If this may still be of any help. Actually it is possible to use DRAWSEGMENT to link different points to achieve plotting CHIKOU like PRT do (still you cannot plot in the future), replace the DRAWTEXT line (line 23) with:

     

    2 users thanked author for this post.
    #103247

    Hello Can we get the filling of the cloud / kumo by something other than color (small dots or small dashes like Metatrader but if Nicolas wants to place small hearts why not, small $ could also be adequate 😉 Thank you in advance for your answer (s)

    #103251

    Please speak English on this forum! (I translated it)

    Thank you.

    #103259

    oups..

    sorry!

    Thank you

    #103262

    Kumo filled with barcharts and color change according to SpanA and SpanB position:

     

    1 user thanked author for this post.
    #104683

    Thanks for the code @Nicolas and the neat “fill cloud” option.

    How do I add: Bold or style(dottedline,2) to the Draw text line, tried a few times but can’t figure it out.

    Also how do IG get their charts to plot forward Kumo/Clouds? (Pls see white IG image.)

    (Please ignore Ichimoku Orig image in black, I found out that Span B was incorrectly formulated hence the inconsistent Kumo’s between the code here and an earlier code I was using from this forum).

    Cheers
    Bard

    #105176

    To change the style of a plotted text, please follow the detailed instruction described in the DRAWTEXT documentation page.

    #105432

    Hi @Nicolas, thanks for the Drawtext link. I got the bold, 2 to work but that removes the $ signs. I also can’t add the style, dotted line, tried all kinds of combinations with brackets, commas but no dottedline and dollar signs…

    I wanted a dotted Chikou line with “$$” signs, yeah I know, I’ve got good taste, what can I say?

    Also this Ichimoku doesn’t have forward plotting Kumo clouds whereas the Ichimoku standard indicator does, but that code is hidden. What code in the standard indicator is exactly allowing that forward plotting to occur?

    Cheers

     

    #105587

    There are no styles available for DRAWSEGMENT, still.

    It is not possible to plot in the future of the chart since coordinates are made from BARINDEX which are still not present in the future! 😐

    1 user thanked author for this post.
    #106013

    Is this not a future Kumo cloud plot though @Nicolas? The code is hidden because it’s the default PRT Ichimoku indicator.

     

    #106021

    Right,  but this is an internal indicator, not a ProBuilder coded one (a custom indicator).

    #142878

    Hello

    is it possible, with PRT last version, to have the candles with 26 days delay postponed 26 days before; like a improved chikou

    Thanks by avance

     

    attached file :exists for metatrader; made by Sohocool

Viewing 15 posts - 16 through 30 (of 37 total)
Similar topics:

Create your free account now and post your request to benefit from the help of the community
Register or Login