Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Registered User Joined: 10/7/2004 Posts: 794
|
How do write a PCF for RSI5.3 CROSSING ITS OWN 3 EXPONENTIAL AVERAGE
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Try this
Crossing RSI5.3+exp3
(RSI5.3>XAVG(RSI5.3,3) AND RSI5.3.1<XAVG(RSI5.3.1,3)) OR (RSI5.3<XAVG(RSI5.3,3) AND RSI5.3.1>XAVG(RSI5.3.1,3))
- Craig Here to Help!
|
|
Registered User Joined: 10/7/2004 Posts: 794
|
Thank you!
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
You are very welcome!
- Craig Here to Help!
|
|
Registered User Joined: 4/3/2006 Posts: 44
|
Could you help me to write a PCFs that returns true if RSI (14-exp with Avg Per:5 and No Wilder Smooth) that crosses above its 10-period exponential moving average today. Thanks in advance
|
|
Registered User Joined: 4/3/2006 Posts: 44
|
Um... sorry nerver mind, I think I got it.
|
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Great!
- Craig Here to Help!
|
|
Guest-1 |