Coder Social home page Coder Social logo

averaging-master's Introduction

これは何か

MetaTrader4用のExpert Advisor(FXやCFDの自動売買プログラム)。損失許容上限までナンピン(最大4回)で頑張るEA

【注意】 このプログラムの使用は自己責任でお願いします。使用者が被るいかなる不利益に対しても当方は一切の責任を負いません。

ライセンス

Copyright 2018, Teruhiko Kusunoki

Released under the MIT license
https://opensource.org/licenses/mit-license.php

アイデア

  • 実はエントリーのタイミングや方向は大した問題ではないのでは?
  • 以下の方針で利益が出せるのでは?
    • フラフラと方向感の無い時間帯
    • 比較的大きなロットで
    • 小さな値幅を狙い
    • 逆行すればナンピン(ただし損失許容上限は有り)

ステータス

開発中
まだ作り始めたとろなので、後述の極々単純なロジックを実装しただけ。 少なくとも以下の3つは今後実装する必要があるだろうなぁと思っている。

  • いつエントリーするのかを決めるロジック
  • 利確ターゲットに届かなさそうなポジションを手仕舞う場合のロジック
  • 損失上限に達するまでに手仕舞う場合のロジック

プルリクをお待ちしておりますヽ(=´▽`=)ノ

ロジック

時間枠

  • EUR/USD 15分足

エントリー

  • 火曜〜金曜の日本時間朝6時にエントリー
  • 4時間足の6MAの向きに沿って(上昇ならBUY、下落ならSELL)
  • ロット数 = 口座残高 x 0.00000035
  • 逆行した場合はATR(3)x3ドル毎にナンピン
    • ロット数 = 有効証拠金 x 0.00000035
    • ナンピンは最大4

決済

  • 総含み益が口座残高の0.25%以上で利確
  • 総含み損が口座残高の10%以上で損切り
  • 日本時間17時には強制クローズ

バックテスト結果

2003年6月1日〜2018年3月30日 AveragingMaster_2003-2018_20170401
バックテスト結果の詳細

averaging-master's People

Contributors

terukusu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.