30 lines
No EOL
673 B
YAML
30 lines
No EOL
673 B
YAML
|
|
|
|
name: "hola"
|
|
steps:
|
|
- name: "RunEA"
|
|
module: "Generic"
|
|
with:
|
|
fixed:
|
|
name: "Experts\\Shared Projects\\WorkflowsByLeo\\Test\\First\\HelloWord.ex5"
|
|
symbol: _Symbol
|
|
timeframe: _Period
|
|
run_flags: "DLL|AutoTrading"
|
|
ms_sincronizacion: 500
|
|
timeout_segundos: 300
|
|
# Unicamente ea params es una lista el fixed es un bloque (key:val)
|
|
# Aqui el nombre del parametro es opcional..
|
|
ea_params:
|
|
- InpNum: ["TYPE_UINT", "${{internal.number}}"]
|
|
- name: "PowerShellCommand"
|
|
module: "Generic"
|
|
with:
|
|
run: |
|
|
echo 'hola mundo'
|
|
timeout_segundos: 30
|
|
|
|
|
|
|
|
|
|
|
|
|