mlsignups Posted November 19, 2021 Report Share Posted November 19, 2021 I have about 5 moving averages on my daily chart (10,21,50,etc). I was thinking it would be nice to be able to toggle them all on or off at once to see the candles + the other indicators. i know I can click on each one in the title area one and a time to turn them on or off, and also know i can turn off or on all indicators - but neither is exactly what I want. Would I be able to create an indicator using the paintbar tools that would display moving averages? In other words I know I'm able to draw a horizontal line w/ the paintbar; can I plot a moving average through that system so I could write an indicator that would display multiple moving averages that could be toggled on or off together? If not, any other suggestions? Thanks! Quote Link to comment Share on other sites More sharing options...
Jerry Medved Posted November 19, 2021 Report Share Posted November 19, 2021 not really something the paintbars where intended for. closest would be to use MA Rainbow to draw the various MAs though it is not precise Quote Link to comment Share on other sites More sharing options...
mlsignups Posted November 19, 2021 Author Report Share Posted November 19, 2021 ok; thanks. I'm sure you have many priorities but since I know you were able to turn paintbar code into scans would be cool at some point to allow us to use the same concept to build / plot custom indicators. i have other things i'd like to plot if i could. Quote Link to comment Share on other sites More sharing options...
Mike Medved Posted November 19, 2021 Report Share Posted November 19, 2021 You can, today, utilize paintbars to do indicators that can have as an output: 1. A single line/curve 2. A band (two lines, colored in between) 3. A set of straight lines with text on them To make a full-fledged indicator editor would be hard. Mostly because indicators are written for efficiency, which adds complexity, and there is SO much stuff that can go into an indicator. Even if I do a pre-wizard to generate a lot of the code it is still complicated afterwards. 1 Quote Link to comment Share on other sites More sharing options...
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.