This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
For Free - No Credit Card Required
Moving Average Convergence/Divergence with Exponential Moving Average
This Indicator contains macd.macd signal and ema
MACD Moving Average Convergence/Divergence
SYNTAX Macd( ARRAY signalperiod)
MACD returns the Moving Average Convergence Divergence indicator. MACD is a momentum oscillator, yet its primary use is to trade trends. MACD has two lines, one called MACD line or fast line and the other MACD signal or slow line. Differents interpretation can be made using MACD.
EXAMPLEMacd(15).
MACDSIGNAL
SYNTAX MacdSignal( ARRAY close, ARRAY signalperiod) , EXAMPLE MacdSignal(close, 15)
EMA Exponential Moving Average
SYNTAX Ema( ARRAY close, ARRAY timeperiod)
In a Simple Moving Average, each value in the time period carries equal weight, and values outside of the time period are not included in the average. However, the Exponential Moving Average is a cumulative calculation, including all data. Past values have a diminishing contribution to the average, while more recent values have a greater contribution. This method allows the moving average to be more responsive to changes in the data.
EXAMPLE Ema(close, 14).