Login Page - Create Account

Support Board


Date/Time: Thu, 06 Mar 2025 22:33:07 +0000



[Programming Help] - line of code in spreadsheet, i need help please

View Count: 523

[2022-02-16 19:17:50]
User838142 - Posts: 5
Hello, I have an imbalance indicator on my candles. Sometimes in the same candle there are several imbalances. I would like my line of code for a purchase to take into consideration a single imbalance and that if there are two different ones, the trade does not take place. how to do?
[2022-02-16 22:40:17]
Sawtooth - Posts: 4181
In a spreadsheet study, it's not possible to differentiate or count multiple intrabar signals.

If 'Signal Only On Bar Close' is set to No, your entries will be intrabar.
If 'Signal Only Once Per Bar' is set to No, every intrabar signal will trigger.
If 'Signal Only Once Per Bar' is set to Yes, only the first occurrence intrabar will trigger.
IOW, for intrabar signals, it's only all or first.
[2022-02-16 23:03:27]
User838142 - Posts: 5
Thank you for your answer, could you help me privately to write a few lines of code in sierrachart?

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account