Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 17:25:41 +0000



[Programming Help] - Arrow Alert / EMA cross T3 MA

View Count: 2037

[2019-03-21 18:27:37]
User371906 - Posts: 141
Hello,

Could someone please help me with an alert based on:

EMA crosses above a T3 MA + T3 must be sloping Up/Green = Up Arrow on Chart Region 1
EMA crosses below a T3 MA + T3 must be sloping Down/Red) = Down Arrow on Chart Region 1

Any help appreciated

Thanks

g
[2019-03-22 06:57:54]
User371906 - Posts: 141
I have 2 Color Bar Based On Alert Conditions
crossfrombelow(ID23.SG1, ID9.SG1)
=crossfromabove(ID23.SG1, ID9.SG1)
This shows me the Moving Average cross but I have not been able to add to this criteria of placing arrows to this condition when slope is Green/Red.

=OR(AND(ID9.SG1[0] > ID9.SG1[-1],ID9.SG1[-1] < ID9.SG1[-2]),AND(ID9.SG1[0] < ID9.SG1[-1],ID9.SG1[-1] > ID9.SG1[-2]))
????

How to incorporate both signals.....

Any Help Please.
[2019-03-22 16:51:57]
Ackin - Posts: 1865
Hi,
it's done via ACSIL.

Ackin's indicators (SCH users requests for studies) - Update list | Post: 172922
[2019-03-22 23:10:21]
Sawtooth - Posts: 3976
Try this:

=OR(AND(CROSSFROMBELOW(ID23.SG1, ID9.SG1),ID9.SG1[0] > ID9.SG1[-1],ID9.SG1[-1] < ID9.SG1[-2]),AND(CROSSFROMABOVE(ID23.SG1, ID9.SG1),ID9.SG1[0] < ID9.SG1[-1],ID9.SG1[-1] > ID9.SG1[-2]))

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

Login

Login Page - Create Account