Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 23:53:11 +0000



[Programming Help] - Color Based On Condition Alert Study

View Count: 858

[2018-07-21 23:57:03]
User240019 - Posts: 112
Hi,

I'm rewriting this so it's easier to understand. I'm trying to identify and alert a sequence of Heiken Ashi candles. For instance sssssssbbsssssbbbsssss (where b = buying candle and s = selling candle) I can get the alert to show on all candles but I can't get it to show on a single or even one side of the candles. For instance, my mind says if I write =IF(ID25.SG3[-1]=ID25.SG3) then all the red candles (sg3 is the selling reference and ID25 is the HA study) just before a buying candle should have an arrow, but this doesn't work. My thought process is that perhaps you cannot alert on a candle but rather only the OHLC or volume...bid/ask parameters.

Is this correct and how could I create logic that will show me a sequence like above sssssssbbsssssbbbsssss (where b = buying candle and s = selling candle)?

Please let me know if this is possible.
Date Time Of Last Edit: 2018-07-22 14:26:21

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

Login

Login Page - Create Account