Questions (2380)

Votes
Answers
Views
Question
0
votes
1
answer
105
views
asked 5 years ago by
Category: Chart Studies
Mr. Pete, I'm glad you are recovering well. I'm trying to write a script that uses the full stochastic to mark cycle highs and lows. The definition of the high is %D crosses above 45 and then back below 55 and the low is marked by %D crossing below 4...
0
votes
1
answer
129
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, hope you continue to do well in your recovery. A few weeks ago you helped me put pivot highs and lows on my charts using Williams Fractals- thanks again for that. I'd like to do a couple of things with trailing stops using %'s. would there b...
0
votes
1
answer
525
views
asked 5 years ago by
Category: Chart Studies
Hello Pete,   I hope all is well. I have been working on some code that calculates the total volume from the 9:30am open. However, the code gives me the total volume on the day. How does one modify the code to only calculate from 9:30am est. &nb...
0
votes
1
answer
155
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, how could I create a Scan in TOS for shares whose current price is above the high of the last 52 weeks
0
votes
1
answer
247
views
asked 5 years ago by
Good morning! I am currently day trading options & would love some help setting up a custom 'Study Alert' I would like to set up an alert that signals when: The current market price of a particular option contract is greater than or equal to a mi...
0
votes
1
answer
179
views
asked 5 years ago by
Category: Chart Studies
Tags:
The PSAR in TOS has one color for up and down dots.  I would like to be able to change them to different colors for up and down.  Thanks.
1
vote
2
answers
187
views
asked 5 years ago by
Category: Watch Lists
Hi there Pete, I've been dying to figure out how you've colored your Net Change column background. Looking to apply that my columns if possible. Could you teach me how? I figure it's simple, but I can't quite seem to figure it out. I appreciate what ...
2
votes
1
answer
579
views
asked 5 years ago by
Category: Watch Lists
Could you please help me code for this WL on HULL to give a signal as soon as it changes from down to up or viceversa... for example "UP now" and the next bar just "up". The code I have is the following: input price = close; input length = 20; input ...
0
votes
1
answer
137
views
asked 5 years ago by
Category: Chart Studies
The price channel study that is already in TOS I'm wanting to add arrows for entry for either a long or short. I've changed the default length from 20 to 21. This is irrelevant on how many days you choose but for this example and code, I'm using the ...
0
votes
1
answer
210
views
asked 5 years ago by
Category: Strategy Guide
Is it possible to calculate the FloatingPL of a strategy of different input parameters value and find the one which has max FloatingPL because I have several input parameter?