This terminal is designed for ease of access for those who interested in implementing, analyzing and testing trading strategies instead of using the MQL5 language, so that it is possible to develop in the Visual Studio development environment.
• MetaTrader5
• VisualStudio & .Net8
• Download the .ex5 file from the link below:
• Add the .ex5 file to the metatrader experts folder.
Installexpert.mp4
• Enable the Allow DLL Import check box
• Enable the Allow Algo Trading
• Press the Algo Trading button so that it is as shown below.
• Clone the repo for testing from Url below
https://github.com/FintechProgramming/MetaTader5-Terminal
• open Solution “CloseTerminl”
• for run the app press F5
• The output is as a video below
testMetaTerminal.mp4
• In the FinancialStrategy class, in the LetsTrade method, you can write your own strategy.
• LetsTrade method is called in every data tick