• Information
5+ Jahre
Erfahrung
3
Produkte
21
Demoversionen
0
Jobs
0
Signale
0
Abonnenten
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
Hat den Code Rapid Doji EA veröffentlicht
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.
3262
Anthony Garot Hat ein Produkt angeboten

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
Hat den Code Optimal F für MQL5 (nach Ralph Vince) veröffentlicht
Dies berechnet den Wert Optimal-f unter Verwendung des geometrischen Mittelwerts. Ralph Vince: "Im Handel können wir darauf zählen, dass unsere Gewinne für unterschiedliche Beträge und unsere Verluste für unterschiedliche Beträge sind. Deshalb konnten die Kelly-Formeln uns nicht das richtige Optimal-f liefern." Also, mit Hilfe seiner Gleichung(en), habe ich diese Bibliothek für die geometrische Mittelwertversion von Optimal-f erstellt.
Anthony Garot Hat ein Produkt angeboten
Bewertungen: 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 Hat ein Produkt angeboten

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
Hat sich auf MQL5.community registriert