Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
161
views
asked 5 years ago by
Category: Watch Lists
Hello Pete, I'm glad your doing well.  I'm in need of some programming help, what I've been trying to do but can't seem to get is back round color in columns on my watch list. 1- If last price traded is > PDH Green and conversely if last price tra...
0
votes
1
answer
99
views
asked 5 years ago by
Category: Watch Lists
Pete, I'm trying to color text for gap up/down, what am I missing ? plot c = open - close[1]; AssignColor (if open > close then Color.GREEN else Color.RED); Thanks, AJ
0
votes
1
answer
1822
views
asked 5 years ago by
Category: Stock Scanners
Trying to Scan for % change since open, tried several code snips has no effect on scan, still shows stocks up from prev days close but down for the current day. I want up for the current day since open only. When I enter code in the Study Filter and ...
0
votes
1
answer
559
views
asked 5 years ago by
Category: Chart Studies
Hello Pete,   I hope all is well. The purpose of this study is to modify the current code below that plots the daily ATR on the 1-minute chart and shows a color based on if the range is tight (yellow), normal (green) or wide (red).   All I ...
0
votes
1
answer
126
views
asked 5 years ago by
Category: Chart Studies
Hi I was wondering if there was a way to have a line drawn just for the prior close.   For example this draw a line for each days close. I just want one for the current day and none showing for prior days.   plot DailyClose = close(period="...
0
votes
1
answer
471
views
asked 5 years ago by
Category: Watch Lists
Hi Pete.  I've searched the forum and was not able to locate a post regarding a code to mimic the MACD color in the watchlist background.  If the MACD is above 0 and increasing the color would be green, if above 0 and declining it would be dark green...
0
votes
1
answer
139
views
asked 5 years ago by
Category: Strategy Guide
hi, can you create a TOS strategy that closes all positions if a daily profit or loss limit is reached? i trade in clusters and close all positions once a target or loss is reached for the day.
0
votes
1
answer
140
views
asked 5 years ago by
Category: Stock Scanners
I would like to use the scan from the ToS MACD and Stochastics example video for daily scans.  However, since I am not a professional trader there might be days when I can't run the scan and therefore I would like to scan for the MACD/stoch trigger e...
0
votes
1
answer
58
views
asked 5 years ago by
Category: Chart Studies
Hi, I have a strategy that I would like to have trade live. How would I go about this?   Thanks!
0
votes
1
answer
75
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I wanted to know how to create a study that detects and plots when a stock creates a new high  over a previous high pivot and the move is greater than 1 dollar. For example, a charts previous high pivot  was $2.50 dollar , Then makes a large...