28 lines
644 B
YAML
28 lines
644 B
YAML
target: mql5
|
|
type: expert
|
|
|
|
organization: douglasrechia
|
|
name: expertdemo
|
|
version: 2.0.1
|
|
version_description: Dependencies version update
|
|
|
|
# Search fields
|
|
description: KnitPkg for Metatrader - Expert Demo
|
|
keywords: ["showcase", "bars", "calc", "new-bar", "bar-watcher", "sma"]
|
|
author: Douglas Rechia
|
|
license: MIT
|
|
|
|
# Include mode resolution
|
|
include_mode: flat
|
|
|
|
# File to be flattened with all the dependencies for this project
|
|
entrypoints:
|
|
- src/KnitPkgExpertDemo.mqh
|
|
|
|
compile:
|
|
- src/KnitPkgExpertDemo.mq5
|
|
|
|
# Dependencies of the project
|
|
dependencies:
|
|
'@douglasrechia/bar': ^1.0.0
|
|
'@douglasrechia/barhelper': ^1.0.0
|