Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 06:32:41 +0000



Post From: Need help with ACSIL logic

[2019-07-20 16:46:15]
User929084 - Posts: 60
Hi. I'm starting to learn ACSIL. I started with Bid Ask Difference study and added ability to choose between up/down vol, bid/ask vol and uptick/down tick. But I run into a problem. Before all the bars were displayed in line as positive. And that's what I want, because later I want to add moving avg to it. But now the bars are displayed as positive and negative ( Delta Difference in pick ).

I searched and tried many things, but can't seem to achieve what I want. I even declared them as "unsigned int" to make numbers positive, but doesn't work either.

Can someone please help with that. And explanation would be great too so I can understand how it works

Thank you.
imagebid_ask_dif.png / V - Attached On 2019-07-20 16:45:14 UTC - Size: 5.82 KB - 195 views
attachmentBidAskDifference.cpp - Attached On 2019-07-20 16:45:48 UTC - Size: 1.31 KB - 259 views
attachmentDeltaDifference.cpp - Attached On 2019-07-20 16:45:59 UTC - Size: 1.81 KB - 227 views