• 情報
5+ 年
経験
3
製品
21
デモバージョン
0
ジョブ
0
シグナル
0
購読者
My personal website has various trading products—most are free.
https://www.garot.com/trading/

I've started an MQL5 tutorial to build a working strategy using MT5 from scratch.
https://www.garot.com/trading/videos.php

MQL5 only—I do not use MQL4.

I prefer Geany to MetaEditor.

I don't accept friend requests unless I recognize you as being a contributor in the forum. :-|
Anthony Garot
パブリッシュされたコードRapid Doji EA
The Rapid Doji EA is a fully functional MetaTrader 5 Expert Advisor that uses pending orders (one BUY and one STOP) around each Doji candlestick on the Daily (PERIOD_D1) time frame. This is a great introduction to how to build a simple, profitable EA. You can watch, step-by-step, how this EA was built via YouTube videos. See the link in the code for details.
3263
Anthony Garot パブリッシュされたプロダクト

This Utility tells you the volatility of any symbol for any of the major time frames. As trades occur, the volume increases for each period. When each period ends, the bucket is reset to 0. Volumes are sorted from largest to smallest within each shown period. Click any symbol to highlight that symbol in all period columns. Volume information is specific to transactions placed at your broker. To test in the Tester, set the following: EURUSD,M1,1 minute OHLC 2018.01.01 to 2018.01.02 (a day’s worth

Anthony Garot
パブリッシュされたコードMQL5のオプティマルF (Per Ralph Vince)
幾何学的平均を使用して最適な f を計算します。 Per Ralph Vince曰く、 "トレードでは量を変化させることで勝ち、同様に量を変化させることで負ける。" したがって、ケリー式では、正しい最適な f. を与えることができませんでした。 "よって、彼の方程式を使用して、オプティマルf. の幾何学的平均バージョンのためにこのライブラリを作成しました。
Anthony Garot パブリッシュされたプロダクト
レビュー: 2
FREE

Introduction MT5 ships with the Envelopes indicator. This indicator allows you to create equidistant bands from a moving average by specifying a “deviation.” Unfortunately, the deviation is an arbitrary number. You might determine that 0.220 works well to contain 95% of close prices for USDCHF,H1, but when you change the period to H4, most of the bars are now outside the bands. So, I created this self-tuning indicator. Instead of specifying a percent “deviation,” you specify the percent of bars

Anthony Garot パブリッシュされたプロダクト

30.00 USD

This indicator shows the narrowest bar within the past seven bars, which is known as NR7 in the literature. It will also show the NR4 bar. The range is variable; thus, you can show any two ranges, e.g. NR7/NR4, NR11/NR6, etc. For the description of this indicator, I will continue to use the default of seven (7) and four (4). If an NR7 bar also happens to be an Inside Bar, it gives a stronger signal. Thus NR7IB are denoted in another color. Sometimes this is known as NR7ID (for Inside Day). I

Anthony Garot
MQL5.communityに登録されました