Selling line: =EMA(SLOPE(C, 2 1)*20+C, 42);
STICKLINE (buy line > = sell line, refdate (HHV (h, 0), date), refdate (LLV (l, 0), date), 6, 0), color 001050;
Adhere to the line (purchase line
Traction line (h, o, l, c);
Guidance: = EMA ((EMA (closing, 4)+EMA (closing, 6)+EMA (closing, 12)+EMA (closing, 24))/4,2);
Binding: =MA(CLOSE, 27);
B buy: IF (CROSS) or cross (buy thread, sell thread), c, draw blank), color mage, don't draw;
Position: IF (buy line > = sell line, c, draw blank), colored, not drawn;
S sell: IF (CROSS) or cross (sell thread, buy thread), c, draw blank), colorgray, don't draw;
Short position: if (buy line
DRAWICON(CROSS (buy thread, sell thread), l, 5);
DRAWICON(CROSS),H,6);
Paste this formula and compare it. The green line sells smiling faces with money and buys empty positions with crying faces.