Welcome to NexusFi: the best trading community on the planet, with over 200,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 -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
I thought I would contribute here a bit. This is a thread for the following volume related indicators, please use it to report bugs and request features.
Ability to select a starting time for the Daily Profile.
Apologies if I've missed how to set this but for me (on GMT time) it defaults to start plotting the Daily Profile from the start of either 00.00 hours for an ETH chart or from 14:30 at the start of a RTH chart. It would be good to be able to select a custom start time for other market open times.
Of note for the Volume Detector:
When I open the Ninja Script Editor for the Volume Detector I get a few errors showing however when F5 compile , then those errors go away. As far as I can tell from limited use these don't seem to affect the indicator working.
Again my thanks and hope the above suggestions are helpful and for any future releases.
Many thanks, what error are you getting with the volume detector? is it when you import it or when opening the script editor only? I have tried importing it on a machine that never had it before and not getting any error, my version is 8.1.5.2 64-bit.
For the volume profile, great input, I had some on my to-do list so will get those added. For the time being, I'm setting 7 or 8 hours volume profile that would partially address your concern but have now a better idea how to improve it. Thanks again
Re: the Volume Detector imports without issue or errors. (using NT 8 Ver 8.1.3.1)
Correct only when opening the script in editor I get the following errors: However when I then compile (F5) the script compiles without errors showing.
Specific error lines (I can't get the following images to display any larger) the editor puts a very tiny red dash for the error:
I've added more than one instance of your Advanced Profile to a chart to display for Day and Hour and Minute.
Works very nicely, thank you again.
To reduce the indicator text at the top of the chart I add the following script to indicators in general.
It turns off the display name at the top of the chart.
In On State Change at line 223 I added the following:
Just above On Bar Update I added the following:
In Properties I added the following:
With the above code added the indicator name isn't displayed at the top of the chart to declutter. You can always tick the Show Indicator Name in indicator setting to add it back to the chart.
The only thing that comes to my mind is the different NT version. Once you compile it and the error disappears, does it show up again later when opening the editor? As for the indicator name/label, I usually delete it in the indicator setting in setup -> label but may add it to the next version
Correct it reappears every time I open in editor and the error go away every time I compile. So I have to compile every time I open the indicator in editor. I wouldn't really be needing to open the indicator in editor often so no worries. Also as mentioned the indicator imports and runs without issue.