Votes
Answers
Views
Question
0
1
101
asked 3 years ago by irshad-இர்ஷாத்-ارشاد
Category:
Chart Studies
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
1
417
asked 3 years ago by Trading Knowledge
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
1
209
asked 3 years ago by Michael Chokrach
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
1
283
asked 3 years ago by Rocky Singh
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
1
78
asked 3 years ago by H K
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
1
154
asked 3 years ago by Chad Mail
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
1
270
asked 3 years ago by Mike Habib
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
1
731
asked 3 years ago by Satish Gupta
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
1
213
asked 3 years ago by J J
Category:
Alerts and Notifications
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
1
190
asked 3 years ago by Erik Linter
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 ...