Support Board
Date/Time: Sun, 02 Feb 2025 04:48:22 +0000
Post From: Need Help with ACSIL logic and color bar.
[2019-08-11 19:49:46] |
User929084 - Posts: 60 |
Thank you for your response. I actually want to color the bars on the main chart. And I'm aware that I need to put the study in the main price graph in order to change the bar colors. For now I want figure out how to change the color of bars, with the logic in post #1. And then will go from there. Any suggestions how I can do that? And is this line even valid code: if (sc.BaseDataIn[SC_LAST][sc.Index] > sc.BaseDataIn[SC_OPEN][sc.Index] && sc.BaseDataIn[Up][sc.Index] > sc.BaseDataIn[Volume_MA][sc.Index]); If so how can I add ability to pain the bars based on that logic? Thank you. |