Skip to content

Commit

Permalink
Create trading_strategies
Browse files Browse the repository at this point in the history
  • Loading branch information
Amar0628 authored Apr 13, 2021
1 parent f1c25c7 commit 1963ef8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions trading_strategies/trading_strategies
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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 1963ef8

Please sign in to comment.