StockFetcher Forums · General Discussion · Need some terminology<< >>Post Follow-up
papagatorga
124 posts
msg #102660
Ignore papagatorga
9/22/2011 1:05:37 PM

On the PPO, one has a Signal line, and then another line. I don't know what to call the other line. I want to scan for the signal line crossing above or below the other line, but don't know what to call it. Have searched all the SF terminology.

four
5,087 posts
msg #102662
Ignore four
9/22/2011 2:40:47 PM

PPO crossed above Custom Moving Average PPO 5 days

Fetcher[
draw ppo(10,100) crossed above cma(PPO(10,100),5)
]



Cacher
121 posts
msg #102677
Ignore Cacher
modified
9/23/2011 8:43:26 AM

Check out this link to Yepher's page ....(click on this): PPO

papagatorga
124 posts
msg #102683
Ignore papagatorga
modified
9/23/2011 4:08:30 PM

Thank you both, but the first reply doesn't work correctly. When I ran that screen around 4:20 on Fri PM, the first two results were WFC and EWG. WFC signal line crossed to the upside about a month ago and crossed to the downside a couple of days ago. My PPO is set on (12,26,9) I don't know if that is the difference. EWG signal line crossed to the upside on 15 Sep. The second link does not discuss crossing of the two lines, it only discusses the signal line crossing 0.

four
5,087 posts
msg #102684
Ignore four
9/23/2011 5:42:44 PM

"My PPO is set on (12,26,9)" ??????


-------->>>>>>>>>>>> Do you mean MACD(12,26,9)?????

-------
papagatorga,

Please post your ACTUAL filter.

From StockFetcher... "The Percent Price Oscillator (PPO) is computed by taking the difference between two specified moving averages". Thus, a single line.

I don't see "another line". That is why I created a custom moving average.

Cacher
121 posts
msg #102690
Ignore Cacher
9/23/2011 9:57:01 PM

Not sure how the two lines are created from what sparked your interest ... could be anything ....similar to the MA cross-overs?

Fetcher[show stocks where the PPO(7,35) crossed above PPO(10,50)]




papagatorga
124 posts
msg #102698
Ignore papagatorga
9/24/2011 3:15:33 PM

For some reason, I cannot seem to copy and paste ny charts from StockCharts here. I am definitely talking about PPO. On my charts in StockCharts I have a red line, a black line, a center line and a histogram. As with all charts, after the Indicator identifyer, there are three numbers reflecting the moving averages and the time frame. Mine is like this PPO(12,26,9). I even tried to copy and paste the instructions for PPO in StockCharts, but they would not paste either. StockCharts has a free portion. Perhaps you can go there and look at a PPO indicator and see the 12,26,9.

four
5,087 posts
msg #102702
Ignore four
modified
9/24/2011 8:08:55 PM



1. The '9' is used as the ema of the difference [ema12 - ema26]
2. "I want to scan for the signal line crossing above or below the other line, but don't know what to call it. "

ADD one of the following lines to the filter to return the requested cross:

xxx crossed ABOVE cema(xxx,9)
xxx crossed BELOW cema(xxx,9)

Fetcher[
set{x, ema(12) - ema(26)}
set{xx, x / ema(26)}
set{xxx, xx * 100}
draw cema(xxx,9)
add column xxx
add column cema(xxx,9)
]



papagatorga
124 posts
msg #102731
Ignore papagatorga
9/26/2011 6:42:36 PM

Thanks. The last one seems to be working.

StockFetcher Forums · General Discussion · Need some terminology<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.