calc/knitpkg.yaml

19 lines
471 B
YAML

target: mql5
type: package
organization: douglasrechia
name: calc
version: 1.0.2
version_description: Using @knitpkg:wired directives to include dependencies; Bar update to 1.1.0
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.mq5
- tests/UnitTestATR.mq5