3acor Posted December 13, 2022 Report Share Posted December 13, 2022 Would that be possible to have? Thanks! Quote Link to comment Share on other sites More sharing options...
0 Mike Medved Posted December 14, 2022 Report Share Posted December 14, 2022 You can make it yourself as an advanced paintbar... All you have to do is this: public void MainCalculation() { SetColor("VolColor", SysColor.MainIndicator1); SetYValue(BarVolume*(Open+Close+High+Low)/4); } Then place the paintbar on an extra chart at the bottom make its width 1 and shape let's say square. You can even combine Volume and this paintbar into one chart, with one scale on one side and the other on the other. 1 Quote Link to comment Share on other sites More sharing options...
0 3acor Posted December 23, 2022 Author Report Share Posted December 23, 2022 I got it to work like you mentioned. Is there a way to make it colored in Red and Green just like the volume? If not, could it be made that way as an indicator like the volume as I would like to use it instead of the volume? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
0 3acor Posted February 6 Author Report Share Posted February 6 Would it be possible to make it as an indicator like the volume? It would be easier and neater to read. Thanks! Quote Link to comment Share on other sites More sharing options...
Question
3acor
Would that be possible to have?
Thanks!
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.