Questions (864)

Votes
Answers
Views
Question
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
637
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
195
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
128
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
57
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
212
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
111
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
303
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
83
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
144
views
asked 2 years ago by
Sir, I have been looking for a way to utilize an alert from the DailySMA within TOs, without having to set it once triggered, or changing betweren symbols. I have complied the code below to try within the study (portion from TOS), but not getting the...