Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 23:08:44 +0000



Post From: trading system based on 2 signals

[2021-03-09 16:31:03]
ForgivingComputers.com - Posts: 1122
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