Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 23:39:55 +0000



[Programming Help] - Flex Renko Reversal Bar Next Bar as entry

View Count: 316

[2023-06-09 18:11:34]
User469312 - Posts: 97
I am looking for help with flex Renko Bars. With the parameters I have set for the Reversal Bar I am trying to set the next bar as the trigger (for Long or Short). Anyone able to help/point right direction?
[2023-06-20 13:48:09]
Sierra_Chart Engineering - Posts: 17198
We are not understanding what you are wanting to do.

What exactly do you mean by this:
set the next bar as the trigger (for Long or Short).

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-06-20 14:16:03]
User469312 - Posts: 97
I apologize for not being clear. I was trying to say is, when a reversal bar is generated the next bar or 2 (if those bars are higher or lower from that reversal bar) it will be a short signal or long signal. Basically, when a reversal bar is generated, is the next bar or 2 > than that reversal bar in the direction of the reversal bar. If > than a signal is generated

again, sorry for not being clear.
[2023-06-20 15:15:20]
Sawtooth - Posts: 4120
when a reversal bar is generated, is the next bar or 2 > than that reversal bar in the direction of the reversal bar.
Use formulas like these:
Long:
=AND(C[-1] < O[-1], C > O, H > H[-1])
Short:
=AND(C[-1] > O[-1], C < O, L < L[-1])
[2023-06-20 15:46:38]
User469312 - Posts: 97
I cannot thank you enough for this help. very much appreciated

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account