This is the FOREX ROBOT with python script.
- Run
sudo git clone git@github.com:Mehrshad-Sorena/ForexBot.git
- Install Metatrader5 from
https://www.metatrader5.com/en/download
Packages:
- Install below packages:
pip install pandas-ta
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
pip install -U scikit-learn
sudo snap install tqdm
pip install --upgrade mplfinance
sudo yum -y install progress
pip install schedule
pip install shapely==1.8.1.post1
pip install fitter
pip install lxml
For linux OS:
1.Install Wine.
2.Install Python for Windows on Linux.
3.Find the path to python.exe:
I installed on /home/user/.wine/drive_c/users/user/Local Settings/Application Data/Programs/Python/Python39
.
4.Install mt5 library on your Windows Python version:
pip install MetaTrader5
pip install --upgrade MetaTrader5
5.Install this package on your Linux Python version:
pip install mt5linux