FullMt5McpByLeo/FUNCTIONS.txt
Nique_372 2c989fbac6
2026-04-29 21:15:35 -05:00

88 lines
No EOL
2.2 KiB
Text

# ============================================================================
# GROUP 1: POSITIONS | ORDERS | HISTORY | TRADE (14 funciones)
# ============================================================================
open_trade (sell\buy)
open_limit (sell\buy)
open_stop (sell\buy)
position_list
position_get (agrupa a los 3 internamente)
position_close
position_modify
order_list
order_close
order_modify
order_get (agrupa a los 3 internamente)
calc_order (agrupa funciones internas)
history_deal_get_list
history_deal_get (agrupa a los 3 internamente)
# ============================================================================
# GROUP 2: DATA OHLC + SYMBOL INFO (7 funciones)
# ============================================================================
copy_data
copy_ticks
i_bar_shift
symbol_info_session
symbol_info (agrupa a los 3 internamente)
symbol_select
symbols_total
# ============================================================================
# GROUP 3: GRAPHIC OBJECTS (6 funciones)
# ============================================================================
object_list
object_create
object_delete
object_integer
object_double
object_string
# ============================================================================
# GROUP 4: CHARTS (9 funciones)
# ============================================================================
chart_list
chart_open
chart_close
chart_integer
chart_double
chart_string
chart_redraw
chart_screenshot
chart_get_symbol_or_period
# ============================================================================
# GROUP 5: CODE + TERMINAL (4 funciones)
# ============================================================================
compile_mql5
execute_backtest
run_ea
get_expert_logs
# ============================================================================
# GROUP 6: UTILS (Time | Error | Info) (4 funciones)
# ============================================================================
get_time
get_err_description
account_info (agrupa a los 3 internamente)
terminal_info (agrupa a los 3 internamente)
# ============================================================================
# TOTAL: 44 FUNCIONES
# ============================================================================