Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
89
views
asked 5 years ago by
Category: Watch Lists
Hi Pete, Can you explain how I could create a custom column that would should show my current gain/loss that included commission costs for option positions?  The end goal is that it will display the amount of actual cash that would enter or leave the...
0
votes
1
answer
89
views
asked 4 years ago by
Category: Watch Lists
One more Request: …. In response to my request on Sept. 27 “ How to change value colors on a label”. input SYMB = "/VX"; def VX = close(symbol = SYMB); def O = open (symbol = SYMB); AddLabel(1, "/VX: " + " = " + VX, if VX > O then Color.RED else i...
0
votes
1
answer
89
views
asked 4 years ago by
Category: Strategy Guide
Hi Pete, Do you know if there is a way to add a date range to a strategy for execution of orders and backtesting? Example: Oil goes up every year sometime between January 1 and February 15th. I would like to have this date range as part of a strategy...
0
votes
1
answer
89
views
asked 4 years ago by
I watch tick chart while doing intraday trading. I set my ticks to give me signals at certain tick points but TOS create arrows that are in the way. I'm including a screenshot. I tried removing the marker but couldn't find any way to get it done. Tha...
0
votes
1
answer
89
views
asked 4 years ago by
♥ 1
Hi, I'm trying to create a study that indicates 4% above the low of day.  Or 4% below the high of day to a specific stock.  See screenshot attached for example low of day.  LOD is 176.27 as shown in chart.  4% above it is 183.32 (176.27+(176.27*0.04)...
0
votes
1
answer
89
views
asked 3 years ago by
Category: Stock Scanners
This is a follow up to a recent post. I tried to add comments to the same post and for some reason it stated that my response was invalid. I am looking for a simple scanner that meets these two criteria. 1.This week's range is greater than last weeks...
0
votes
1
answer
89
views
asked 3 years ago by
Category: Chart Studies
Hello, I'm trying to plot volume profile for a "QUARTER" (past 3 months) period, but not sure how to code it. The code below is only to plot the VAH, VAL, and POC. # ================================= # Volume Profile Definition Section # ============...
0
votes
1
answer
89
views
asked 3 years ago by
Category: Chart Studies
I created a custom study in my TOS chart (the study itslef works great - no issues) Now.... I would like to create a condition for the custom study I created; however, when I attempt to create a condition using the condition wizard, I am unable to lo...
0
votes
1
answer
89
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the script that Addlabel if current volume is greater than 5 day average volume else none.   Thanks  
0
votes
1
answer
89
views
asked 1 year ago by
Category: Stock Scanners
I am trying to build a scan that I can run only on Mondays going into the close after 3:00pm looking for stocks that are currently trading below Fridays Close. here is the criteria that I am trying to meet. Only looking for stocks that are in the S&a...