Login Page - Create Account

Support Board


Date/Time: Fri, 18 Oct 2024 08:41:51 +0000



[Programming Help] - Trading System Based on Alert Condition - Combined with Delta Divergence Study

View Count: 246

[2024-06-16 14:32:16]
Rich_B - Posts: 31
Hi

I am trying to set my charts to execute a trade when the Delta Divergence study prints an arrow on the chart. I thought the simplest way to achieve this would be to use the Trading System Based on Alert Condition study. However, I can't work out how to make the trade execute purely based on the other study printing an arrow. If price was crossing a level or some other moving variable was involved, it would be nice and easy, but I'm not sure how to reference (as an alert condition) another study simply activating.

Is this possible?

Any help much appreciated.

Thank you
[2024-06-17 13:45:54]
Sawtooth - Posts: 4096
I am trying to set my charts to execute a trade when the Delta Divergence study prints an arrow on the chart.
Use formulas like these:
Buy:
=ID1.SG2>0
Sell:
=ID1.SG3>0
where ID1 is the Delta Divergence study.

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

Login

Login Page - Create Account