Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar0628 authored Apr 13, 2021
1 parent 1963ef8 commit b11c61f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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

0 comments on commit b11c61f

Please sign in to comment.