Stop Ichimpku. ATR

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #160271 quote
    Zigo
    Participant
    Master

    I changed my latest published indicator. Someone (DymKar) ask me to create the middle of the  stop short and the stop long and so I did.

    //Zigo
    //Written in One-Note 26/11/2014 (10:07)
    //Published in PRT 8/01/2021
    //Calculation the Stop losse Long and Short
    
    c1=(highest[9](high)+lowest[9](low))/2
    C2= (highest[26](high)+lowest[26](low))/2
    c3=(c1+c2)/2
     
    //Dynamic for Long positionsx
    //Dynamic stop for Short positions
    stlong=TriangularAverage[5](c3- f*AverageTrueRange[14](close))
    stshort=TriangularAverage[5](c3+f*AverageTrueRange[14](close))
    
    Midline = (stlong + stshort)/2
     
    Return stLong coloured(0,255,0) as"StopLong", Midline coloured (100,255,255,175)style (line ) as " MeanLine", Stshort coloured(255,0,0) as "StopShort"
    
    DAX-29-seconden.png DAX-29-seconden.png
    #160274 quote
    Vonasi
    Moderator
    Master

    Topic moved to indicator forum. Please try to post in the correct forum with future posts.

    _ ProRealTime Platform Support: only platform related issues.
    _ ProOrder: only strategy topics.
    _ ProBuilder: only indicator topics.
    _ ProScreener: only screener topics
    _ General Discussion: any other topics.
    _ Welcome New Members: for new forum members to introduce themselves.

    #160290 quote
    PLermite
    Participant
    Senior

    Please Zigo, what’s the Z-RSI indicator below your chart ?

    #160291 quote
    Zigo
    Participant
    Master

    @ Vonasi

    The Indicator is already in the ProBuilder zone, I  just add line 15, because “DymKar” ask for it. Read that post please.

    #160292 quote
    Zigo
    Participant
    Master

    @ PLermite

    Maybe that’s next. Who known ?

    PLermite thanked this post
    #160295 quote
    Vonasi
    Moderator
    Master

    I  just add line 15, because “DymKar” ask for it. Read that post please.

    You started a new topic in the General Discussion forum. If ‘DymKar’ asked for it then I have not seen that –  was it asked for in the forums or in the library comments? If it was in the forums then reply directly to that post in the forums but either way the correct place for a post discussing an indicator is in the ProBuilder forum – hence why I moved it from the General Discussion forum.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Stop Ichimpku. ATR


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
Zigo @zigo Participant
Summary

This topic contains 5 replies,
has 3 voices, and was last updated by Vonasi
5 years, 2 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 02/03/2021
Status: Active
Attachments: 1 files
Logo Logo
Loading...