forked from mkhushi/MQL5-Python-Backtesting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# MQL5-Python-Backtesting | ||
MQL5 based backtesting using python | ||
|
||
|
||
Trading strategies send the buy, sell or hold signal to MQL5 | ||
Based on the signal Metatrader 5 perform the trading | ||
|
||
How to run the Strategies: | ||
1. open main_decisionmaker.py and import the trading strategy which is intended to run | ||
2. Update the strategy and the signal line | ||
3. Start the backtesting in Metatrader 5 | ||
4. Copy the python files along with the strategy folder(trading_strategies) into Metatrader 5 testing/files folder | ||
5. copy other python files - main_decisionmaker.py, output.py and actionWriter.py | ||
6. run main_decisionmaker.py |