Questions (2367)

Votes
Answers
Views
Question
0
votes
1
answer
92
views
Need some help in writing a study for incremental volume for each sector, please advise. Here is the code for XLK #Technology input XLK_PCT = 29.13; def XLK_Volume = (volume("XLK") - volume("XLK")[1]) / volume("XLK")[1] * XLK_PCT / 100; ADDLABEL(YES,...
0
votes
1
answer
359
views
asked 2 years ago by
Category: Watch Lists
Hi, In the Options Chain area of TOS, there's a Theo Price function that I would like to reference in a column study to automatically calculate the ratio betwen the Theo Price and the last (or mid of bid/ask) price of the respective options contract....
0
votes
1
answer
162
views
asked 2 years ago by
Category: Chart Studies
Pete, Do you know if it's possible to change the "AddCloud" Color using the Edit Studies Dialog (as opposed to specifying the AddCloud Color in the code)? Example:  AddCloud(DataValue1, DataValue2, Color.VIOLET, Color.PINK); I tried to configure this...
0
votes
1
answer
242
views
asked 2 years ago by
Category: Chart Studies
using your post here: https://www.hahn-tech.com/ans/premarket-highlow-label/ Is there a way to add the value on the line and it just carries thru till during the regular hours. For example, if premarket high is 1.10. Is there a way on the line that i...
0
votes
1
answer
66
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I'm not getting any luck on creating a label for the current moving candle's open price to high price net price difference   Thank you.
0
votes
1
answer
144
views
asked 2 years ago by
Category: Stock Scanners
Hello, Is there a way to scan for Monthly Options Contract only(weeklys excluded)? Or is there any other solution to eliminate/decrease multiple options contract of a single  stocks in the Option Scan? For example, If I'm scanning for top 50  most vo...
0
votes
1
answer
225
views
asked 2 years ago by
Category: TS Solutions
Can you kindly post the code for the MA cloud (https://www.hahn-tech.com/ans/how-to-make-a-cloud-from-emas/) for tradestation? Many thanks
0
votes
1
answer
677
views
asked 2 years ago by
Category: Watch Lists
I'm looking for help in developing a script that will tell me how many bars ago was the previous high or low. I plan to use this as a custom column. Thank you
0
votes
1
answer
196
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
158
views
asked 2 years ago by
Category: Chart Studies
I know you can do an unrealized profit/loss % label but what about a realized one?  i cobbled together a lame attempt using the input function but, of course, that won't work because changing the input for a different symbol changes it for all.  can ...