20 行
无行尾
432 B
YAML
20 行
无行尾
432 B
YAML
target: mql4
|
|
type: package
|
|
|
|
organization: douglasrechia
|
|
name: calc
|
|
version: 1.0.1
|
|
version_description: ATR fix and Unit tests
|
|
|
|
# Search fields
|
|
description: Common indicators built on @douglasrechia/bar (SMA, ATR, etc)
|
|
keywords: [ "indicator", "sma", "atr", "showcase" ]
|
|
author: Douglas Rechia
|
|
license: MIT
|
|
|
|
dependencies:
|
|
'@douglasrechia/bar': ^1.0.0
|
|
|
|
compile:
|
|
- tests/UnitTestSMA.mq4
|
|
- tests/UnitTestATR.mq4 |