Тёмный

How to use MT4/MT5 Python API to get Financial Data [FREE]💹 

Financial Programming with Ritvik, CFA
Подписаться 41 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 95   
@AnIndianPassenger
@AnIndianPassenger Год назад
Hi Ritvik, I started learning python recently and luckily got your channel on RU-vid , it’s really interesting. Now I decided to build a full pledged screener application for Indian stocks with historical data and custom analytics and portfolio management application to track own investments and predict future growth on investments. Can you please help me in suggesting which all API’s are more accurate and free of cost to get Indian market data ? (I need historical stock prices and fundamentals) Is python alone is enough to make enterprise level web applications ? Please answer me. Thank you!
@FinancialProgrammingwithRitvik
Please write to me at fpritvik@gmail.com
@syedaawaizashraf6104
@syedaawaizashraf6104 Год назад
I also had kind of a similar idea in mind. But struggling finding a free API to get Indian stock's historical data and fundamentals. Any suggestions would be appreciated
@miguelsantana8435
@miguelsantana8435 4 месяца назад
The beatboxing is what got me to subscribe! NICE!!!!!
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 3 месяца назад
Haha, Thanks :)
@lichabida7881
@lichabida7881 8 месяцев назад
Error while install metatrader5 ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none) ERROR: No matching distribution found for MetaTrader5
@jodhvirsingh8677
@jodhvirsingh8677 Год назад
Hey ritvik..can you make a video regarding fetching data for Indian stocks..nse python has stopped working I guess..thnx
@FinancialProgrammingwithRitvik
Yes, I have it in my high priority list.
@AfekShusterman-x3f
@AfekShusterman-x3f 9 месяцев назад
great playlist - super super effective
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 9 месяцев назад
Glad you think so!
@aleemmohammad3214
@aleemmohammad3214 11 месяцев назад
I give like for mic test. Thank you!
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 11 месяцев назад
Awesome, thank you!
@globalfinancetrading
@globalfinancetrading 10 месяцев назад
Hi, this was a great series and helped me put together my python trade copier video (on my channel). I am now working on a way to select and modify MT5 positions with python however there aren't many videos on the topic. If you are short on ideas for a video topic, this would be greatly helpful!
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
Noted!
@antonyvibin3274
@antonyvibin3274 6 месяцев назад
I am looking for the same bro. Any idea so far?
@dartsandlapels
@dartsandlapels 10 месяцев назад
Couldnt install MT5 package both on my google colab notebook or jupyter notebook. Which version of python is it supporting?
@carters6138
@carters6138 Год назад
Ty❤ sir for making video on this topic...🎉🎉🎉🎉🎉
@FinancialProgrammingwithRitvik
Most welcome 😊
@freenrg888
@freenrg888 10 месяцев назад
OK, but the question is: Can you do all this on a Linux VPS? I think the library is only for Windows, right? So you have to pay double for a Windows VPS.
@Cavz001
@Cavz001 11 месяцев назад
Hello sir, concerning the price data being imported, will it be data from my broker or the MT4/5 platform itself?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 11 месяцев назад
Broker
@didiosn
@didiosn 23 дня назад
A playlist, will be really helpful 'cause we are so lost in you videos. 😢
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 23 дня назад
Noted!
@MaxJoy-go3vt
@MaxJoy-go3vt 10 месяцев назад
Hi Ritvik, Can get real-time prices with MT5 without any delays?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
It depends more on the broker you are using than MT5.
@mftradingvn
@mftradingvn 10 месяцев назад
Can you create a video tutorial on how to connect Python with Metatrader4?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
Noted!
@mftradingvn
@mftradingvn 10 месяцев назад
Thank you so much. Hope it's soon. @@FinancialProgrammingwithRitvik
@samuelnihoul3159
@samuelnihoul3159 4 месяца назад
Why is copy_rates_range so flimsy and how to go about it? 70% of the time it yields no or little data.
@waqarshah8360
@waqarshah8360 Год назад
Sir can u make a video on Fetching option chain data from alice blue api using python scrip.
@FinancialProgrammingwithRitvik
Noted!
@waqarshah8360
@waqarshah8360 Год назад
@@FinancialProgrammingwithRitvik Thanku for ur response sir Also want to know your opinion that which broker provide best live data feed.
@HafizBehroz
@HafizBehroz 11 месяцев назад
bro. i am trying to connect a broker mt5 for feeding data to websites like open and close trades . graph of profit and loss etc. my broker gave me web api password but i am not understanding where to get this api of mt5. i created website in mysql
@veic
@veic 6 месяцев назад
that's a good intro... staying all the way just for that :)
@veic
@veic 6 месяцев назад
btw... will this work for MT4? because my broker only has mt4
@enzolarosa4148
@enzolarosa4148 6 месяцев назад
Hi I'm getting mad in finding the right way to calculate the POC as the SVP session volume profile maybe you are the right person to reveal the arcane? hope so.
@bafna007
@bafna007 Год назад
Hi Ritvik, Is it possible to use MT5 python API with out having MT5 terminal software on the same machine?
@FinancialProgrammingwithRitvik
No, the API is just a Python wrapper build on the top of MT5 Terminal. You would need to keep it open to use it.
@sahil_parmar
@sahil_parmar 10 месяцев назад
Hey is it possible to trade in more than one accounts at one time using python mt5 ?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
Yes, We would need more than 1 Python terminals then.
@sahil_parmar
@sahil_parmar 10 месяцев назад
@@FinancialProgrammingwithRitvik are you sure because I tried that and once I start trading in another terminal it stops trading in first account.
@Jai4Jon
@Jai4Jon Год назад
I have been trying to create a dataframe of the close price from the Forex symbols in mt5. I hope you can create a tutorial on that.
@FinancialProgrammingwithRitvik
Thanks for the suggestion!
@Jai4Jon
@Jai4Jon Год назад
I hope you can do it for the all Forex pairs not just one symbol going back 30 days. @@FinancialProgrammingwithRitvik
@SMCGPRA
@SMCGPRA 10 месяцев назад
Can you show in this how to get alerts for ema 9 21 crossover
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
Noted! I will try to cover it in my upcoming videos.
@SMCGPRA
@SMCGPRA 10 месяцев назад
@@FinancialProgrammingwithRitvik for India stock market pls
@Aku1985Khera
@Aku1985Khera Год назад
Hi Mate, can you make tutorial on any pattern recognition such as M or W ?
@FinancialProgrammingwithRitvik
Noted!
@deltaairsystems6066
@deltaairsystems6066 Месяц назад
thank you
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik Месяц назад
My pleasure :)
@Soccer1987
@Soccer1987 8 месяцев назад
Great work ritvit, thanks alot for your generosity,well am a new bee in python and finance coding, but I'm trying to work on a project and I need your guidance in private if possible please?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 8 месяцев назад
Thanks for your kind words. For freelance inquiries, please reach out to my team at fpritvik@gmail.com
@me.mdhamim
@me.mdhamim 5 месяцев назад
Could make it work for mt4.
@gopishettyGaurav
@gopishettyGaurav 9 месяцев назад
How to get server name of different brokers? Lets say the broker is gomarkets pty how to get server name and does login become email id?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 9 месяцев назад
You will have to follow the documentation of the broker. Every broker has a different way of authentication.
@Kasra-ti7pq
@Kasra-ti7pq 7 месяцев назад
I tried to use MT4 terminal as path while initialize, but I get this error: "Pipe server didn't answer in 60 sec". Leaving the path blank automatically opens MT5 which can't log in using MT4 servers. what am I doing wrong?
@alexanderdiazquintana3313
@alexanderdiazquintana3313 Месяц назад
Sorry but python mt4...isnt optimized like python mt5......if u want something like mt4 & py...maybe i with darwinex......darwinex is an expert aadviser u Must run in ur mt4 in any chart, it saves in .txt the info that u need....then....with python this info is reading sec by sec.....but u must call it every command in python...and darwinex Will do it..int mq4....
@anushakanigiri9512
@anushakanigiri9512 5 месяцев назад
how to do for MT4, same way i followed for MT4 but it was not working
@Dnewberryful
@Dnewberryful Месяц назад
this is great stuff is it possible to import data into mt4. i want to pull futures data from mt5 and use an indicator that i have but only works in mt4.
@alexanderdiazquintana3313
@alexanderdiazquintana3313 Месяц назад
U may use indicator from vectorbt in python....and other newer is tradingview tecnicalindicators 4 python...is newest.....now tradingview allow it's indicators & tools in python
@gabria3demonpace527
@gabria3demonpace527 4 месяца назад
for MT4?
@mohammedMusabKhan
@mohammedMusabKhan 11 месяцев назад
mt.initialize() is returing false
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
Login as well.
@javadghasemi3079
@javadghasemi3079 5 месяцев назад
great thank you
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 5 месяцев назад
Welcome 😊
@KiranKumar-qx1pu
@KiranKumar-qx1pu 5 месяцев назад
is there any way making it work on Ubuntu?
@anghungnguyen4973
@anghungnguyen4973 7 месяцев назад
I subscibe because of the beatbox intro 🤣
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 7 месяцев назад
haha, thanks... I hope you liked the rest of the video as well ;)
@romanvolovyk968
@romanvolovyk968 9 месяцев назад
Is it free to use this api?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 9 месяцев назад
Yes, MT5 Python package is free.
@enesjourney
@enesjourney 11 месяцев назад
Is it the same for mt 4 too?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 11 месяцев назад
Yes, it is the same. Regards,
@enesjourney
@enesjourney 11 месяцев назад
@@FinancialProgrammingwithRitvik but I couldn’t connected with mt4, should i do extra something?
@yazilimciiiadam
@yazilimciiiadam 11 месяцев назад
I tried “import MetaTrader5” for connect mt4 account it did not work. Should i do extra? @FinancialProgrammingwithRitvik
@lakshit6429
@lakshit6429 7 месяцев назад
Are you able to connect?
@enesjourney
@enesjourney 7 месяцев назад
@@lakshit6429 Unfortunately no
@rosehawkfire
@rosehawkfire 9 месяцев назад
Please how can I use MT4
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 9 месяцев назад
You can use it the same way.
@Kasra-ti7pq
@Kasra-ti7pq 7 месяцев назад
@@FinancialProgrammingwithRitvik I tried to use MT4 terminal as path while initialize, but I get this error: "Pipe server didn't answer in 60 sec". Leaving the path blank automatically opens MT5 which can't log in using MT4 servers. what am I doing wrong?
@magicpotato9635
@magicpotato9635 10 месяцев назад
how do i get jupyter ?
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
You will need to download Anaconda for it.
@carlcalder-yt4mz
@carlcalder-yt4mz 3 месяца назад
Is it possibe to use some other opensource APi for MT5 as i wnat to run a connecton from an embedded system with no OS.
@vikashgupta3005
@vikashgupta3005 5 месяцев назад
Hi Sir , can i achieve it in c# or c++ . Can you please suggest me supported library for the same ? I want to do place order from my application which is build on cpp and c#
@asyon5410
@asyon5410 10 месяцев назад
how to use this on MT4
@FinancialProgrammingwithRitvik
@FinancialProgrammingwithRitvik 10 месяцев назад
The process is the same.
@asyon5410
@asyon5410 10 месяцев назад
yes but for the api, i don't find
@HiDMadMad
@HiDMadMad 2 месяца назад
❤‍🔥
@grimboss417
@grimboss417 4 месяца назад
OR SOMETHING ELSE???????????????????
@PolankiVishnuVardhan
@PolankiVishnuVardhan 7 месяцев назад
Recently i watched your its super effective to me , but the while install MetaTrader5 it's not install error was occurs every time : Vs_Python % pip install MetaTrader5 ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none) ERROR: No matching distribution found for MetaTrader5 Will you Resolve the problem why its like that happening . @FinancialProgrammingwithRitvik
@thesnowhillguy
@thesnowhillguy День назад
mt.initialize() sending FAIL
Далее
А вы играли в school boy runaway?
00:30
Просмотров 149 тыс.
Beatrise (пародия) Stromae - Alors on danse
00:44
Новая BMW 5 провал за 10 млн! ИЛИ?..
32:07
Help Me Celebrate! 😍🙏
00:35
Просмотров 13 млн
A Machine Learning Stock Trading Strategy Using Python
26:18
Is AI Replacing Software Engineering?
16:09
Просмотров 43 тыс.
How To Build A Trading Bot In Python
18:46
Просмотров 772 тыс.
А вы играли в school boy runaway?
00:30
Просмотров 149 тыс.