2026-04-05 17:18:32 -05:00
|
|
|
|
2026-04-05 22:25:22 -05:00
|
|
|
|
|
|
|
|
name: "hola"
|
2026-04-05 17:18:32 -05:00
|
|
|
steps:
|
2026-04-05 22:25:22 -05:00
|
|
|
- name: "RunEA"
|
2026-04-05 17:18:32 -05:00
|
|
|
module: "Generic"
|
|
|
|
|
with:
|
|
|
|
|
fixed:
|
2026-04-07 07:02:30 -05:00
|
|
|
name: "Experts\\Shared Projects\\WorkflowsByLeo\\Test\\First\\HelloWord.ex5"
|
|
|
|
|
symbol: _Symbol
|
2026-04-08 13:52:09 -05:00
|
|
|
timeframe: _Period
|
|
|
|
|
run_flags: "DLL|AutoTrading"
|
2026-04-08 14:04:36 -05:00
|
|
|
ms_sincronizacion: 500
|
2026-04-07 07:02:30 -05:00
|
|
|
timeout_segundos: 300
|
|
|
|
|
# Unicamente ea params es una lista el fixed es un bloque (key:val)
|
|
|
|
|
# Aqui el nombre del parametro es opcional..
|
2026-04-05 22:25:22 -05:00
|
|
|
ea_params:
|
2026-04-08 13:52:09 -05:00
|
|
|
- InpNum: ["TYPE_UINT", "${{internal.number}}"]
|
2026-04-05 22:25:22 -05:00
|
|
|
- name: "PowerShellCommand"
|
|
|
|
|
module: "Generic"
|
|
|
|
|
with:
|
2026-04-07 07:02:30 -05:00
|
|
|
run: |
|
2026-04-05 22:25:22 -05:00
|
|
|
echo 'hola mundo'
|
2026-04-07 07:02:30 -05:00
|
|
|
timeout_segundos: 30
|
2026-04-05 22:25:34 -05:00
|
|
|
|
2026-04-05 17:18:32 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|