Page 1 of 8

Price MA Cross Alert

PostPosted: Tue Aug 27, 2013 4:43 am
by Apprentice
Price MA Cross Alert.png

This indicator provides Audio / Email Alerts if and when Price cross over/under moving average.
Alert is instantaneous at the time of the cross.
Price MA Cross Alert.lua
(8.48 KiB) Downloaded 3113 times

Price Averages Cross Alert.lua
Will allow the use of moving averages buildin Averages indicator.
(13.13 KiB) Downloaded 1890 times

Re: Price MA Cross Alert

PostPosted: Thu Aug 29, 2013 12:25 pm
by yogisan18
Thank you so much for your work on this!

Could you make the indicator show dots and trigger alerts EVERY time Price touches MA?

It only shows dots sometimes.

Can you please look into this.

Re: Price MA Cross Alert

PostPosted: Thu Aug 29, 2013 12:37 pm
by Apprentice
In fact, both claims are correct.
Dot is shown when price crossover selected MA
if later, during this period, price cross back, dot will be revoked.
Because of this, on historical data, Dot sometimes will not be shown.
However all alert, are sent instantaneously, at the time of the cross.

Re: Price MA Cross Alert

PostPosted: Thu Aug 29, 2013 11:24 pm
by yogisan18
Could you please add pop-up window alert functionality. So far it's only triggering a sound alert which is not helpful when one watches several pairs.

Thank you!

Re: Price MA Cross Alert

PostPosted: Fri Oct 11, 2013 6:49 am
by Coondawg71
Can we please request this indicator updated to support the following indicators:

Dema (Double Exponential Moving Average)
Volume Adjusted Moving Average (Vama)
Vwap (Volume Weighted Average Price)
Par MA (Parabolic Moving Average)

Thanks !!!

sjc

Re: Price MA Cross Alert

PostPosted: Sat Oct 12, 2013 5:50 am
by Apprentice
DEMA, TEMA, VAMA, Parabolic Moving Average Added.
Capture.PNG

If VAMA is Used select complete bar, not component as a source.

Re: Price MA Cross Alert

PostPosted: Sun Feb 02, 2014 10:12 am
by Coondawg71
I am receiving when an error using using VAMA as the selected moving average.

line 147: VAMA requires Bar Source


thanks,

sjc

Re: Price MA Cross Alert

PostPosted: Mon Feb 03, 2014 5:50 am
by Apprentice
U need, Bar source for VAMA calculation.
Make sure to have a full bar and Indicator source.

Re: Price MA Cross Alert

PostPosted: Mon Feb 03, 2014 1:02 pm
by Coondawg71
pardon my ignorance, I still don't understand how to get this indicator to operate with VAMA.

MVA and all other moving average options do work, except for Vama.

Even if I change the source for the Price Ma to Vwap. No worries, I will use the options available.

Regardless, can we please have the maximum MA period input higher than 1000. 3000 would suffice to cover 1440 for one day and 2880 for two days.

thanks!!!

sjc

Re: Price MA Cross Alert

PostPosted: Tue Feb 04, 2014 3:21 am
by Apprentice
"Period" Limit removed.
As for VAMA, VAMA requests Volume as a data source.
Volume is only available, if a full bar is used / available.