No BSD License
3.0
by Pranas Baliuka
03 Mar 2007 (Updated 14 Mar 2007)
The Technical Analysis library
| Watch this File
API Documentation available at tadoc.org
Original location of the project http://sourceforge.net/projects/mlmechtrade
TA_EMA is faulty - gives output as TA_MA at least for mex w64bit. See below
>> data
data =
1 2 3 4 5 6 7 8
>> ema=TA_EMA(data,4)
ema =
0 0 0 2.5000 3.5000 4.5000 5.5000 6.5000
>> ema1=TA_MA(data,4)
ema1 =
>> which TA_MA C:\Users\Krzysztof\Desktop\TradeFX\TradeFX\ta-lib-0.0.3_ml2007a-mex_w64\TA_MA.mexw64
>> which TA_EMA C:\Users\Krzysztof\Desktop\TradeFX\TradeFX\ta-lib-0.0.3_ml2007a-mex_w64\TA_EMA.mexw64 >>
Contact us at files@mathworks.com