- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
937
asked 8 years ago by Mike D'Antonio
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
1
239
asked 8 years ago by Sendi Dwi Putra
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
1
83
asked 8 years ago by Mike D'Antonio
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
2
124
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Is it possible to ONLY SHOW candles that moved 4% or more up or down? Thank you
0
1
565
asked 8 years ago by Tom Smith
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
2
3742
asked 8 years ago by Mike D'Antonio
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
1
1276
asked 8 years ago by Jason Reeves
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 ...
0
0
5377
Be first to answer!
asked 8 years ago by jcavan woods
Category:
Chart Studies
This is a thinkscript based on the free Tradestation indicator found at E-mini watch (http://emini-watch.com/free-stuff/volume-indicator/). Found this on a thinkscript site somewhere (cannot remember). Saw where someone here had requested similar an...
0
1
1659
asked 8 years ago by Chung Ho
Category:
Chart Studies
Pete, Would you help me to write the code on TOS chart. “straight line moving average”. Iwould like have a horizontal line at the top of the chart that changes color to match the changing color of the DoubleMA. Thank you Chung Edited by Moderator 1/2...
0
3
80
asked 8 years ago by Jon Sherri White
Category:
Chart Studies
Tags:
Quick question: How do i show a range of breakout bars. Meaning - I want to see 1 – 5 breakout bars? \\\"input breakOutBars = 3; (I would like it to read \\\"input Breakoutbars = 1 - 5;) if that makes senses.