Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
513
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
148
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
220
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
152
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
175
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
555
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
133
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
187
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?
0
votes
1
answer
703
views
asked 5 years ago by
Category: Stock Scanners
Hello. I am trying to scan for options based off the following criteria Options premium is less than the underlying assets ATR Would be nice to add multiplier option as well, as in ATR is 2x greater than the premium The underlying assets current pric...
0
votes
1
answer
61
views
asked 5 years ago by
Category: Stock Scanners
Pete, I'm trying to make a scan for the lagging line crossing above span A...Is what I have correct because it never come up with results....I've even gone back 300 bars...