Skip to content

How to compile and backtest EA in Linux without using Docker? #296

Answered by kenorb
codeitlikemiley asked this question in Q&A
Discussion options

You must be logged in to vote

Backtesting

Yes, please check the steps at Backtesting in MT4 wiki page (Manual method). These steps should be very easy to follow. If something is not clear, please let me know.

Basically, you need to download already converted FXT/HST files into your platform folder, then run the test in MT4 platform as usual using a Strategy Tester (the easiest way). Or you can download CSV files on your own (e.g. from the FX-Data repos), and convert it using a convert_csv_to_mt.py Python script into FXT/HST formats (more advanced and time consuming method).

For Linux, all you need is wine command, install the platform (download from one of the broker's websites) and run it.

For macOS, check XM MT4 for…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kenorb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Question FAQ Frequently Asked Questions
2 participants
Converted from issue

This discussion was converted from issue #132 on September 20, 2021 17:27.