Questions (2373)

Votes
Answers
Views
Question
2
votes
1
answer
575
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
136
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
202
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
729
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
68
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...
0
votes
1
answer
78
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a script for TOS which continuously displays two labels for simple averages for the last 8 and 1 hr completed and current 8 hr and 1 hr which are not completed yet , and I can apply that study  on any TF But it shows me thos...
0
votes
1
answer
137
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I would like a script for a line drawn on the lower study for the average volume on the current day 1 minute chart with a label showing the average volume on the corner. (I've search but could not find a post regarding this) Thanks
0
votes
1
answer
359
views
asked 5 years ago by
Category: Chart Studies
I have recently seen something with that title as I was going through John F Carter’s material, and figured someone had already done it for ToS, but I’ve found nothing similar on the internet. The idea is that you take multiple time frames, and when ...
0
votes
1
answer
158
views
asked 5 years ago by
Category: Stock Scanners
Hi Pete, I did go through all tour 31 pages and ddid not see this topic, forgive me if I missed it. I am looking to translate a condition for scanning stocks that are up $1 in premarket from TC 2000. The formula in TC2000 is very simple C-O >= .90...
0
votes
1
answer
138
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, these are the 3 codes that you have helped to convert from TC to TOS, i would like to learn how to fill the area within the indicator (shown in the pic) when the stock met each criteria. I tried to add cloud to fill the area but it does not ...