Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
252
views
asked 4 years ago by
Category: Chart Studies
hi everyone  can someone halp me edit this code please ? i like to get an Alert every time MACDline Crosses Signaline not just above Zeroline !  and can i make it Study Alert So when price is above 200Ema i get push notification only for Up...
0
votes
1
answer
252
views
asked 3 years ago by
Category: Chart Studies
Hi, The following should output a value of 75 when the following condition is met:  current candle closes above VWAP and 3 previous candles close below VWAP. It doesn't work and I would like to figure out why and correct it. Any help appreciated. dec...
0
votes
1
answer
252
views
asked 1 year ago by
Category: Chart Studies
Tags:
Hi Pete, Can you create a multi-timeframe DMI Indicator that uses a Points painting strategy as opposed to lines, similar to the multi-timeframe MACD Indicator in the thinkscript code below. The points should turn green when the DI+ is above the DI- ...
0
votes
1
answer
252
views
asked 1 year ago by
Category: Watch Lists
I tried writing the code for the four color for wave A and getting this error syntax error: an else block expected at 3:6 plot waveA = TTM_Wave().Wave1; AssignBackgroundColor(if waveA >= 0 then if waveA > waveA[1] then Color.CYAN else color.BLU...
1
vote
2
answers
251
views
asked 6 years ago by
Category: Strategy Guide
Hello Pete I'm a bit confused as how this order gets executed, (attached is the pic) since those 2 statements, BUY_TO_OPEN and then SELL_TO_CLOSE, seems to be opening a position based on the when the signal's condition is met and then same for exitin...
0
votes
1
answer
251
views
asked 5 years ago by
Category: TS Solutions
Hello Pete, I have another question about scanning for short interest % for tradestation. Is there a way to find short interest % in tradestation using the scanner or display short interest % as a radar screen column ? Thank you
0
votes
1
answer
251
views
asked 4 years ago by
Category: Stock Scanners
Hi. I saw this question was previously asked but I couldn't find that it was answered. I would love to be able to to test this out. Thanks   I am semi-newish trader and I was wondering if you could help out with a scanner.  If you have already c...
0
votes
1
answer
251
views
asked 3 years ago by
Category: Stock Scanners
Hi Peter, I have a dynamic watchlist that is not producing results for Futures. My dynamic watchlist has the following conditions: 1,000 or greater in volume 4 consecutive green candles on 15 minute timeframe with ext hours Higher highs Higher lows O...
0
votes
1
answer
250
views
asked 4 years ago by
Category: Stock Scanners
Hi Mr. Hahn. how can I set up a scanner using MACD ( fast =5) (slow=20)(length=15) exponential. therefor on up signal I get an alert and also on a watchlist I get a color coded when it turns green(up) or when it turns red(down). thank you for all you...
0
votes
1
answer
250
views
asked 3 years ago by
Category: Watch Lists
Hello I’m trying to create a Heiken ashi candle counter for stocks on a daily basis. I currently leverage your great solution for flagging a Heiken ashi candle but would like to count it (no formatting just a pure number of green candles in a row or ...