Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
81
views
asked 7 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
1
vote
1
answer
389
views
asked 7 years ago by
Category: Stock Scanners
the MACD Stochastics scanner, I tried to flip the code to search for short trades but had no luck. What is it in the code I need to switch opposite?  Can you help with some tips to do so? Thanks for all your help and great resources.
2
votes
1
answer
459
views
asked 7 years ago by
Whats the difference between the first version and second of the MTF? The first version gives signals quicker than the second. If you put both indicators on the chart together, you can see. Even AAPL recently. I am scanning and using the first versio...
1
vote
4
answers
616
views
asked 7 years ago by
Category: Strategy Guide
Hi! I'm new to your videos and want to thank you for your great videos which explain how to optimize TOS features! But I would like the Strategies to be able to buy whenever there is a buy signal, even if there has not been a sell signal to close out...
0
votes
2
answers
116
views
asked 7 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
3
answers
3591
views
asked 7 years ago by
Category: Stock Scanners
Is it possible to scan for a 20 degree slope on the 28 EMA? Thanks!
0
votes
1
answer
148
views
asked 7 years ago by
Category: Stock Scanners
What would the line of code be if I wanted the stock to scan for the stock is up at least 10% on the month? Thanks!
1
vote
1
answer
604
views
asked 7 years ago by
Category: Stock Scanners
hi! how are you doing? i'd like to scan for stocks whose price is near the 13 EMA. i dont know how to code for EMA. my scan seems to scan for SMA. this is what i got so far: input price = close; input length1 = 13; input displace = 0; input choice1= ...
0
votes
1
answer
242
views
asked 7 years ago by
Category: Stock Scanners
What would the scan be when the 9 EMA is increasing and the price is at or below the 6 EMA? Thank you.
0
votes
1
answer
558
views
asked 7 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