Page 1 of 1

Separate buffers in Parabolic sar

Posted: Tue Oct 27, 2020 2:47 am
by Trytry
Good day, can you please help me with separate buffers for this Parabolic sar

Re: Separate buffers in Parabolic sar

Posted: Tue Oct 27, 2020 3:04 am
by mladen
Trytry wrote: Tue Oct 27, 2020 2:47 am Good day, can you please help me with separate buffers for this Parabolic sar
Why?
Why not simply using second buffer and read values for colors (which, btw. are clearly showing the trend too) from it?
Why complicating what does not need to be complicated at all?

PS: I really love to see my code with stripped copyright and link 😊😊😊

Re: Separate buffers in Parabolic sar

Posted: Tue Oct 27, 2020 3:11 am
by Trytry
I got it on google search, I want to use it on a auto trading platform.

Re: Separate buffers in Parabolic sar

Posted: Tue Oct 27, 2020 3:13 am
by mladen
Trytry wrote: Tue Oct 27, 2020 3:11 am I got it on google search, I want to use it on a auto trading platform.
So what is preventing you?
Use second buffer as explained in the previous post to check the states of the color (ie: "trend")

Re: Separate buffers in Parabolic sar

Posted: Tue Oct 27, 2020 3:16 am
by Trytry
I will try, thank you