• Информация
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.
3262
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
Добавил тему Запрос на исправление документации
Запрос на исправление документации Текущая документация для https://www.mql5.com/en/docs/standardlibrary/controls/cdialog/cdialogcaption имеет недопустимое имя функции. Смотрите прикрепленное изображение
Anthony Garot
Добавил тему Запрос функции для MT5: Возможность очистки элементов управления CComboBox и CSpinEdit
Это может быть так просто, как это:    void Clear ( void ) {m_edit.Text ( "" ); }
Anthony Garot
Добавил тему Запрос на исправление документации
Запрос исправления документации https://www.mql5.com/en/docs/standardlibrary/controls/ccombobox/ccomboboxselect Документация требует перегруженного метода для select (): string select ( void );
Anthony Garot
Добавил тему Запрос на исправление документации
Запрос на исправление документации https://www.mql5.com/en/docs/standardlibrary/controls/cappdialog/cappdialogdestroy Фактическая декларация: void CAppDialog :: Destroy ( const int reason)
Anthony Garot
Добавил тему Запрос функции для MT5: Включить ChartScreenShot () для сохранения в область FILE_COMMON
Документация показывает, что ChartScreenShot () сохраняет только каталог \ MQL5 \ Files \, а не \ MetaQuotes \ Terminal \ Common \ Files \. Было бы полезно также использовать атрибут FILE_COMMON, который доступен для функций файла. Дополнительная
Anthony Garot
Опубликовал код Optimal F for MQL5 (per Ralph Vince)
Библиотека рассчитывает оптимальное F на основе среднего геометрического. Ральф Винс писал: "В реальной торговле размер проигрышей и выигрышей будут постоянно меняться. Поэтому формулы Келли не могут дать нам правильное оптимальное 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