ema how do these indicators calculate the self-defined data as a parameter?

Author: chenchenc, Created: 2022-03-20 21:16:43, Updated:

I'm trying to figure out what I should do with h2 as the parameter of the eema. Mayan language H2 ^^ (HIGH + LOW) / 2 EMA 8 ^^ EMA ((hl2,8)) is the most commonly used

python hl2 = (r[0][‘High’]+r[0][‘Low’])/2 EMA_8=TA.EMA(hl2,8)

Both ways are wrong.


More

The grassThere's a public policy on how to use MAde, and you can go directly to it.

Skin that is oldThe first parameter of the EMA function is the data of exchange.GetRecords ((), a list

chenchenc@chilochilo dream

chenchencWhere?

The Little DreamThe data structure of the Mac language is completely different from that of Python, and it is not possible to simply convert the writing.