♥ 0 |
Hi Pete! I’m not sure this would require more than a few minutes of your time (it seems easy, but not for me!), so I’d be happy to contribute here on the site if so…I’m just trying to create a script for a MACD/SMA200 combination. So first the price action needs to be above the 200SMA (if looking for long signals)…so I guess closing price…and the MACD needs to be below the zero line (for longs..obviously above for shorts) and also doing a crossover of the lines. I got this code from the TOS forum, but it’s missing operators I guess: MACD().”Value” crosses above MACD().”Avg” and MACD().”Diff” < 0 AND close > Average(close,200) Any chance you could help out with this here? -ryan
Marked as spam
|
Please log in to post questions.