Chart Studies (873)

Votes
Answers
Views
Question
0
votes
2
answers
179
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I made this indicator https://tos.mx/3H7wbFH and was wondering if it works as intended. I want it to show the % of uptrending blue candles to red candles and I want it to show the average number of bars that the trend will last for. Thank yo...
0
votes
1
answer
178
views
asked 6 years ago by
Category: Chart Studies
Is it possible to save an order to quickly reuse such as: NQ - 2 Contracts "at market" with 8 point stop.
0
votes
1
answer
177
views
asked 6 years ago by
Category: Chart Studies
Hi Pete, The ParabolicSAR in TOS platform only has one color dot for buy & sell. How would you modify the code below to have blue dot for buy and red dot for sell? Thank you! # TD Ameritrade IP Company, Inc. (c) 2008-2018 # input accelerationFact...
0
votes
1
answer
176
views
asked 4 years ago by
Category: Chart Studies
hello,  i was wondering if it would be possible to create code or a study to add lines to a yearly chart for the high, low, open and close for each day.  then, the more times a price is hit, the thicker or darker the lines would become. thi...
0
votes
9
answers
175
views
asked 7 years ago by
Category: Chart Studies
Hello all, I'm having trouble modifying a StochastichFull indicator that was customize for the FullD to change color when certain conditions are met. I tried to modify the code to add an alert and to use it with a scan, when the colors change from re...
0
votes
1
answer
175
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I want to know if it's possible to create a "Chart Label" that will display the current/active net price of an option contract, let's say I have a Spread on, and I want to quickly see in the label, what the current Mark/Net Price of the spre...
0
votes
1
answer
175
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Just wondering if there is a way to post the premarket high/low as a label and/or lines on the chart without having the premarket candles displayed on the chart?  In other words, the chart is showing the regular trading hours but either disp...
0
votes
1
answer
173
views
asked 5 years ago by
Category: Chart Studies
Hi, I found this studies on your site, very useful for me. I want to check if it is possible to make it as a percentage instead of the dollar amount. AddLabel(yes, GetOpenPL(), Color.WHITE);
0
votes
2
answers
173
views
asked 4 years ago by
Category: Chart Studies
Opinions aside on value derived from LinReg studies.. (this is small piece of a larger puzzle) Beginning with LinearRegCh100, we add one line to the bottom. #================================== # TD Ameritrade IP Company, Inc. (c) 2008-2019 # input pr...
0
votes
1
answer
172
views
asked 6 years ago by
Category: Chart Studies
I thought plot x after def x=x[1]+1 will return as serial numbers starting from 1 . To my surprise, I get 3 as the starting number. (Please see attached screenshot. What am I missing or doing wrong?   Thanks Arun