function main (()) {
// You can fill in different k-line cycles, such as PERIOD_M1, PERIOD_M30, PERIOD_H1...
var records = exchange.GetRecords ((PERIOD_M15)) is the name of the
var macd = TA.MACD ((records, 12, 26, and 9)
// View logs to return three arrays corresponding to DIF, DEA, MACD
Log ((
The grassIn addition to the open platform and MACD, you can also refer to various equity strategies.