Help coding – Ichimoku Strategy

Forums ProRealTime English forum ProOrder support Help coding – Ichimoku Strategy

Viewing 5 posts - 1 through 5 (of 5 total)
  • #139584

    There are many ichimoku strategies, indicators and screeners around, but none of them aren’t accurately taking the entry because of them ignoring what the lagging span ( Chikou) is doing.

    I think Chikou is very important to avoid fakeouts

    It would be great if someone can help me code this strategy –

    BUY Long, if

    1. Price is above kumo cloud
    2. kumo cloud is green(bullish) ahead
    3. tenkan > kinjun
    4. lagging span(chikou) rises over the cloud

    SELL Short, if

    exact opposite of Buy long

    Stop Loss,

    Set if below lowest point of last 5 candles

     

    Thanks in advance. 🙂

    #139589

    Boonet,

     

    i agree, the position of the chikou is important.

    you want to open position when the chikou crosses out from kumo ?

    i first code this indicator to check your condition.

    is that this code matches your request ?

     

     

    2 users thanked author for this post.
    #139590

    I think you also should look at chikou greater than close also for short example on 1-x bars meaning its a downtrend/uptrend if close greater than chikou. You can also work with MTF to add other indicators for bigger tf.

    #139594

    Thanks a lot @brunodavid,

    Exactly what I wanted. 🙂

     


    @Franco
    , yes running it on MTF is the plan. I will let you know how it goes.

     

    Thanks again @brunodavid.

    #139613

    Boonet if you have something that i can work on tell me.

Viewing 5 posts - 1 through 5 (of 5 total)

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