はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    新内閣発足

『How to set up your Mac for Rails Development | Seaside』

  • 人気
  • 新着
  • すべて
  • MQL5のドキュメンテーション: Python用MetaTrader

    4 users

    www.mql5.com

    Pythonとの統合のためのMetaTraderモジュール MQL5は金融市場での高性能取引アプリケーションの開発向けに設計されており、アルゴリズム取引で使用される他の特殊言語の中では他に類を見ないものです。MQL5プログラムの構文と速度は可能な限りС++に近いもので、 OpenCLならびMS Visual Studioとの統合がサポートされています。また、統計、ファジィ論理、ALGLIBのライブラリも用意されています。MetaEditor開発環境はネイティブで.NETライブラリをサポートしており、「スマート」な関数インポート機能があるため、特別なラッパーを開発する必要がありません。サードパーティ製のC++ DLLも利用できます。 С++ソースコードファイル(CPPとH)はエディタから直接編集してDLLにコンパイルすることができます。これには、ユーザのPCにインストールされているMicro

    • テクノロジー
    • 2020/06/07 11:41
    • Net FrameworkとC#に基づくエキスパートアドバイザーと指標のためのグラフィカルインターフェイスの開発

      3 users

      www.mql5.com

      はじめに 2018年10月以降、MQL5ではNet Frameworkライブラリとのネイティブ統合が利用できます。ネイティブサポートとは、呼び出し側の関数とそのパラメータを事前に宣言したり、2つの言語間で複雑に型変換したりすることなく、.NETライブラリにある型やメソッド、クラスがMQL5プログラムから直接アクセスできることを意味します。巨大な.NET FrameworkコードベースとC#言語の機能が、すべてのMQL5ユーザにそのまま利用できるようになったため、これは確実なブレークスルーと見なすことができます。 .NET Frameworkの機能は、ライブラリ自体によっては制限されません。開発プロセスは、統合されたフリーミアムのVisual Studio開発環境によって大いに単純化されます。たとえば、ドラッグアンドドロップモードで本格的なWindowsアプリケーションを開発し、そのすべての

      • テクノロジー
      • 2019/04/25 19:37
      • How to Code & Compile MQL5 in Visual Studio - A Complete Guide

        5 users

        www.mql5.com

        How to Code & Compile MQL5 in Visual Studio - A Complete Guide After reviewing a couple of alternative IDEs/Source Code Editors that could be used to code and compile in MQL5 instead of using the original Metaeditor IDE, I decided to go with Visual Studio Code, from Microsoft. I will not discuss here what was my approach to finally choose VSC as my official MQL5 IDE, the goal of this post is to pr

        • テクノロジー
        • 2019/02/17 03:56
        • https://www.mql5.com/ja/code/mt4/indicators

          3 users

          www.mql5.com

          • 世の中
          • 2018/08/05 23:03
          • あとで読む
          • MQL4からMQL5への移植

            4 users

            www.mql5.com

            はじめに 多くの開発者はMQL4に書かれたインディケータやトレード戦略を集積しています。それらをMetatrader 5で使うにはMQL5に変換する必要があります。プログラムをすべてMQL5で書くのはそうたやすいことではありません。翻訳参照があれば変換する方がずっと簡単です。例があればよりよいでしょう。 本稿では、MQL4からMQL5へ移植するわたしなりのガイドを提示したいと思います。 1. チャート期間 MQL5では、チャート期間定数は変更され、いくつか新しい期間 (M2, M3, M4, M6, M10, M12, H2, H3, H6, H8, H12)が追加されます。MQL4の期間を変換するには、以下の関数が使用可能です。 ENUM_TIMEFRAMES TFMigrate(int tf) { switch(tf) { case 0: return(PERIOD_CURRENT);

            • 世の中
            • 2017/10/06 16:01
            • Deep neural network with Stacked RBM. Self-training, self-control

              3 users

              www.mql5.com

              This article is a continuation of previous articles on deep neural network and predictor selection. Here we will cover features of a neural network initiated by Stacked RBM, and its implementation in the "darch" package. The possibility of using a hidden Markov model for improving the performance of a neural network prediction will also be revealed. In conclusion, we will programmatically implemen

              • テクノロジー
              • 2017/03/02 10:39
              • 利益のある取引戦略を見つける方法

                5 users

                www.mql5.com

                テクニカル分析を適用して、成功した取引戦略を見つけるプロセスは、いくつかの段階に分けることができます。 金融商品の価格チャートウィンドウにいくつかのテクニカル指標を追加して、市場の相関関係や指標シグナルとしての規則性を調べます。 前の段階で得られたデータをまとめます。 機械的な取引システムを得たら、適切なプログラミング言語へ戦略を変換します。 履歴データに基づいて、取引システムをシュミレーターを通して実行し、その入力パラメータの収集を試みる、つまり最適化します。 前の段階で利益がなかった場合、項目「1」へ進みます。 前の段階で得られたシステムを、チェックをする目的でデモアカウントで実行します。 前の段階で利益がなかった場合、項目「1」へ進みます。。 実際の取引でシステムを使用し、時折、市場の変化に合わせて入力パラメータを調整します。 基本的にはこれで以上です。このようにして得られたシステム

                • テクノロジー
                • 2016/03/07 16:06
                • ai
                • MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released - MetaTrader 4 Build 600 with Updated MQ4 Language and Market of Applications Released

                  4 users

                  www.mql5.com

                  MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released Over the past 7 months since the release of the public build 509, we put in a lot of effort to improve MetaTrader 4 client terminal. MQL4 programming language for developing trading strategies has undergone the most significant changes - program execution speed has been increased, while the language itself has be

                  • テクノロジー
                  • 2014/02/04 11:47
                  • MT4
                  • FX
                  • Scalping - Scalping EA from Russian Forum Finlist for USDchf, M1 with settings attached

                    3 users

                    www.mql5.com

                    Scalping EA from russian forum finlist for usdchf, M1 with the settings attached. It is very interesting but they understand the scalping as a trading on m1 timeframe only. This EA is trading no more than one trades per day. It is backtested very good on m1, m5 and m15 timeframe for usdchf, every tick. See attached.

                    • 世の中
                    • 2013/04/19 07:07
                    • MT4のストラテジーテスターでバイナリーオプションを行う方法

                      5 users

                      www.mql5.com

                      目次 1. イントロダクション 2. インストール 3 バイナリ オプションストラテジー例 。3.1. バイナリ オプションストラテジーの決定 。3.2 バイナリ オプションストラテジーの作成 。3.2.1 インプットパラメータ 。3.2.2 Binary-Options-Strategy-Libraryの読み込み 。3.2.3 CallStrategy() の追加 。3.2.4 CheckMyRules() ・ ヘルプ関数の実装 。3.2.5 デバッグ値の出力 。3.2.6. 外部インジケーター (ex4 ファイル) の使用 。3.3. コードの完成 。4 バックテスト (ビデオ) の実行 。5 フォワード テストを実行 。6. FAQ 7. その他 1. イントロダクション この記事では、バイナリオプションストラテジーを構築し、MT4 のストラテジーテスターで検証する方法を紹介します。

                      • 暮らし
                      • 2011/10/27 23:48
                      • 利回り
                      • バイナリオプション
                      • ワラント
                      • 中国株
                      • バイナリーオプション
                      • 金利
                      • トレード
                      • 株式投資
                      • Option
                      • 株
                      • MQL5 forum: Trading Systems

                        7 users

                        www.mql5.com

                        MQL5 now supports matrix and vector operations which are used in various computational tasks, including machine learning. We have created this thread to select and share some materials that may be useful to you. Machine learning technology is based on neural networks. Neural networks are Discover in 15 Minutes: Watch the Video about Trading Signals in MetaTrader 4 and MetaTrader 5 The most frequen

                        • 世の中
                        • 2008/03/04 00:39
                        • FX
                        • How to set up your Mac for Rails Development | Seaside

                          29 users

                          www.mql5.com

                          Couldn't find the right code? Order it in the Freelance section The largest library features codes of free trading Expert Advisors, technical indicators and scripts. With the available applications you can trade in automated mode and analyze price dynamics. Use the library of codes to learn more about financial market sentiments. Download free applications, test them and run in your MetaTrader 4.

                          • 暮らし
                          • 2007/09/25 10:06
                          • MT4
                          • metatrader
                          • FX
                          • プログラム
                          • MQL4 Articles

                            14 users

                            www.mql5.com

                            Here you can find articles on MQL4 - programming language of trading strategies. Most of them are written by traders and active members of MQL5.community. For more convenience, all articles are grouped into several categories - Experts, Indicators, Trading Systems, etc. Watch out for new articles and discuss them on the Forum!

                            • テクノロジー
                            • 2007/01/06 13:00
                            • MQL4
                            • MT4
                            • FX
                            • プログラミング
                            • programming
                            • How to set up your Mac for Rails Development | Seaside

                              13 users

                              www.mql5.com

                              Hello, traders! I am Quantum Queen, the newest and a very powerful addition to the Quantum Family of Expert Advisors. My specialty? GOLD. Yes, I trade the XAUUSD pair with precision and confidence, bringing you unparalleled trading opportunities on the glittering gold market. I am here to prove that I am the most advanced Gold trading Expert Advisor ever created. IMPORTANT! After the purchase plea

                              • 暮らし
                              • 2006/12/09 11:21
                              • FX
                              • tool
                              • How to set up your Mac for Rails Development | Seaside

                                36 users

                                www.mql5.com

                                MetaQuotes has launched new MQL5.community information channels on Facebook, X.com (Twitter), and Telegram. These channels provide daily publications of relevant technical materials from the MQL5.com Articles and CodeBase sections. They are designed to promptly update developers on algorithmic

                                • 暮らし
                                • 2006/01/21 17:22
                                • ios
                                • iphone
                                • ndk
                                • iPhoneアプリ開発
                                • objective-c
                                • MQL5 forum: General

                                  4 users

                                  www.mql5.com

                                  On Friday, October 3, 2025, an updated version of the MetaTrader 5 desktop platform will be released. This release provides the following bug fixes: MQL5: Resolved an issue with the generation of implicit constructors and copy operators for structures and classes. In some cases, this could lead to MetaQuotes has once again demonstrated its leadership in creating innovative solutions for the financ

                                  • 暮らし
                                  • 2006/01/21 17:20
                                  • FX

                                  このページはまだ
                                  ブックマークされていません

                                  このページを最初にブックマークしてみませんか?

                                  『How to set up your Mac for Rails Development | Seaside』の新着エントリーを見る

                                  キーボードショートカット一覧

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

                                  • 総合
                                  • 一般
                                  • 世の中
                                  • 政治と経済
                                  • 暮らし
                                  • 学び
                                  • テクノロジー
                                  • エンタメ
                                  • アニメとゲーム
                                  • おもしろ
                                  • アプリ・拡張機能
                                  • 開発ブログ
                                  • ヘルプ
                                  • お問い合わせ
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について
                                  • ガイドライン
                                  • 利用規約
                                  • プライバシーポリシー
                                  • 利用者情報の外部送信について

                                  公式Twitter

                                  • 公式アカウント
                                  • ホットエントリー

                                  はてなのサービス

                                  • はてなブログ
                                  • はてなブログPro
                                  • 人力検索はてな
                                  • はてなブログ タグ
                                  • はてなニュース
                                  • ソレドコ
                                  • App Storeからダウンロード
                                  • Google Playで手に入れよう
                                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                                  設定を変更しましたx