- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
2379
asked 8 years ago by Pete Hahn
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
1
73
asked 8 years ago by Mike D'Antonio
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
1
216
asked 8 years ago by Artimus Jones
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
4
132
asked 8 years ago by John Campbell
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
1
469
asked 8 years ago by Joseph Lavelle
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
1
148
asked 8 years ago by Mike D'Antonio
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
1
157
asked 8 years ago by Jesse Lopez
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
2
2053
asked 8 years ago by Amit
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
1
1117
asked 8 years ago by Scott Smith
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
3
892
asked 8 years ago by Nick Neo
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...