Current location - Trademark Inquiry Complete Network - Futures platform - How to remove the color display of master Boyi indicator macd?
How to remove the color display of master Boyi indicator macd?
How to set macd color (how to change the color of macd column)

Author: technical analysis? Updated on September 26th, 2022?

Content navigation:

How to fill the color in the middle of MACD?

MACD discoloration

Please help me to modify the formula of MACD DIF color. The rise is shown as red line and the fall is shown as green line.

What color should MACD line be set to? What's the point?

How to set the MACD index parameter is the most reasonable?

How to set the parameters of macd indicator

How to set the daily macd indicator?

1, how to fill the color in the middle of MACD?

Move the mouse to the arrow on the K-line chart, then right-click and select Delete MACD System. Click the right mouse button on the K-line of the K-line diagram and delete the menu point. But it's very useful

2, MACD discoloration

1, MACD communication signal discoloration indicator

DIFIF 1:=EMA(C, 12) - EMA(C,26);

DEAEA 1:=EMA(DIFIF 1,9);

MACD1:= 2 * (difi1-deaea1), posted;

MACD2:=EMA(MACD 1,3);

Adhesive line (MACD1>; MACD2 and MACD1> 0,0,MACD 1, 1,0),COLORRED

Adhesive line (MACD1>; MACD2 and MACD1<; 0,0,MACD 1, 1,0),COLORGREEN

Adhesive line (MACD1<; MACD2,0,MACD 1, 1,0),COLORCBCBC0

Adhesive line (MACD1>; =0 or MACD1<; =0,0,0,50, 1),COLORWHITE

difi 1,COLORFFFFFF,LINETHICK2

DEAEA 1,COLORYELLOW,LINETHICK2

MACD:MACD 1,NODRAW,COLORMAGENTA

Rising: if (deaea1>; REF(DEAEA 1, 1),DEAEA 1,DRAWNULL),COLORYELLOW,LINETHICK2

Rejected: if (deaeaa 1

Upward warping: if (difi1> REF(difi 1, 1),difi 1,DRAWNULL),COLORFFFFFF,LINETHICK2

Rejected: If (difi 1

draw icon(CROSS(difi 1,DEAEA 1),DEAEA 1* 1.00,5);

DRAWICON(CROSS(DEAEA 1,difi 1),DEAEA 1* 1.00,6);

2, Boyi master discoloration MACD indicators

DIFIF 1:=EMA(C, 12)-EMA(C,26);

DEAEA 1:=EMA(DIFIF 1,9);

MACD1:= 2 * (difi1-deaea1), posted;

MACD: 2 * (difi1-deaea1), color bar;

Part line (deaea1> REF(DEAEA 1, 1),DEAEA 1),COLORYELLOW,LINETHICK2

Part line (deaea1< REF(DEAEA 1, 1),DEAEA 1),COLOR008800,LINETHICK2

Part line (difi1> REF(difi 1, 1),difi 1),COLORFFFFFF,LINETHICK2

Part line (difi1< REF(difi 1, 1),difi 1),COLOR008800,LINETHICK2

draw icon(CROSS(difi 1,DEAEA 1),DEAEA 1* 1.00, 1);

DRAWICON(CROSS(DEAEA 1,difi 1),DEAEA 1* 1.00,2);

Please help to modify the formula of MACD DIF color. Rising is shown as a red line and falling is shown as a green line.

DIF: EMA (closing, 12)- EMA (closing, 26), with color green;

DEA:EMA(DIF,9);

MACD:(DIF-DEA)*2,COLORSTICK

If (dif >; =REF(DIF, 1),DIF,DRAWNULL),COLORRED,LINETHICK2

4. What color should the 4.MACD line be set to? What's the point?

In the existing technical analysis software, the commonly used parameters of MACD are fast smma 12 and slow smma 26. In addition, MACD has an auxiliary indicator bar. In most futures technical analysis software, columnar lines are colored, green below axis 0 and red above axis 0. The former represents weakness, while the latter represents strength. Here are the basic principles that should be followed when using MACD indicators in the stock market: 1. When the DIF and DEA are above the 0 axis, it belongs to a bull market, and when the DIF line crosses the DEA line from bottom to top, it is a buy signal. When the DIF line crosses the DEA line from top to bottom, if the two lines are still running above the 0 axis, it can only be regarded as a short-term decline, and the trend inflection point cannot be determined. Whether to sell or not at this time needs to be judged by combining other indicators. 2. When the DIF and DEA are below the 0 axis, it is a short market. When the DIF line crosses the DEA line from top to bottom, it is a sell signal. When the DIF line crosses the DEA line from bottom to top, if the two lines are still running below the 0-axis, it can only be regarded as a short-term rebound, but the inflection point of the trend cannot be determined. At this time, whether to buy or not needs to be judged by combining other indicators. 3. Columnar line contraction and amplification. Generally speaking, the continuous contraction of columnar lines indicates that the strength of trend operation is gradually weakening. When the color of the column line changes, the trend determines the turning point. However, when using some short-term MACD indicators, this view cannot be fully established. 4. Form and deviation. MACD indicators also emphasize morphology and deviation. When the DIF line and MACD line of MACD indicators form a high bearish pattern, such as head and shoulders, double heads, etc. We should be vigilant; When the morphological MACD indicator DIF line and MACD line form a low bullish pattern, you should consider buying. When judging the shape, DIF line is the main one and MACD line is the auxiliary one. When the price continues to rise and MACD indicators come out one after another, it means that the top deviation appears, indicating that the price may turn around in the near future. When the price continues to fall, but MACD indicators come out one after another, it means that the bottom deviation appears, indicating that the price is about to end the decline and turn to rise. 5. The index of cowhide market will be distorted. When the price does not run from top to bottom or from bottom to top, but keeps running horizontally, we call it cowhide market. At this time, a false signal will be generated in the MACD indicator, and the intersection of the DIF line and the MACD line will be very frequent. At the same time, the retraction of column lines will occur frequently, and the color will often turn from green to red or from red to green. At this point, the MACD indicator is in a distorted state, and its use value will be reduced accordingly. The curve shape of DIF is used for analysis, mainly using the deviation principle of indicators. Specifically: if the trend of DIF deviates from the trend of stock price, it is time to take concrete action. However, the accuracy of guiding the actual operation according to the above principles is not satisfactory. After practice, exploration and summary, the accuracy is greatly improved by comprehensively using 5-day, 10 moving average, 5-day, 10 moving average and MACD.

5. How to set the 5.MACD indicator parameters is the most reasonable?

8k8k8lk8 8

6. How to set parameters for 6.macd indicators?

DIF:EMA (closing, 12)-EMA (closing, 26);

DEA:EMA(DIF,9);

MACD:=(DIF-DEA)*2,COLORSTICK

Indicator parameter: 12 26 9 in brackets can be modified.

7. How to set the daily macd indicator?

MACD indicator is the most common indicator, and many investors are familiar with its calculation principle, usage, advantages and disadvantages. As some textbooks say, the main defect of MACD is that it is too slow to respond to changes in price trends and cannot provide useful hints for short-term trends.

1. As far as individual stocks are concerned, the values of DIF line and MACD line marked on the vertical axis of MACD are very important. Generally speaking, the dead fork of MACD indicator at high level is often effective, and some super-strong stocks can reach the range of 3 to 6. As long as the dead fork appears in these ranges, the price can often be bearish in the middle line, during which there will generally be a rebound, but we can always be bearish until there is no new cross.

2. As far as individual stocks are concerned, the effective interval between the MACD indicator DIF and the golden section of MACD line should be below -0.45 on the vertical axis, otherwise it is of little significance, but the trend of some super-strong stocks may be an exception, and comprehensive judgment needs to be made with the help of other indicators;

3. Generally speaking, when the DIF line and MACD line continue to climb upward, away from the red column line, the red column line continues to shrink or even the green column line appears, we should be alert to the high-level dead fork of the indicator and the turning point of the price trend;

4. Use this indicator to emphasize the deviation relationship. When the price continued to rise and hit a new high, the MACD indicator failed to touch the previous high point, and the upward momentum was not strong. Similarly, we can also summarize the situation when prices continue to fall;

5. The death of this indicator is issued before the price falls, and the gold cross is generally issued after the price rises;

6. The judgment of some oversold stocks should be based on the moving average system (55 days, 120 days, 250 days).