Quote:
Originally Posted by orion7
Thank you for posting your crossover alert ind but I am a little confused about the input settings. What I am trying to do is get an alert when there is a crossover of a 7 period ema (applied to close) and a 3 period ema (applied to open).
Would appreciate any help you are anyone else could offer.
|
The 2MA Crossover indicator needed to have price modes for the MAs.
MA1Mode is the type of moving average, MA1 Price is the type of price from the list.
Same with MA2
Defaults are EMA 3 on open and EMA 7 on close.
Here is the modified version with Price added as an input.
Also try the stochastic indicator. I added code for alert copied from 2MA Crossover. Let me know if it works.
Robert