sma/knitpkg.yaml

27 lines
572 B
YAML
Raw Permalink Normal View History

2026-02-02 16:26:18 -03:00
target: mql5
type: indicator
2026-01-15 15:10:00 -03:00
organization: douglasrechia
2026-02-02 16:26:18 -03:00
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
2025-12-18 13:25:28 -03:00
license: MIT
# Include mode resolution
include_mode: flat
# File to be flattened with all the dependencies for this project
entrypoints:
2026-01-07 15:02:35 -03:00
- src/KnitPkgSMA.mqh
2025-12-18 13:25:28 -03:00
compile:
2026-01-07 15:02:35 -03:00
- src/KnitPkgSMA.mq5
2025-12-18 13:25:28 -03:00
# Dependencies of the project
dependencies:
2026-02-02 16:26:18 -03:00
'@douglasrechia/calc': ^1.0.0