Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 02:41:32 +0000



Post From: Extra signals using ACSIL. Need help.

[2019-09-09 16:12:50]
User929084 - Posts: 60
1. I modified a study to give me signal when there's difference between price and delta. Meaning when price bar is up but delta is down and price is down but delta is up. Everything works fine when I put the study on historical graph. But in real time, a signal will be generated when the conditions are met while the bar is forming ( which is OK), but that signal will stay on chart even when the conditions for the signal are no longer valid.

The signal should appear above high or low of a bar, but in real time it will stay displayed even inside of body of the candle.

Also when I click on Study button and don't do anything else, just click OK to close the study menu all the extra signals disappear. And the chart looks like it should.

For reference I put Cumulative Delta blow the chart with two Color Bar Based on Alert Condition study with alert :
=AND(C<O,ID4.SG4>ID4.SG1)
=AND(C>O,ID4.SG4<ID4.SG1)
which does exactly the same thing.

2. When I try to put that study on Cumulative Delta study, and I choose to base the study on cumulative delta it will not display anything. Any help with that?

I included a pic of the problem along with the study.

Thank you.
imageExtra_signals.1.png / V - Attached On 2019-09-09 16:11:33 UTC - Size: 38.01 KB - 251 views
attachmentDeltaDivergencer.cpp - Attached On 2019-09-09 16:12:22 UTC - Size: 3.32 KB - 253 views