- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
799
views
asked 8 years ago by Stephen Piper
Category:
Chart Studies
Is there a way to get a script i.e. "script foo {}" to actually plot or change the values of a plot? Is there better documentation than the tos site?
0
votes
2
answers
2198
views
asked 8 years ago by Kim Tim
Category:
Chart Studies
Please see attached file. I can't figure out how to have the same RSI as the attached screenshot. Remove level 70 and 30 and just have it colors when crosses line 50. Please advise. Thank you. Editor's note: The title and URL of this post has been ch...
0
votes
1
answer
165
views
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hello, here is my code: plot edArrow = if energy > 450 and volume > 200000 then energy else Double.NaN; This is on my indicator (which is not a lower study). The problem is that the arrow plots on my volume bar and I want to plot it under my ca...
0
votes
2
answers
419
views
asked 8 years ago by Alex Polstra
Category:
Chart Studies
Hello Hahn, Real big fan of the site. A lot of the material here has helped me in trading immensely. I've recently run into an issue coding a study using RSI, which I plan to eventually turn into a strategy. Hoping that you might be able to extend me...
0
votes
1
answer
193
views
asked 8 years ago by C Chris
Category:
Chart Studies
I was wondering if there is a way to overlay a higher time frame chart over a smaller one. So could I overlay a 1 hour chart over a 15 minute chart? Not technically over it because I need to see both but you get what I mean. Or could I plot highs ...
0
votes
1
answer
154
views
asked 8 years ago by Nirmal
Category:
Chart Studies
Hi, I saw your post on creating a MTF MACD. Good stuff! This works great if the MACD is implemented for each time frame. Could you tell if it is possible to add a Licensed Studies in TOS and use secondary aggregation of any of those studies in our cu...
0
votes
5
answers
384
views
asked 8 years ago by AquaticNomad
Category:
Chart Studies
Pete, In regards to the ichimoku indicator, how would you plot the last given value of 'Span A' and 'Span B'? They're defined as: <pre> def "Span A" = (Tenkan[kijun_period] + Kijun[kijun_period]) / 2; def "Span B" = (Highest(high[kijun_period],...
0
votes
1
answer
1154
views
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
How can I encrypt my indicator so that if I export it and somebody else downloads it they will be able to use the indicator but not be able to see the script? I know a website that does this I heard they use a 3rd party software to encrypt it. I goog...
0
votes
2
answers
4707
views
asked 8 years ago by RedBulls
Category:
Chart Studies
Hi Pete, I'm looking for a premarket high/low indicator . This would greatly help my trades. Thanks
0
votes
1
answer
4051
views
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hey Hahn, I have a lower study indicator that plots a positive or negative value. I need to add so that when the slow stochastics give a buy signal (the two lines cross, red over pink) a green up arrow is plotted where the number value is on the lowe...