Python является современным высокоуровневым языком программирования для разработки сценариев и приложений. Содержит множество библиотек для машинного обучения, автоматизации процессов, анализа и визуализации данных. Пакет MetaTrader для Python предназначен для...
initialize(path=None) Establish connection with the MetaTrader 5 Terminal
wait() Wait for the MetaTrader 5 Terminal to connect to a broker's server
shutdown() Disconnect from the MetaTrader 5 Terminal
version() Get the MetaTrader 5 Terminal version
terminal_info() Get the parameters of the MetaTrader 5 terminal
account_info() Returns information of current account
copy_ticks_from(symbol, from, count, flags) Get ticks starting from the specific date
copy_ticks_range(symbol, from, to, flags) Get ticks from the specified period
copy_rates_from(symbol, timeframe, from, count) Get bars starting from the specific date
copy_rates_from_pos(symbol, timeframe, start_pos, count) Get bars starting from the specified position
copy_rates_range(symbol, timeframe, date_from, date_to) Get bars from the specified period
positions_total() Returns the number of open positions
positions_get([symbol=\"SYMBOL\"],[ticket=TICKET]) Returns all open positions, can be filtered by symbol or ticket
orders_total() Returns the number of orders
orders_get([symbol=\"SYMBOL\"],[ticket=TICKET]) Returns all orders, can be filtered by symbol or ticket
history_orders_total(from, to) Returns the number of orders in selected range from the history
history_orders_get(from, to) Returns orders in selected range from the history or filtered by position id, ticket
history_deals_total(from, to) Returns the number of deals in selected range from the history
history_deals_get(from, to) Returns deals in selected range from the history or filtered by position id, ticket
order_check(request) Checks if there are enough funds to execute the required trade operation
order_send(request) Sends trade requests to a server
order_calc_margin(action, symbol, volume, price) Calculates the margin required for the specified order
order_calc_profit(action, symbol, volume, price_open, price_close) Calculates the profit for the current account, in the current market conditions, based on the parameters passed
symbol_info(symbol) Returns full information for a specified symbol
symbol_info_tick(symbol) Returns current prices of a specified symbol
symbol_select(symbol,[enable]) Selects a symbol in the Market Watch window or removes a symbol from the window
少なくとも、metatrader5(5.0.21)が公開され、以下のように変更されたことを端的に伝えていますね...。そして、ドキュメントを適合させること。数日でできる変化はそう多くはありません。それとも、すべて感覚で確認しなければならないのでしょうか?
確認したところ、動作しています。
これからも手探りでやっていきましょう :)
少なくとも、metatrader5(5.0.21)が公開され、以下の点が変更されたことを二言で伝えているのですが......。そして、ドキュメントを適合させること。数日でできる変化はそれほど多くない。それとも、すべて感覚で確認しなければならないのでしょうか?
MetaTrader for Pythonの オンラインドキュメントは、アップデートされた機能の一部について、すでにウェブサイト上で公開されています。それぞれについて例を示しています。
もちろん、見たことがあります。ドキュメントで実行する
そして、これは動作し、正しい初期化です。
ドキュメントを修正すればいい。
もちろん、見たことがあります。ドキュメントにしたがって実行中。
loginは必須の無名パラメータなので、login=を 削除してください。
そして、これは動作し、正しい初期化です。
ドキュメントを修正すればいい。
記述を完成させます、メッセージありがとうございました。
そして、これは動作し、正しい初期化です。
ドキュメントを修正すればいい。
今、再接続を試みる場合
今のところ、とても生々しいです...。
今、再接続を試みると
今のところ、すべてにおいて粗削りですが......。
レナートが示した例とラインを一致させる。
トレーディング、自動売買システム、ストラテジーテストに関するフォーラム
MetaTrader 5 Python User Group - MetaTraderでPythonを使用する方法
レナート・ファットフーリン, 2020.02.18 22:05
皆さん、ターミナルでオープンポジションの 情報を得ることができなくなったということでよろしいでしょうか?
はい。
ドキュメントはまだ確定していない。
現在21の最新版ライブラリにアップデートすることをお忘れなく。