Questions (2378)

Votes
Answers
Views
Question
0
votes
1
answer
276
views
asked 8 years ago by
Category: Chart Studies
Hi, I'm currently using the StochasticSlow study with the "simple" setting on my chart.  Is there a way to adjust this same study to show the smooth setting or create a "slow smooth stochastic" study? Thank you
0
votes
1
answer
243
views
asked 8 years ago by
Category: Strategy Guide
Hello, Is it possible to backtest a strategy while going long and short separately using the FlotingPL study? For example, I would like to backtest RSIStrat two different ways: 1) using FlotingPL going long only 2) using FlotingPL going short only As...
0
votes
1
answer
764
views
asked 8 years ago by
Category: Stock Scanners
Hello Do you have already MACD scan when MACD crosses above zero for bullish signal and below for bearish signal? I know you have MACD Stochastic crossover scan but i wanted to try only MACD when crossing above or below zero as i've noticed that this...
0
votes
0
answers
197
views
Be first to answer!
asked 8 years ago by
Category: Stock Scanners
Hi Pete, Please check my Ichimoku scan code below. Is the logic correct? Not sure why it gives me all those errors: def ichiCloudCrossAbove = high[1] < "Span A" and high[1] < "Span B" and close > "Span A" and close > "Span B"; def ichiClo...
0
votes
1
answer
920
views
asked 8 years ago by
Category: Watch Lists
Hey Pete Could you write a simple code to custom color watchlist columns based on TTM Wave 1.  If current bar wave 1 is greater than one bar ago then color yellow, else color red.  Thanks much, will be glad to contribute again.
0
votes
1
answer
124
views
asked 8 years ago by
Category: Watch Lists
Hi Pete, I found RTD (%Change) was formatted in text rather than a number. How to change it into number? Thanks.
0
votes
0
answers
103
views
Be first to answer!
asked 8 years ago by
Category: Stock Scanners
Hi Pete, Is it possible to create a scan for forex that triggers based on the following criteria? mtf_macd price going down fw_fisher transformer overbought keltner channnels price @ 1.5 deviation or higher ttm_lrc in downtrend over last 105 bars I'v...
0
votes
1
answer
412
views
asked 8 years ago by
Category: Watch Lists
Hi Pete, I have the RSI column in my watchlist showing different readings from RSI readings on chart for the same ticker and time. Only tweak I did to the original RSI script is to change color when overbought and sold inside watchlist. Any ideas why...
0
votes
2
answers
6624
views
asked 8 years ago by
Category: Chart Studies
Hi Pete, Just found your site, and wow, just wow....so very informative, thank you! My question seems simple enough, but having never written any type code, I wonder how I might be able to put user defined horizontal lines on my charts w/o using the ...
0
votes
0
answers
102
views
Be first to answer!
asked 8 years ago by
Category: Chart Studies
Hi Pete. I am attempting to combine your DailyHiLow and Overnight Range indicators to make the Overnight Range Indicator work for equities, like we discussed in the comments section of the YouTube video on the Overnight Range Indicator. The following...