FullMt5McpByLeo/FUNCTIONS.txt

90 lines
2.6 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-06-30 10:46:22 -05:00
# GROUP 3: GRAPHIC OBJECTS (4 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-06-30 10:46:22 -05:00
object_set_get
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-06-29 18:35:38 -05:00
chart_get_set (agrupa a los 3 internamente int\string\double con set\get versions..)
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-06-29 18:35:38 -05:00
chart_indicator (agrupa varias funciones)
chart_navigate
2026-04-28 12:26:18 -05:00
2026-04-27 22:49:28 -05:00
# ============================================================================
2026-06-30 10:47:40 -05:00
# GROUP 5: CODE + TERMINAL + BACKTEST (5 funciones)
2026-04-27 22:49:28 -05:00
# ============================================================================
compile_mql5
2026-06-30 17:02:14 -05:00
run_mt5_tester
2026-04-28 10:48:57 -05:00
run_ea
2026-04-27 22:49:28 -05:00
get_expert_logs
2026-06-30 10:47:40 -05:00
tester_reports
2026-04-28 21:48:06 -05:00
# ============================================================================
2026-06-30 10:47:40 -05:00
# GROUP 6: UTILS (Time | Error | Info) (5 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)
2026-06-30 10:47:40 -05:00
terminal_info (agrupa a los 3 internamente)}
run_command
2026-04-29 07:59:28 -05:00
2026-06-29 18:35:38 -05:00
# ============================================================================
# GROUP 7: INDICATOR (1 Funcion)
# ============================================================================
indicator_manage (agrupa funciones internas)
2026-04-29 07:59:28 -05:00
2026-04-28 12:26:18 -05:00
# ============================================================================
2026-06-30 10:47:40 -05:00
# TOTAL: 45 FUNCIONES
2026-04-28 12:26:18 -05:00
# ============================================================================