Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 13:52:55 +0000



Post From: trading system based on 2 signals

[2021-03-09 16:31:03]
ForgivingComputers.com - Posts: 1076
In order to call an ACSIL function to do what you want, one can write a custom study function in ACSIL that reads the output subgraphs of the two studies and compares them to create a new order entry.

You can also do this with the Trading System Based on Alert Condition. The alert would use the logical AND to read both outputs and generate its own signal. More info here: Trading System Based on Alert Condition