Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I am using Multicharts.NET SE and I would like to know if is possible to improve the footprint (Volume Delta) charts, via indicator programing in PowerLanguage.
The way of showing data in those charts, is very confusing and unreliable. I would like to do something like the following:
The bar is like this:
230x540
620x10
720x980
5x36
This is an example. What I would like to have is: if number at the right is at least three times number at the left in the row below put it in green. If not, leave it in black (foreground color of the font)
If the left number is at least three times the number of the right in the above row, print it in red.
For this to work, we should configure the style of the chart to make the background always white.
So in the above example, we woulf have 230 in black, 540 in black, 620 in black, 10 in black, 720 in red, 980 in green, 5 in black and 36 in black.
Is it possible? Any approach to do this?
Thanks in advance.
Can you help answer these questions from other members on NexusFi?
yes, this would be doable with a custom indicator. You can access the data via the Volume Profile collection and then draw the outcome via GDI. It's definitely doable, but will require some advanced coding.