Current location - Trademark Inquiry Complete Network - Futures platform - How to set the thickness of Guo Xin mobile phone version of Golden Sun K-line?
How to set the thickness of Guo Xin mobile phone version of Golden Sun K-line?
Tongda letter comes with two sets of moving average systems. Press the MA key to directly enter the first set of moving averages, and press the key to enter the second set of moving averages. The second EMA rose by120,250 days.

Add moving average: press ctrl+F to enter the formula editor, click New, and copy the following code to the blank editing area:

MA 1:MA (close, 5);

MA2: Ma (closing, 10)

MA3: Ma (near, 20)

MA4: Ma (near, 30);

MA5: Ma (near, 60);

MA6: Ma (closing,120);

MA5: Ma (near, 250);

It's usually like this. If there are requirements for the parameters of the moving average, how many moving averages are needed, just change the following figures to how many.