Anthony Garot
Anthony Garot
5 (2)
  • Informações
5+ anos
experiência
3
produtos
21
versão demo
0
trabalhos
0
sinais
0
assinantes
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
Publicado o código 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.
3262
Anthony Garot Produto publicado

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
Publicado o código Optimal F para MQL5 (por Ralph Vince)
Calculo do valor Optimal f usando a Média Geometrica. Por Ralph Vince, "No trading, podemos contar com nossas vitórias e nossas perdas por quantias variadas. Portanto, as fórmulas de Kelly não poderiam nos fornecer o optimal f ideal." Então, usando as suas equações, eu criei esta biblioteca para a versão do do Optimal F usando a Média Geométrica.
Anthony Garot Produto publicado
Comentário: 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 Produto publicado

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
Registrado no site MQL5.community