python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Expert Advisor timefilter doesn't work (mql5)?
I can't figure out why my timefilter doesn't work. Let's say I would like to only enter to positions between 7:35-11:30 and 14:30-22:30 and I don't want to enter a position on Friday.
The time filter ...
qwerqwer
Votes: 0
Answers: 1
Metatrader 4/5 API for automation
Hello to all the community. Within the Metatrader platform, there is a way to create accounts once the desired broker has been selected. My problem arises when I want to automate this process from cod...
ldiaz997
Votes: 0
Answers: 1
numpy.core.multiarray failed to import when importing MetaTrader5
I tried to import MetaTrader5 as mt, but the following error is shown:
ImportError Traceback (most recent call last)
C:\\Users\\ESLAM\~1.SOB\\AppData\\Local\\Temp/ipykern...
Eslam Yehia
Votes: 0
Answers: 0
How to get weekly data on Python MetaTrader 5
I'm developing a script to get historical data. I'm trying to get weekly data but MetaTrader 5 is returning an empty dataframe. I'm using:
import MetaTrader5 as mt5
import pandas as pd
mt5.initialize...
OdiumPura
Votes: 0
Answers: 1