Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 10:06:43 +0000



Post From: Control number of trades per bar

[2020-01-17 15:20:37]
Sawtooth - Posts: 3976
The 'Signal Only Once Per Bar' setting is column specific, so if it was set to Yes it will allow one K3 buy entry and one M3 sell entry per bar.
This would be an issue if 'Signal Only On Bar Close' is set to No, and you are using Reversals.

Spreadsheet Systems, Alerts and Automated Trading: Signal Only Once per Bar

If you only want an entry at the first TRUE occurrence intrabar from either K3 or M3, try this in K3 and M3:
=AND(YourConditions,$J$8=0)

BTW, there is no way to count the number of times a condition goes TRUE intrabar.