Skip to content

Latest commit

 

History

History
81 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

81 lines (24 loc) · 1.48 KB

MetaTader5-Terminal

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.

Requirements:

• MetaTrader5

• VisualStudio & .Net8

Setup instruction:

• Download the .ex5 file from the link below:

https://github.com/FintechProgramming/MetaTader5-Terminal/tree/master/ConsoleTerminal/Expert

• Add the .ex5 file to the metatrader experts folder.

Installexpert.mp4

• Enable the Allow DLL Import check box image

• Enable the Allow Algo Trading image

• Press the Algo Trading button so that it is as shown below. image

• 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