riskgate-ea/knitpkg.yaml

32 lines
596 B
YAML
Raw Permalink Normal View History

2026-03-13 16:10:46 -03:00
target: mql5
type: package
organization: douglasrechia
name: riskgate-ea
version: 1.0.0
version_description: Initial creation
description: Risk gate EA framework
author: Douglas Rechia
license: MIT
keywords:
- risk-manager
- service
- showcase
- risk-gate
compile:
- tests/UnitTests.mq5
defines:
from_manifest:
MANIFEST_VERSION: version
MANIFEST_AUTHOR: author
MANIFEST_DESCRIPTION: description
MANIFEST_LICENSE: license
2026-03-13 16:10:46 -03:00
dependencies:
'@douglasrechia/logger': ^1.0.0
'@douglasrechia/sockets': ^1.0.0
'@knitpkg-labs/jason': ^1.0.0
2026-03-13 16:10:46 -03:00