Questions (2352)

Votes
Answers
Views
Question
0
votes
1
answer
188
views
asked 4 years ago by
Category: Chart Studies
Hello Pete ,  I need help creating a bubble that only shows at the HOD Price after 9:30am (not factoring in Premarket )   this bubble will only display the intraday HOD bars volume . if that current HOD candle volume is over 300k, the bubble wil...
1
vote
1
answer
188
views
asked 4 years ago by
Category: Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following:  I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...
0
votes
1
answer
188
views
asked 4 years ago by
Category: Watch Lists
Im trying to create a custom column on my watch list that will tell me how many candles in a row meet a certain criteria The counter would naturally start at 1 and keep going every 2 hr candle close it keeps meeting the criteria The criteria is:  DMI...
0
votes
1
answer
188
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, can you pls write a script to display in the upper study chart the last 20 candles average size using High and Low price of each candles. I am going to use it to set my trailing stop a little over of its average size value. It can either be ...
0
votes
1
answer
188
views
asked 2 years ago by
How do you create custom alert text. I've already tried entering in "Notes" on the MarketWatch tab (doesn't work). Currently, the alert message is very very long (See photo). This happens for emails and texts. I'd like to shorten it to something like...
0
votes
1
answer
188
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, let me try again... Can you help me create a chart label that turns green, when the 21ema is within 1/2% of price, otherwise it would be red. I've tried looking at examples but I can't seem to get it right.
0
votes
1
answer
188
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, i would like to create a column in the options chain to show liquidity using the bid ask spread. The formula is the difference between the bid ask prices divided by the price of the stock/ETF (underlying). But i have difficulty creating the ...
0
votes
0
answers
187
views
Be first to answer!
asked 7 years ago by
hey Pete, I am using the AddOrder function in a custom strategy, so it's possible to visualize the FloatingPL being changed during the day, as the trades are being opened and closed. However, thinkorswim does not let you automate the buy and sell ord...
0
votes
1
answer
187
views
asked 3 years ago by
Category: Chart Studies
Hello please can you help me with the script the assign color value when EMA 9 crossover SMA 9 input lengthOne = 9; input lengthTwo = 9; input maTypeOne = AverageType.EXPONENTIAL; input maTypeTwo = AverageType.SIMPLE; input priceOne = close; input pr...
0
votes
1
answer
186
views
asked 6 years ago by
Category: TS Solutions
dear Pete, i had the following code of thinkorswing and i want to have on tradestation and wants to know if you can help me to solve this issue. the code that i want to get on easy language is the following: def C=close; def avgc10=Average(close,10);...