|
|
| |
|
|
We are going to build your:
Expert Advisors - Indicators - Libraries -
Scripts - MetaTrader Extensions (c++ DLLs)
We can convert any code (MQLII - EL - VT ) to
MQL4 and we can debug your exiting code. |
|
| |
|
|
|
|
|
|
|
|
XP Moving Average:
I'm one of Moving Average loyal fans, I like all the
types of well known Moving Average:
Simple moving average, Exponential moving average,
Smoothed moving average, Linear weighted moving
average, Double Exponential Moving Average, Triple
Exponential Moving Average, T3 Moving Average and MORE.
(Please
read the settings page)
I like too see the Moving Average Indicator changes
its color according to its direction (like
red for up and
blue for down).
But where to find such XP Moving Average?? I didn't
find it, I created it to enjoy it together!
History (Current Version 9 - December 22, 2006):
- Current version is version 4! But the name of the
indicator still called xpMA.mq4!
- Version 1 was repainting the past now it's not!
- Added: Debug mode option which when you turn it on
it will take screen shots of every tick to be proof
that the indicator doesn't print the past.
- Added: Moving Average type 7 JMA.
- Added: Arrows upon color changes.
- Added Sound Alert upon color changes.
- Changed: The method of changing the color upon the
direction change.
- Added: Signal buffer added to make it easy to make
an EA based on the xpMA (-1 means sell signal, 1 means
buy signal and 0 means nothing).
- Added: Moving Average type 8 HMA.
- Added: Moving Average type 9 DECEMA.
- Added: Stamp version to be sure we are using the
same version and the kind of Moving Average with the
period!
- Added: Moving Average type 10 SALT.
- Added: TimeFrame parameter for multi time framing
working. The default value is 0 which means the
current time frame!
- Added: Email_Alert parameter (default is false -
you have to enable it in the code and compile)
Note: the
T3MA.mq4, HMA.mq4, JMA.mq4, DECEMA_v1 and SALT (included) are required files for
the Moving Average type 6, 7, 8, 9 and 10.
download: xpMA
|