19 lines
No EOL
395 B
YAML
19 lines
No EOL
395 B
YAML
target: mql4
|
|
type: package
|
|
|
|
organization: douglasrechia
|
|
name: calc
|
|
version: 1.0.0
|
|
version_description: Initial creation
|
|
|
|
# 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:
|
|
- src/UnitTests.mq4 |