Writing the Ichimoku indicator..

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

Tagged: ,

Viewing 7 posts - 31 through 37 (of 37 total)
  • #148995

    hey @nicolas

    is it possible to get a call function of the chikou span line 26 periods in the past like to original indicator plots?

    the “drawsegment barindex[26]” is not possible to get any indications from

    #149000

    If you want to get the Chikou price, just use Close! Chikou is the price Close of the current bar.

    #149002

    lets say i want to enter long when the chikou line plotted 26 periods in the past crosses above close x periods ago

    when i code the chikou indicator it does not behave as the one plotted 26 periods ago so i cant get the same typ of entries

    #149005

    Chikou crosses Close from 26 periods ago:

     

    1 user thanked author for this post.
    #149020

    @nicolas

    i would like to be able to generate a signal as in the picture.

    when chikou is below price i want one signal and when chikou is above price i want another

    is that possible?

    #149031

    I think that you don’t understand how Ichimoku works.

    Chikou is the actual Close, so how the actual Close could be higher or lower than its own value?

    #149033

    i understand that its pretty simple, its only close[26]

    all i wonder is if its possible to get a signal when the chikou is above/below like the picture

Viewing 7 posts - 31 through 37 (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