Showing posts with label MACD. Show all posts
Showing posts with label MACD. Show all posts

Friday, July 29, 2011

MACD Signal


MACD
MACD stands for Moving Average Convergence Divergence, which can be translated in German, with an indicator of the convergence / divergence of the moving average. The MACD, which was invented in the 60s by Gerald Appel, it is a very popular with forex traders technical indicator that is usually displayed below the price chart. As you can see from the attached chart, the indicator consists of two lines and a histogram. Subtracting the MACD line is calculated by default by the EMA [12] from EMA [26] (exponential moving averages see). The MACD signal line is the EMA [9] of MACD line. To obtain the MACD histogram, you must subtract the MACD signal line of the MACD line.


In the graph one can also see that the MACD rises above 0, if the 12 EMA crosses the 26 EMA. Then the difference is in fact greater than zero.

When MACD is a trend following indicator, it does so best in trends. Trends in sideways out of the MACD is unfortunately too many false signals. There are countless ways to use the MACD to act, the majority of forex traders use it but for the following information.
By crosses of the MACD (blue), its signal line (red) from the bottom up creates a buy signal. The crossing from top to bottom has to be interpreted as a sell signal.

The further the MACD line away from its center, the stronger the trend. Here one must be careful however, because if the distance is too large, the market may be overbought or oversold and there may still be a trend change.

The distance between the MACD signal line of his is an indicator of the strength of the trend. The farther away from the MACD line, the stronger the trend, since the short EMA (Standardized 12) rises faster than the long-term EMA (26).

I still want to note that one can not simply use the MACD for forex pairs, but that you calculate it exactly for the shares and all other values ​​can be drawn on the charts can.

Saturday, July 23, 2011

ma divergence trader mtv mq

Moving Average Convergence Divergence (MACD) - Definition of Moving Average ... Many traders wait for a confirmed cross above the signal line This is a Range Trading Hi Low Divergence Strategy with a Higher Time Frame ... MT2 Trend Trader - Setup Mode Double MA Crossover

Friday, July 22, 2011

zerolag macd with muli color histogram

zerolag macd with muli color histogram
MACD indicator with MACD line, Signal line and multi-color histogram. 503. ZeroLag MACD (Author: avoitenko). The MACD oscillator with zero lag.MACD indicator with MACD line, Signal line and multi-color histogram. MACD indicator with histogram, can be applied any timeframe

Friday, June 03, 2011

Measure ongoing new highs with a MACD histogram

Measure ongoing new highs with a MACD histogram or other widely used momentum indicator. Whatever your choice, allow your math to support the model, not vice versa. For example, if founded Trendline can be drawn from critical lows, the key trade your time off that line rather than waiting for your indicator inclined to turn up or down.

Effective trading of post-gravity pulses relies on the interaction between current price and your momentum indicator. The new highs, prior support / resistance can be used to predict swings. Follow the MACD slope to flag overbought conditions favorable for ranges or reversals. Enter long positions when price falls but the slope begins to increase. Or be conservative and wait for the zero line to pass from below to above.

Thursday, May 26, 2011

MACDslow, MACDsignal

Expert
/ * [[
Name: = Expert7
Author: = fxtest.ru
Link: = forextimes.ru
Many: = 1.00
Stop Loss: = 0
Take Profit: = 0
Trailing Stop: = 0
]] * /

define: MACDfast (12), MACDslow (26), MACDsignal (9), sl1 (30), sl2 (30)
define: sl3 (30), TP1 (20), tp2 (20), tp3 (20), lot1 (1), lot2 (2), lot3 (7);

/ * External variables Iienaiea, adjustable MACD, stops and quantity lotov * /

var: macd1 (0), macd2 (0), macd3 (0), B1 (0), Ss (0), SB (0), fb (0), FS (0);

/ *
macd1-macd3-values ��fast MACD
B1-balance before the opening of last place
SS-amount of open positions in sales
SB-quantity of open spaces to buy
FB-MACD signal pre-emptive
FS-MACD signal of first sale
* /

If FreeMargin <1000 then exit; / / output in the absence of free marzhe

If TotalTrades = 0, then
{/ / In the absence of vacancies
if balance> b1 {fb = 0 then; fs = 0; SS = 0; sb = 0;
};

/ * If the balance is increased, following the closure of the last transaction
to void all variables * /

macd1 = iMACD (MACDfast, MACDslow, MACDsignal, MODE_MAIN, 1);
/ * Calculate fast MACD * /
macd2 = iMACD (MACDfast, MACDslow, MACDsignal, MODE_MAIN, 2);
macd3 = iMACD (MACDfast, MACDslow, MACDsignal, MODE_MAIN, 3);

If macd1 <0 and macd2 <0 and macd3 <0 and macd1> macd2
and macd3> macd2 and SB = 0 and SS = 0
then fb = 1;

If macd1> 0 and macd2> 0 and macd3> 0 and macd1 <macd2
and macd3 <macd2 and SS = 0 and SB = 0
then fs = 1;

/ * Oneiaey Extrema * /

if fb = 1 and SB = 0, then
{/ * If the signal to buyers was that the guarantee is the first to buy
to cancel the purchase signal to equate 1 to counter open
positions of buyers, the current state * /
fb = 0 is fixed; sb = 1; B1 = balance;
SetOrder (op_buy, lot1, Ask, 3, draft-sl1 * point, + * TP1 service point, green);
exit;
};

if Status <B1 and WB = 1 then
{/ * If the balance is reduced and 1 position was open,
equate to 2 to the counter to purchase open spaces and open
2? position * /
sb = 2; B1 = balance;
SetOrder (op_buy, lot2, Ask, 3, draft-sl2 * point, + * tp2 service point, green);
exit;
};

if balance <B1 and SB = 2 then
{/ * If the balance is reduced and the position was open 2Y,
to equate 0 to counter the open spaces to buy and open
3? position. 0 is equal because it is the last position in a string * /
fb = 0; sb = 0;
SetOrder (op_buy, lot3, Ask, 3, draft-sl3 * point, + * tp3 service point, green);
exit;
};

/ / Sales
if fs = 1 and SS = 0, then
{/ * If the signal to sell and this is the first order who to sell
signal to cancel the sale and to equate 1 to counter
Open seats for sale, current state * /
fs = 0 is fixed; ss = 1; B1 = balance;
SetOrder (op_sell, lot1, bid, 3, Ask + * sl1 point, ask-TP1 * point, red);
exit;
};

if Status <B1 and SS = 1 then
{/ * If the balance is reduced to sell
equate to 2 to counter the open spaces for sale
current balance * /
ss = 2 is locked; B1 = balance;
SetOrder (op_sell, lot2, bid, 3, Ask + * sl2 point, ask-tp2 * point, red);
exit;
};

if balance <B1 and SS = 2 Then
{/ * If the balance is reduced to that sold at last? AC * /
ss = 0;
SetOrder (op_sell, lot3, bid, 3, Ask + * sl3 point, ask-tp3 * point, red);
exit;
};
};

Whether the expert is necessary for you to solve for you. For me, such methods are extremely psychologically not comfortable. But on Martingela had many conversations on the forums, I'm glad that although there is little touched this topic. Probably, some readers will become interested in him and finally convinced of the contrary.

In the next lesson we will begin to write your own indicators.

Tuesday, May 17, 2011

MACD indicator with the settings for 12, 26, 9

MACD indicator with the settings for 12, 26, 9.

We have three indicators (two standard and one user), each working independently of others. In addition, the counselor is executed. The work of each requires a computer time (CPU resources) and the layout in main memory (storage budgets). And let's look at this and the other side: EURUSD chart, H1 represents the object window of the table, in which three objects-one object indicators and expert-incorporated (these objects are called subclasses). The object-scheme gets the resources of the computer and distributed among its subclasses. If we look at the code of the experts, then we can see that there is a call to standard MACD indicator with the settings for 12, 26, 9. Convening of an adviser to create an indicator in expert another indicator MACD (12, 29, 9), we do not see the map, however, this indicator-facility also exists. In addition, there are indicators that also, in its calculations the request for installation at other indicators (standard or user - is not important). Apart from the cases that we see in the chart, other objects can exist - invisible to us. But these objects also require computer resources (CPU and main storage). In this way, we are actually four courses (three indicators and a counselor), but 5-3 indicators and a counselor, which contains an indicator.

Monday, May 16, 2011

DiNapoli MACD Predictor

DiNapoli MACD Predictor

DiNapoli MACD Predictor: How it works. The whole idea behind a practical trading plan is to keep it as simple as possible. Scalping Techniques for E-Minis, Forex, Eurostoxx50, and using Origin DiNapoli levels.

You asked for a DiNapoli DEMA Smoothed MACD formula. To better understand I thought maybe an explanation of DEMA and MACD would be useful.
In today's ultra-tough markets, you are simply dead without high quality leading indicator techniques. There are a number of informed market participants making obscene profits because they have the knowledge and experience to interact with insightfully volatility. Why not join them?
Dinapoli MACD (DEMA) - Largest database of free indicators, oscillators, systems and other useful tools for trading system developers.
I live and trade in Bangkok and in a typical day / night session to get between 2 and 14 trades. It is each session, day in and day out. My Trade span several markets ... Emini of the Eurostoxx50, currencies and oil. This does not count my equity trades, which can last considerably longer.

In this presentation, I will give my best intra-day trading techniques. They will involve the use of the DiNapoli MACD Predictor, dynamic pressure, Stop grabber, the railroad track, the wash and rinse, new approaches for fading indicators in time frames, and much more. I will highlight the scalp-O Rama, my plan for trade scalping.

Crafts in the future and forex market usually last between 2 minutes and 2 hours, most of which, to be closed about 15 minutes after entering.
If you want to trade high leverage and avoid risk at night these high quality input and output techniques have the potential to change your trading careers. Each trade dynamic, targeted, profit targets that make volatility work for you, not against you.

If you trade long term, from days to weeks, these same exact strategies to work for you. Instead of applying the 1, 3, or 5 minutes charts, you can simply upload a timeframe for hours, daily or weekly. Instead of being in a trade for a few minutes you will be trading a few days or maybe weeks. Crafts enter however not intended for a marriage contract. While some may turn out to major long-term winners, the idea is to capture trades rejected so prevalent in today's markets. It's not magic, it is a method you can learn and apply. I will show you exactly why I was so long in August 2007 and in January and July 2008 panic lows! DiNapoli MACD Predictor



If I studied DiNapoli trading techniques in the past, this event will give you the opportunity to date and improving what is in my book "Trading with DiNapoli Levels". I will reserve sufficient time to update the access direction indicators and trends. Also, there is some new material for the application of DiNapoli levels themselves. I only visit the U.S. annually. Unless you plan to come to Bangkok to attend a private seminar will have another chance to update their knowledge. DiNapoli MACD Predictor

Sunday, May 15, 2011

the standard MACD


Often the MACD line is very choppy, moving sharply up and down. This may be difficult to
determine when to buy or sell based on the MACD crossing the signal line. This indicator, while
lags a bit more than the standard MACD, smooths many of "kinks" that make
MACD hard to follow by comparing the 2 signal lines. There is an option to view the MACD line along
two signal lines - 3 lines in total. the standard MACD

Monday, April 11, 2011

MACD Histogram

MACD Histogram
These two formulas for Dr. Alexander Elder indicators.
The custom formula for the MACD histogram is:

(Mov (C, 12 E) - Mov (C, 26, E)) - Mov ((Mov (C, 12 E) - Mov (C, 26, E)), 9, E)
The custom formula for use weekly MACD histogram of daily data is:
Mov (If (DayOfWeek () = 5, C, Peak (1, If (DayOfWeek () = 5, C, 0), 1)), 60, E) -
Mov (If (DayOfWeek () = 5, C, Peak (1, If (DayOfWeek () = 5, C, 0), 1)), 130, E) -
Mov (Mov (If (DayOfWeek () = 5, C, Peak (1, If (DayOfWeek () = 5, C, 0), 1)), 60, E) -
Mov (If (DayOfWeek () = 5, C, Peak (1, If (DayOfWeek () = 5, C, 0), 1)), 130, E), 45, E)
Powered by Blogger.