Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
107
views
asked 7 years ago by
Category: Chart Studies
Would one be able to trade interday on TOS using the same types of strategies you discussed?
0
votes
1
answer
107
views
asked 5 years ago by
Category: Chart Studies
Ughh, i feel like I'm so close but my code isn't quite working. I'm trying to get an autofib from yesterdays close to the close of the first 5 minute bar today (so close of 1600 to close at 935). Not the range of this time but the 1600 close being th...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Chart Studies
Pete, In reference to my question " How to stop indicators from displaying in relation to a linear regression channels (LRC) direction". I've been giving this some thought and may have an idea but still don't know how to implement it. The attached PD...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Thanks for your great coding resources. Please consider this situation. I'm keeping track of the intraday high until a moving average crosses above the VWAP from below. After that I want to stop calculating the intraday high (I use larger ti...
0
votes
1
answer
107
views
asked 4 years ago by
Category: Chart Studies
Hi Pete and all, I was wondering if someone could help me find a quick way to add several stocks into one chart, using ThinkorSwim.  Let me explain. When looking at a chart I can add several stocks to that chart to get an average of several stocks pe...
0
votes
1
answer
107
views
asked 2 years ago by
Category: Chart Studies
Hey Pete, I found an old scan you had made that would alert when a price crossed a previous day's close (shown below). Is there a simple way to add a paintingStrategy to also mark an arrow on the chart when this occurs? Thanks for all your hard work!...
0
votes
1
answer
106
views
asked 5 years ago by
Category: Chart Studies
Hello Pete - thank you so much for all the great info provided here!  I would like to obtain the code for a presumably simple study - (EMA+SMA)/2.  The user would need to be able to enter the EMA and SMA values, and select line weight, style, color, ...
0
votes
1
answer
106
views
asked 5 years ago by
Category: Chart Studies
hi again pete. i hope you are having a beautiful weekend. what im trying to do is add a simple moving average (5) to the RSI. not the moving average of the RSI but the one from whatever stock is on the chart. i want it to show in such a way that i ca...
0
votes
1
answer
106
views
asked 4 years ago by
Category: Chart Studies
Hello, I am just a self-taught scripter here and i am wondering if  you can help me finish my chart study script about a condition counter, I am kinda stuck on the last part where i have to use a reccursive command with condition counter? I tried to ...
0
votes
1
answer
105
views
asked 5 years ago by
Category: Chart Studies
I was wanting to find out how to set up a Hull moving average to the TOS Money Flow Oscillator.  I had tried to do it with the following Thinkscript: declare lower; input MFLength = 20; input MALength = 3; input over_bought = 80; input over_sold = 20...