Questions (2372)

Votes
Answers
Views
Question
0
votes
3
answers
3017
views
asked 7 years ago by
Category: Watch Lists
Hi Pete, I am wondering if there is a way to format the style in the watch list or the quote. For example, change volume from 1,000,000 to 1M and price from 15.05 to 15, N/A to blank, etc. Thank you :-)!
0
votes
3
answers
298
views
asked 7 years ago by
Category: Stock Scanners
Hello Pete, First, i want to say Thank You for all you do for the trading community, Can you please help me out developing this quick stock scan Stocks that cross below 10 dma and them cross above 10 dma within 25 days. Regards   Editors Note: T...
0
votes
3
answers
3318
views
asked 7 years ago by
Hi, Is there a way to create an email/text alert when price hits a simple moving average line?  I've been using a regular alert at the simple moving average price, but I'm having to update it daily.  I was just wondering if there is an easier way to ...
0
votes
1
answer
53
views
asked 7 years ago by
Category: Strategy Guide
Hello. I am interested in whether there is an opportunity in thinkorswim to set a certain limit on the number of trades during one trading session. For example, the strategy makes five trades during session, but only the first three must be done. How...
0
votes
1
answer
267
views
asked 7 years ago by
Category: Chart Studies
Hi, I'm currently using the StochasticSlow study with the "simple" setting on my chart.  Is there a way to adjust this same study to show the smooth setting or create a "slow smooth stochastic" study? Thank you
0
votes
1
answer
235
views
asked 7 years ago by
Category: Strategy Guide
Hello, Is it possible to backtest a strategy while going long and short separately using the FlotingPL study? For example, I would like to backtest RSIStrat two different ways: 1) using FlotingPL going long only 2) using FlotingPL going short only As...
0
votes
1
answer
749
views
asked 7 years ago by
Category: Stock Scanners
Hello Do you have already MACD scan when MACD crosses above zero for bullish signal and below for bearish signal? I know you have MACD Stochastic crossover scan but i wanted to try only MACD when crossing above or below zero as i've noticed that this...
0
votes
0
answers
190
views
Be first to answer!
asked 7 years ago by
Category: Stock Scanners
Hi Pete, Please check my Ichimoku scan code below. Is the logic correct? Not sure why it gives me all those errors: def ichiCloudCrossAbove = high[1] < "Span A" and high[1] < "Span B" and close > "Span A" and close > "Span B"; def ichiClo...
0
votes
1
answer
912
views
asked 7 years ago by
Category: Watch Lists
Hey Pete Could you write a simple code to custom color watchlist columns based on TTM Wave 1.  If current bar wave 1 is greater than one bar ago then color yellow, else color red.  Thanks much, will be glad to contribute again.
0
votes
1
answer
118
views
asked 7 years ago by
Category: Watch Lists
Hi Pete, I found RTD (%Change) was formatted in text rather than a number. How to change it into number? Thanks.