32 lines
618 B
YAML
32 lines
618 B
YAML
target: mql5
|
|
type: indicator
|
|
|
|
organization: douglasrechia
|
|
name: atr
|
|
version: 1.0.1
|
|
version_description: Dependencies updated; using BuildInfo constants
|
|
|
|
description: ATR showdemo for MetaTrader5
|
|
author: Douglas Rechia
|
|
license: MIT
|
|
keywords:
|
|
- atr
|
|
- indicator
|
|
- showcase
|
|
|
|
include_mode: include
|
|
|
|
defines:
|
|
from_manifest:
|
|
MANIFEST_VERSION: version
|
|
MANIFEST_ORG: organization
|
|
MANIFEST_AUTHOR: author
|
|
MANIFEST_DESCRIPTION: description
|
|
MANIFEST_LICENSE: license
|
|
|
|
compile:
|
|
- src/KnitPkgATR.mq5
|
|
|
|
dependencies:
|
|
'@douglasrechia/bar': ^1.1.0
|
|
'@douglasrechia/calc': ^1.0.1
|