Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 20:37:10 +0000



Post From: Ichimoku Alert

[2016-01-22 12:03:32]
Halco - Posts: 92
I'm trying to create an alert for the Ichimoku study that triggers when these conditions are met:

1 - Close is above both Senkou Span A (ID23SG1) & Senkou Span B (ID23SG2)
2 - Tenkan-Sen (ID26SG1) is above Kijun-Sen (ID27SG1)
3 - Chikou Span (ID28SG1) is above the close.

Here's my formula:

=And((ID23.SG1<C),(ID23.SG2<C),(ID26.SG1>ID27.SG1),(ID28.SG1>C))

I think my syntax is right but the alerts aren't showing up correctly on the chart. Maybe it has something to do with Span A and Span B being plotted 26 periods into the future and Chikou Span plotted 26 periods in the past?

Is there a way to do this? Thanks much.