Chart Studies (873)

Votes
Answers
Views
Question
0
votes
0
answers
799
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hello Hahn, Have you ever looked at Tom DeMark indicators? do you think its possible to code this into TOS as a strategy?
0
votes
1
answer
233
views
asked 7 years ago by
Category: Chart Studies
Hi Mr. Hanh,  is there any way to create a  ichimoku scan with a tick chart. I would like to scan for stocks that bounce off  Span B (yellow) by two candles. Tick Chart time frame 2 day ,100 ticks.   thank you again
0
votes
1
answer
412
views
asked 7 years ago by
Category: Chart Studies
Straightforward, I have an awesome indicator that I'm trying to use, but its slow. It takes around 3-4, 2 min candles before it even plots on both the short and long. It would be amazing if it was faster! please help someone if you can. Also, if you ...
0
votes
1
answer
889
views
asked 7 years ago by
Category: Chart Studies
This question is very straightforward... How can I shift one of my indicators (we can use a 9 EMA for example) to get plotted 5 spaces to the right, so the indicator won't be so much of a lagging indicator? All I want to do is take the plot price of ...
0
votes
1
answer
219
views
asked 7 years ago by
Category: Chart Studies
Hi, I have watched the video here https://www.youtube.com/watch?v=YW8ruMckbEw I am wondering how "addOrder" function works? I tried the following code but it doesn't create any order : addOrder(OrderType.BUY_TO_OPEN, true,open[-1],1,Color.RED,Color.R...
0
votes
1
answer
81
views
asked 7 years ago by
Category: Chart Studies
I have the code: def highestMonthlyHigh = Highest(high[1], 21); def highestMonthlyLow = Lowest(low[1], 21); How would I plot this on a lower chart study? plot highestMonthlyLow; doesn't work
0
votes
2
answers
116
views
asked 7 years ago by
Category: Chart Studies
Is it possible to ONLY SHOW candles that moved 4% or more up or down? Thank you
0
votes
1
answer
558
views
asked 7 years ago by
Category: Chart Studies
When I try and download from the video my computer says that windows media player cannot open and that codex might not be supported. I was able to download your TTM Sqz indicator and scan easily. Any ideas
0
votes
2
answers
3576
views
asked 7 years ago by
Category: Chart Studies
How can I make it so that there is a cloud between the 20 EMA and 50 EMA like the cloud in the Ichimoku cloud? As long as there is a cloud that works. It would be nice if the cloud could be green when the 20 EMA is above the 50 EMA and the cloud is r...
0
votes
1
answer
1222
views
asked 7 years ago by
Category: Chart Studies
I'm trying to compare OHLC data from Thinkorswim to Amibroker so I can compare studies/strategies for 1/5min candles.  I see you can do daily OHLC in the MarketWatch of TOS and export to Excel but I need a large supply of data (500 candles worth) to ...