Login Page - Create Account

Support Board


Date/Time: Wed, 07 May 2025 16:17:53 +0000



Post From: Spreadsheet auto trading system signal once per bar + buy/sell exit

[2024-11-27 08:46:02]
User350441 - Posts: 2
Hello team at SC,

I'm limiting my trades to signal only once per bar, which works perfect, but it overrides my signals on L3 or N3 cells, giving the message "signal ignored because signal only once per bar is enabled and a signal was already given from formula column bar"

I've read somewhere in the support board a fix for this and to be able to trigger buy/sell exits in addition to using signal only once per bar, would be a adding a non zero position to the formula, which i did, here's my formula that triggers if any of the conditions are met
=OR(AND(J$8 > 0, ID5.SG1@3 < ID10.SG1@3), AND(J$8 > 0, ID18.SG1@3 < 0), AND(ID5.SG1@3 < ID10.SG1@3), AND(ID18.SG1@3 < 0))

I added the check for a non zero position J$8 > 0 in the formula, but still, i cant get to trigger my buy/sell exit WITH signal once per bar only on. What am i doing wrong?
Thanks in advance!