Login Page - Create Account

Support Board


Date/Time: Sat, 12 Jul 2025 09:14:59 +0000



Post From: Programming Help - How to avoid multiple trade entry signals at same price level?

[2023-08-02 04:56:01]
Sawtooth - Posts: 4238
I would really appreciate any creative solution or ideas.
1) The Trading System Based On Alert Condition study cannot directly do what you want.
You could try using the Trading: Position Average Price study, and disallow an entry at its output, but its output cannot be made persistent, as it is only the first position's price. If this doesn't work, even a spreadsheet study would have the same limitation, so only a custom ACSIL study would be the solution.

2) There is no native study that can capture an intrabar value; only a close-of-bar value could be made persistent. If the latter, the number of bars could be counted, if the former, a custom ACSIL would be required.