calc/knitpkg.yaml
2026-02-13 14:27:21 -03:00

19 lines
404 B
YAML

target: mql5
type: package
organization: douglasrechia
name: calc
version: 1.0.1
version_description: 'ATR fix'
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