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.
I hope it helps you.