Registered User Joined: 3/27/2014 Posts: 33
|
Hello,
I'm working with a 12,5,5 stochastic, and would like to ask if you could provide me with a formula that tells me when the K crosses the D on a daily chart?
Thank you
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
You don't need a formula. In version 12 you can create conditions from the indicators on the charts. Just click on the Stochastics label at the top of the pane and select Create Scan Condtion. Set the condition to Crossing Up %D (or Crossing Down %D if that's what you're looking for.
But, if you still want a formula, use...
Cross up
STOC12.5.1 < AVG(STOC12.5.1,5) and STOC12.5 > AVG(STOC12.5,5)
Cross down
STOC12.5.1 > AVG(STOC12.5.1,5) and STOC12.5 < AVG(STOC12.5,5)
|
Registered User Joined: 3/27/2014 Posts: 33
|
Thank you very much StockGuy!
|