Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
185
views
asked 4 years ago by
Category: Strategy Guide
I'm looking for better perfomance in my FLOATING PL on 90 days, I realized that I don't have any stop loss to exit the position with a small loss and I want to have an better accuracy in the FLOATINGPL . - Is there a way to say in the strategy: if in...
0
votes
1
answer
185
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...
0
votes
1
answer
185
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I have a study that plots a vertical line on the earnings date using the AddVerticalLine() feature. I want to add chart bubble(s) onto the vertical lines displaying the historic volatility (or any info I choose). Is it possible to use AddCha...
0
votes
1
answer
185
views
asked 2 years ago by
Category: Stock Scanners
Hi Hahn, I'm trying to make a scan to find all stocks that have the 50EMA within .5% of the VWAP and the +/- 1 & 2 standard deviations for more than 15 bars. I have my VWAP setup to show the +/- 1 & 2 standard deviations. I find that its like...
0
votes
1
answer
184
views
asked 4 years ago by
Category: Strategy Guide
I have seen most of the codes are for swings, do you have any code or indicator/strategy for day trading. Please let me know thx.  
1
vote
1
answer
184
views
asked 4 years ago by
Category: Chart Studies
Hello Hahn, How are you? I was wondering if it's possible to create a study that displays the current 1) RSI amount and 2) MACD - Green or Red on the top left of the chart screen and will these values update accordingly throughout the day? I have inc...
0
votes
1
answer
184
views
asked 1 year ago by
Category: Watch Lists
Hi Pete, i would like to create a column in the options chain to show liquidity using the bid ask spread. The formula is the difference between the bid ask prices divided by the price of the stock/ETF (underlying). But i have difficulty creating the ...
0
votes
1
answer
183
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, I have a script that where I want to add the Triangular Moving Average. The thinkorswim name is MovAvgTriangular. I believe the abbreviation may be AvgTri. With this script I have, how would I add the triangular MA ....or even replace MA1...
0
votes
1
answer
183
views
asked 6 years ago by
Category: Watch Lists
Hi room, Hi Pete, Hope all is well with you. I have a question about a script I have concerning the Keltner channels. This script I’ve been using for a while works, but only half way. I have alerts for the three indicators that I watch which are (the...
0
votes
1
answer
183
views
asked 5 years ago by
Category: Chart Studies
Hahn, I want to kind of change the code of PriceOsc, so that this formula plot PriceOsc = (MovingAverage(averageType, price, fastLength) - MovingAverage(averageType, price, slowLength))/"A"; and I want to input "A" = 1 if price <100 or "A" = 10 if...