2026-02-03 08:41:40 -03:00
|
|
|
target: mql5
|
|
|
|
|
type: library
|
|
|
|
|
|
|
|
|
|
organization: douglasrechia
|
|
|
|
|
name: calclibimp
|
2026-01-07 14:52:24 -03:00
|
|
|
version: 1.0.0
|
2026-02-03 08:41:40 -03:00
|
|
|
|
|
|
|
|
# Fields to search for package metadata
|
|
|
|
|
description: Simple library implementation to expose indicators calculations from @douglasrechia/calc
|
|
|
|
|
keywords: ["sma", "library", "indicator"]
|
|
|
|
|
author: Douglas Rechia
|
2026-01-07 14:52:24 -03:00
|
|
|
license: MIT
|
|
|
|
|
|
|
|
|
|
# Include mode resolution
|
|
|
|
|
include_mode: include
|
|
|
|
|
|
|
|
|
|
compile:
|
|
|
|
|
- src/CalcLibImp.mq5
|
|
|
|
|
|
|
|
|
|
# Dependencies of the project
|
|
|
|
|
dependencies:
|
2026-02-03 08:41:40 -03:00
|
|
|
bar: ^1.0.0
|
|
|
|
|
calc: ^1.0.0
|