ZigoParticipant
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"
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.
Please Zigo, what’s the Z-RSI indicator below your chart ?
ZigoParticipant
Master
@ Vonasi
The Indicator is already in the ProBuilder zone, I just add line 15, because “DymKar” ask for it. Read that post please.
ZigoParticipant
Master
@ PLermite
Maybe that’s next. Who known ?
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.