35 lines
800 B
YAML
35 lines
800 B
YAML
target: mql5
|
|
type: indicator
|
|
|
|
organization: douglasrechia
|
|
name: sma
|
|
version: 1.0.2
|
|
version_description: Dependencies updated; using BuildInfo constants
|
|
|
|
# Registry search fields
|
|
description: KnitPkg for Metatrader - SMA Indicator Demo
|
|
keywords: [ "indicator", "sma", "showcase" ]
|
|
author: Douglas Rechia
|
|
license: MIT
|
|
|
|
# Include mode resolution
|
|
include_mode: flat
|
|
|
|
# File to be flattened with all the dependencies for this project
|
|
entrypoints:
|
|
- src/KnitPkgSMA.mqh
|
|
|
|
defines:
|
|
from_manifest:
|
|
MANIFEST_VERSION: version
|
|
MANIFEST_ORG: organization
|
|
MANIFEST_AUTHOR: author
|
|
MANIFEST_DESCRIPTION: description
|
|
MANIFEST_LICENSE: license
|
|
|
|
compile:
|
|
- src/KnitPkgSMA.mq5
|
|
|
|
# Dependencies of the project
|
|
dependencies:
|
|
'@douglasrechia/calc': ^1.0.0
|