mql4-sma/knitpkg.yaml
2026-02-03 10:53:48 -03:00

27 lines
572 B
YAML

target: mql4
type: indicator
organization: douglasrechia
name: sma
version: 1.0.0
version_description: Initial version
# 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
compile:
- src/KnitPkgSMA.mq4
# Dependencies of the project
dependencies:
'@douglasrechia/calc': ^1.0.0