- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
3031
views
asked 8 years ago by Mr. Lloyd
Category:
Chart Studies
Hi Mr. Hahn, thank you for all that you do. I have a request for Smooth Moving Average(SMMA) (https://mahifx.com/mfxtrade/indicators/smoothed-moving-average-smma) crossover scan. I would like to scan for stock with smma crossovers were it show only...
0
votes
0
answers
847
views
Be first to answer!
asked 8 years ago by Graham Jervis
Category:
Chart Studies
Tags:
Hello Hahn, Have you ever looked at Tom DeMark indicators? do you think its possible to code this into TOS as a strategy?
0
votes
1
answer
254
views
asked 8 years ago by Mr. Lloyd
Category:
Chart Studies
Hi Mr. Hanh, is there any way to create a ichimoku scan with a tick chart. I would like to scan for stocks that bounce off Span B (yellow) by two candles. Tick Chart time frame 2 day ,100 ticks. thank you again
0
votes
1
answer
443
views
asked 8 years ago by Logan Henderson
Category:
Chart Studies
Straightforward, I have an awesome indicator that I'm trying to use, but its slow. It takes around 3-4, 2 min candles before it even plots on both the short and long. It would be amazing if it was faster! please help someone if you can. Also, if you ...
0
votes
1
answer
953
views
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
votes
1
answer
247
views
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
votes
1
answer
90
views
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
votes
2
answers
126
views
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
votes
1
answer
571
views
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
votes
2
answers
3815
views
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...