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)
If you just want to color based on the rising/falling conditions w/o having to code anything, you can use THIS TOOL referenced by @Sylvester17. The tool is HERE.
I watched the video and see how it works. The problem is I want to use it on a 500 tick chart using a 1000 tick data series on the same chart so it is better if I could have the code in the Linear Regression Intercept?
Watch that video at the download link, he explains how to configure the input in the first 30 seconds or so. That would be the easiest way to get an understanding. 2021-03-15_085058
I watched the video and see how it works. The problem is I want to use it on a 500 tick chart using a 1000 tick data series on the same chart so it is better if I could have the code in the Linear Regression Intercept?
I do not mean to discourage you wanting to code it, I was just suggesting this as a way to not have to code antyhign, which if that is the case you can do that also.
But I figured Id point it out.
But if you want to do it, you can add a second data series to your chart of 1K tics like I have. Then apply the plot to that second series. You can then shrink the bottom panel where you can't see it anymore(2nd pic).
Both averages are shown. The orange is the standard one on 14 periods. The colored one is based on the 1K tic chart of 14 periods with the rising/falling conditions
I like this Color The Plot indicator. The indicator would not let me erase the Label and I commented this code out:
//if (Input is Indicator)
//Name = "CTP+"+Input.ToString(); // To show on chart "CTP+indicator" used
The problem is that also erased the name of the indicator in the Indicator Panel
Any suggestions on how I can fix that and also be able to erase the Label?