FullMt5McpByLeo/FUNCTIONS.txt

76 lines
1.9 KiB
Text
Raw Permalink Normal View History

2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-28 12:26:18 -05:00
# GROUP 1: POSITIONS | ORDERS | HISTORY | TRADE (19 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
open_trade (sell\buy)
open_limit (sell\buy)
open_stop (sell\buy)
2026-04-28 08:52:21 -05:00
position_list
2026-04-27 22:49:28 -05:00
position_get_double
position_get_integer
position_get_string
2026-04-28 08:52:21 -05:00
position_close
position_modify
2026-04-27 22:49:28 -05:00
2026-04-28 08:52:21 -05:00
order_list
order_close
order_modify
order_get_double
order_get_integer
order_get_string
2026-04-28 12:26:18 -05:00
2026-04-28 08:52:21 -05:00
history_deal_get_list
2026-04-27 22:49:28 -05:00
history_deal_get_double
history_deal_get_integer
history_deal_get_string
# ============================================================================
2026-04-28 12:26:18 -05:00
# GROUP 2: DATA OHLC + SYMBOL INFO (10 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
copy_high
copy_low
copy_close
copy_open
copy_tick_volume
symbol_info_double
symbol_info_integer
symbol_info_string
symbol_select
symbols_total
# ============================================================================
2026-04-28 12:26:18 -05:00
# GROUP 3: GRAPHIC OBJECTS (5 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
object_create
object_delete
2026-04-28 08:52:21 -05:00
object_integer
object_double
object_string
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-28 12:26:18 -05:00
# GROUP 4: CHARTS (6 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
chart_list
chart_open
chart_close
chart_get_integer
chart_get_double
chart_redraw
2026-04-28 12:26:18 -05:00
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-28 12:26:18 -05:00
# GROUP 5: CODE + TERMINAL (4 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
compile_mql5
execute_backtest
2026-04-28 10:48:57 -05:00
run_ea
2026-04-27 22:49:28 -05:00
get_expert_logs
2026-04-28 12:26:18 -05:00
# ============================================================================
# TOTAL: 44 FUNCIONES
# ============================================================================