Indicator Mod Needed
-
john1368
- Posts: 7
- Joined: Fri Mar 16, 2012 4:59 pm
Indicator Mod Needed
Can some good programmer please modify the attached indicator so I am able to load the same indicator onto the same chart multiple times? Also will need a text shift parameter so I can read the text lines when they sit on top of each other, thanks.
You do not have the required permissions to view the files attached to this post.
-
garyfritz
Re: Indicator Mod Needed
Enter a unique string for each instance in the "Unique" input.
You do not have the required permissions to view the files attached to this post.
-
john1368
- Posts: 7
- Joined: Fri Mar 16, 2012 4:59 pm
Re: Indicator Mod Needed
Thanks for that but I do not see any parameter to shift the text?
-
garyfritz
Re: Indicator Mod Needed
I didn't look at how the indi worked, I just used unique object names so multiple instances wouldn't overwrite each other. I assumed one of the other inputs would move it where you wanted it.
So what do you want it to do? Shift the text only? In time (X axis) or price (Y) ? Do you want the lines to shift too? This indi computes its own levels for the lines so I'm not sure how you want to move them.
So what do you want it to do? Shift the text only? In time (X axis) or price (Y) ? Do you want the lines to shift too? This indi computes its own levels for the lines so I'm not sure how you want to move them.
-
john1368
- Posts: 7
- Joined: Fri Mar 16, 2012 4:59 pm
Re: Indicator Mod Needed
Text only is fine, thanks, I have attached a indicator that has exactly what I want this one to have in it with the text shift parameter so you get the idea, thanks.
You do not have the required permissions to view the files attached to this post.
-
garyfritz
Re: Indicator Mod Needed
That MurrayMath indi looks very VERY close to the PIVOT BUY_SELL indi. The code isn't identical but it's almost the same.
I added a Text_BarShift extern. You can use that to shift the text a specified number of bars.
I added a Text_BarShift extern. You can use that to shift the text a specified number of bars.
You do not have the required permissions to view the files attached to this post.
-
john1368
- Posts: 7
- Joined: Fri Mar 16, 2012 4:59 pm
Re: Indicator Mod Needed
Great exactly what I wanted, thanks for your time and effort, much appreciated!!!