# ============================================================================
# GROUP 1: POSITIONS | ORDERS | HISTORY | TRADE (19 funciones)
# ============================================================================

open_trade (sell\buy)
open_limit (sell\buy)
open_stop  (sell\buy)

position_list
position_get_double
position_get_integer
position_get_string
position_close 
position_modify

order_list
order_close
order_modify
order_get_double
order_get_integer
order_get_string

history_deal_get_list
history_deal_get_double
history_deal_get_integer
history_deal_get_string

# ============================================================================
# GROUP 2: DATA OHLC + SYMBOL INFO (10 funciones)
# ============================================================================

copy_high
copy_low
copy_close
copy_open
copy_tick_volume

symbol_info_double
symbol_info_integer
symbol_info_string
symbol_select
symbols_total

# ============================================================================
# GROUP 3: GRAPHIC OBJECTS (5 funciones)
# ============================================================================

object_create
object_delete
object_integer
object_double
object_string

# ============================================================================
# GROUP 4: CHARTS (6 funciones)
# ============================================================================

chart_list
chart_open
chart_close
chart_get_integer
chart_get_double
chart_redraw

# ============================================================================
# GROUP 5: CODE + TERMINAL (4 funciones)
# ============================================================================

compile_mql5
execute_backtest
run_ea
get_expert_logs

# ============================================================================
# TOTAL: 44 FUNCIONES
# ============================================================================