Chart Studies (880)

Votes
Answers
Views
Question
0
votes
1
answer
2379
views
asked 8 years ago by
Category: Chart Studies
A viewer has asked to have some previously published code to be modified slightly. The code was originally published as nothing more than an exercise, teaching how to combine two indicators into a single custom study. Link: https://www.hahn-tech.com/...
1
vote
1
answer
73
views
asked 8 years ago by
Category: Chart Studies
Hello, I am confused on how to go by making this indicator... I need it so that yesterday's high price gets plotted on today's candle. However, I would need that for EVERY candle. For example, a candle from 20 days ago should have a plot from the hig...
0
votes
1
answer
216
views
asked 8 years ago by
Category: Chart Studies
I'm trying to plot the OBV with its 13 day moving average on the chart.  The following code I created doesn't work and I believe an explanation would help with adding moving averages to other indicators.  Thanks for your help. declare lower; plot OBV...
0
votes
4
answers
132
views
asked 8 years ago by
Category: Chart Studies
HI Pete . I was wondering if you have code to show different colors for moving avg moving up or down.  ie Green for up and red for down. Thanks, John
0
votes
1
answer
469
views
asked 8 years ago by
Category: Chart Studies
Mr. Hahn, I ran across one of your videos while searching for a ADX DMI strategy.  In the video you discussed and multi time frame DMI scan..I noticed that you had a study on the charts in the video named "NicDMI".  Can I possibly et a copy of that s...
1
vote
1
answer
148
views
asked 8 years ago by
Category: Chart Studies
I am trying to plot two different EMAs on a lower study I am having trouble. When I just put one variable in the pot data the EMA will plot. But when I put two variables it doesn't work. Please help!   declare lower; def cc = ExpAverage(close, 1...
0
votes
1
answer
157
views
asked 8 years ago by
Category: Chart Studies
Hey Pete! How would I make a SMA line to be all "Arrow_up"s when its above a different SMA, and all "Arrow_down"s once it crosses below? Oh and change the color of the arrows from green to red. Thanks so much!
1
vote
2
answers
2053
views
asked 8 years ago by
Category: Chart Studies
Hello Peter.  I was hoping if making an indicator where lets say the market has closed for the day so I go on a 5 min chart, if I was to put my "crosshair" on 1:40PM, it would display the total volume for the day but only up to 1:40pm? I hopefully ex...
0
votes
1
answer
1117
views
asked 8 years ago by
Category: Chart Studies
Since conditional order entry based on a study cannot have recursion used within it, is there a way of getting around this using one or more of (a) additional variables, (b) the GetValue()  function, and/or (c) the Fold (looping) feature, or other th...
0
votes
3
answers
892
views
asked 8 years ago by
Category: Chart Studies
Hi Mr Hahn, I would like to customise a study to have a signal on TOS to scan out when price pullbacks to 30Week Moving average and the CCI is below 100 and price must be above ichimoku cloud. I would like the scan to provide a signal when these 3 co...