Registered User Joined: 10/7/2004 Posts: 5
|
How would I create a 10 Day Exponential Moving Average crossing above this PCF: (AVGC10 - AVGC10.3) Thanks a million!
|
Registered User Joined: 1/9/2005 Posts: 18
|
I would write it as: XAVGC10 > AVGC10 AND XAVGC10.3 < AVGC10.3
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
Plot a Custom PCF indicator on the chart using AVGC10 - AVGC10.3. Click on the name of the new indicator and select Add Indicator, then Moving Average. Edit the average and set the Period to 10 and the average type to Exponential.
Now, click on the new moving average and select Create Condition. Set the Condition to "Crossing Up Formula (AVGC10 - AVGC10.3)".
You can then save the condition to the library or click the Scan/Sort button to sort by it or add it to a scan.
|