I use a super trend indicator for TOS and want to know if some one can help
also, want to add a basic Pullback parameter if possible and is ok if that's difficult
I'm actually looking for something specific. I've seen variations of this concept and maybe it's just not possible with thinkscript but I just want a script that (on a daily chart) will plot lines where price meets resistance or support, but maybe fatter or dashed lines where resistance on a high lines up with support on a low somewhere else. I think that's called a confluence but no matter. I realize these don't line up perfectly all the time but maybe you could have it draw an average or midpoint line between where the resistance of one is within so many points of where the support of a different are of prices on the map collide. A picture of what I'm talking about would be what I attached.
Would you be interested in creating something like this for me?
Well here's a link to my google drive where I have the picture: https://drive.google.com/open?id=0BzeijSCdKtwNSWtFU2xsX25VYmc&authuser=0
Let me know what you have in mind. Any advice is welcome...
optntdr13, I have used metatrader and have traded the Forex market for ten plus years but am trying a different direction. New here so I don't have the five posts yet but would like to know if you would code an indicator / alert for TOS and at what price?
I apologize in advance if this is not the correct way to go about this.
Hi, optntdr13 would you please be able to send me a private message? I have a question about something you posted in the past that was removed. I am unable to initiate the PM. Thanks
Hi! I'm trying to install an indicator called RCI (Rank Correlation Index), and hopefully display 3 of them in a same column. Is this something you could help?
Attached is a ThinkScript code that finds the bar count between peaks and the bar count between valleys. What I need help on is to also display the high price with volume at the peaks and the low price with volume at the valleys. Does anyone know how this can be done?
Hi ,
I want to define a new study in TOS .
The study is RSI , but the input has to be Rate of Change , instead of price.
This Pattern uses a one-period rate of change or "momentum" function. This is simply, the difference between today's close and yesterday's close. (i.e., if today;,, closing price was 592 and yesterday's closing price was 596, the difference is -4.) A three-period RSI of this one period change is calculated
I was wondering if someone could point me in the right direction regarding a think script.
I found a script that plots chart bubbles whenever a certain criteria is met, however, I only would like there to only be one chart bubble for the most recent instance.
Essentially, when the criteria is met I would like a chart bubble to be plotted and then the chart bubble previously plotted to be removed.