Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 11:13:49 +0000



[Programming Help] - Need help with ACSIL

View Count: 568

[2019-07-16 02:15:08]
User929084 - Posts: 60
Hi. I'm trying to build a study based off Bid Ask Difference and Volume, but I have zero experience with ACSIL ( did some copy and paste in NT7 ).

Right now I have Bid Ask Difference study ( ID1 ) with moving avg ( ID2 ) and volume ( ID3 ) with moving avg ( ID4 ) on the chart.

A signal is generated when bar closes up/down, bid/ask closes above the moving avg and volume closes above the moving avg.

Right now I use Color Bar Based on Alert Condition to accomplish that. =AND(C>O,ID1.SG1>ID2.SG1,ID3.SG1>ID4.SG1) and =AND(C<O,ID1.SG1>ID2.SG1,ID3.SG1>ID4.SG1)

I want to either color the bar or put an arrow under/ above the signal bar.

Would that be easy enough or is it work intensive and better to just stick with what I use now?

Any help is appreciated.

Thank you.
Attachment Deleted.
imageBid_Ask_&_Vol.1.png / V - Attached On 2019-07-16 02:13:58 UTC - Size: 18.66 KB - 233 views
imageBid_Ask_&_Vol.png / V - Attached On 2019-07-16 02:14:13 UTC - Size: 22.31 KB - 239 views

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

Login

Login Page - Create Account