Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
238
views
asked 8 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 8 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
124
views
asked 8 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
562
views
asked 8 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
3705
views
asked 8 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
1261
views
asked 8 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 ...
0
votes
0
answers
5359
views
Be first to answer!
asked 8 years ago by
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
votes
1
answer
1642
views
asked 8 years ago by
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
votes
3
answers
77
views
asked 8 years ago by
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.
0
votes
1
answer
1393
views
asked 8 years ago by
Category: Chart Studies
In the mobile, how do you copy a chart to create a similar chart with different time frames?