Algo Forge vs Code Base - page 2

 
Vladislav Boyko #:

If you think MQ developed Algo Forge from scratch, you are wrong. The probability of bugs is about the same as on GitHub

The problem here is that they patched GitHub logic for their own purposes (for "the sake of simplicity" and to mimic the previous system, but with terminology which will confuse people familiar with GitHub or reading GitHub docs).

Форум по трейдингу, автоматическим торговым системам и тестированию торговых стратегий

Новая версия платформы MetaTrader 5 build 5100: Переход на Git и хаб разработчиков MQL5 Algo Forge, темная тема и улучшения интерфейса

Alain Verleyen, 2025.05.31 04:44

Renat Fatkhullin # :

Git Push is almost never needed in normal circumstances, as there is usually no work for it. It is left in case of failure to push (due to error, force majeure, etc.) commits.

The main tool is Git Commit, which essentially does Add Modified + Commit + Push .

So there is no way to commit only locally? Commit in MetaEditor automatically sends a push, unlike the standard Git operation?

Also there are 2 ways of working with the forge - via web-site (a clone to GitHub) and ME (external tools from the point of view of the original GitHub) - they appear to have inconsistencies so far.

And the last but not the list, the forge is not compatible with other GitHub clients.