forked from nique_372/FullMt5McpByLeo
90 lines
No EOL
2.6 KiB
Text
90 lines
No EOL
2.6 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 (4 funciones)
|
|
# ============================================================================
|
|
|
|
object_list
|
|
object_create
|
|
object_delete
|
|
object_set_get
|
|
|
|
|
|
# ============================================================================
|
|
# GROUP 4: CHARTS (9 funciones)
|
|
# ============================================================================
|
|
|
|
chart_list
|
|
chart_open
|
|
chart_close
|
|
chart_get_set (agrupa a los 3 internamente int\string\double con set\get versions..)
|
|
chart_redraw
|
|
chart_screenshot
|
|
chart_get_symbol_or_period
|
|
chart_indicator (agrupa varias funciones)
|
|
chart_navigate
|
|
|
|
# ============================================================================
|
|
# GROUP 5: CODE + TERMINAL + BACKTEST (5 funciones)
|
|
# ============================================================================
|
|
|
|
compile_mql5
|
|
run_mt5_tester
|
|
run_ea
|
|
get_expert_logs
|
|
tester_reports
|
|
|
|
# ============================================================================
|
|
# GROUP 6: UTILS (Time | Error | Info) (5 funciones)
|
|
# ============================================================================
|
|
|
|
get_time
|
|
get_err_description
|
|
account_info (agrupa a los 3 internamente)
|
|
terminal_info (agrupa a los 3 internamente)}
|
|
run_command
|
|
|
|
# ============================================================================
|
|
# GROUP 7: INDICATOR (1 Funcion)
|
|
# ============================================================================
|
|
indicator_manage (agrupa funciones internas)
|
|
|
|
# ============================================================================
|
|
# TOTAL: 45 FUNCIONES
|
|
# ============================================================================ |