taton69737 / Profile
taton69737
Added topic Why I'm getting none while calling copy_rates_range function in metatrader 5 in python?
I want to fetch the 5 minute timeframe ohlc date between two specified date. And here is my code in python below_ from datetime import datetime from datetime import date import MetaTrader5 as mt5 import pandas as pd import pytz from tqdm import tqdm
: