FullMt5McpByLeo/FUNCTIONS.txt

88 lines
2.2 KiB
Text
Raw Permalink Normal View History

2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-29 07:59:28 -05:00
# GROUP 1: POSITIONS | ORDERS | HISTORY | TRADE (14 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-29 07:59:28 -05:00
position_get (agrupa a los 3 internamente)
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
2026-04-29 07:59:28 -05:00
order_get (agrupa a los 3 internamente)
calc_order (agrupa funciones internas)
2026-04-28 12:26:18 -05:00
2026-04-28 08:52:21 -05:00
history_deal_get_list
2026-04-29 07:59:28 -05:00
history_deal_get (agrupa a los 3 internamente)
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-29 21:15:35 -05:00
# GROUP 2: DATA OHLC + SYMBOL INFO (7 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-29 07:59:28 -05:00
2026-04-28 21:48:06 -05:00
copy_data
copy_ticks
2026-04-29 21:15:35 -05:00
i_bar_shift
2026-04-29 07:59:28 -05:00
symbol_info_session
symbol_info (agrupa a los 3 internamente)
2026-04-27 22:49:28 -05:00
symbol_select
symbols_total
2026-04-28 21:48:06 -05:00
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-29 07:59:28 -05:00
# GROUP 3: GRAPHIC OBJECTS (6 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-28 22:54:27 -05:00
object_list
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-29 07:59:28 -05:00
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-04-29 21:15:35 -05:00
# GROUP 4: CHARTS (9 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
chart_list
chart_open
chart_close
2026-04-28 21:48:06 -05:00
chart_integer
chart_double
chart_string
2026-04-27 22:49:28 -05:00
chart_redraw
2026-04-29 21:15:35 -05:00
chart_screenshot
chart_get_symbol_or_period
2026-04-29 07:59:28 -05:00
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 21:48:06 -05:00
# ============================================================================
2026-04-29 07:59:28 -05:00
# GROUP 6: UTILS (Time | Error | Info) (4 funciones)
2026-04-28 21:48:06 -05:00
# ============================================================================
2026-04-29 07:59:28 -05:00
2026-04-28 21:48:06 -05:00
get_time
get_err_description
2026-04-29 07:59:28 -05:00
account_info (agrupa a los 3 internamente)
terminal_info (agrupa a los 3 internamente)
2026-04-28 12:26:18 -05:00
# ============================================================================
2026-04-29 21:15:35 -05:00
# TOTAL: 44 FUNCIONES
2026-04-28 12:26:18 -05:00
# ============================================================================