编辑精选
OPEN-SOURCE SCRIPT
已更新

Moving Averages 3D

Hello All,

This is an experimental work to show 10 moving averages in 3D by using linefill.new() feature of the Pine language.

You can set moving average type as Simple (SMA) or Exponential (EMA)
You can set "Starting Length" and set the "Step" to calculate other lengths. For example; if "Starting Length" is 10 and "step" is 5 then the lengths are 10, 15, 20, 25...
You can set the colors as Red, Green, Blue for each direction. And you can change the width. you can see the examples below

In following example Green and Blue used:
快照

In following example Blue and Red is used and Width is set as 5:
快照


Enjoy!
版本注释
Drawing order and 3d display improved

免责声明