forex Questions
1
Thank you all for your help so far. I have been coding many different strategies in pinescript so far, and I have read through pinescript manual and many google articles, but I am still confused as...
Misname asked 22/1, 2021 at 4:45
3
I moved to mql4 and mql5 programming language. But, MetaEditor is very noob to code with,
so I want to code mql4 language and compile with VS Code.
If you have any solution please share with us......
Apocalypse asked 10/2, 2022 at 6:7
9
I need solutions to get historical Forex data in Python.
For stocks it is easy:
import pandas as pd
import pandas_datareader as pdr
start = dt.date.today() - dt.timedelta(days=30)
end = dt.date.to...
1
If you don't know, an ex4 file is a file created in the MQL language (Auto trading robots).
There is a decompiler that can decompile old builds of this type of files, but after build 600 there is ...
2
Solved
The site http://openbook.etoro.com/#/main/ has an live feed what is generated by javascript via XHR keep-alive requests and getting answers from server as gzip compressed JSON string.
I want captu...
2
I am interested in writing a small automatic trader for the forex market. I would like to chose my own tools (platform and programming language) and I just need to find a decent API to query ...
Skelp asked 10/5, 2011 at 12:40
3
I need to get live forex exchange rates for my personal application. I know that there's no free service that has this data available for download. I've been using Yahoo Finance, but I've jus...
Twosided asked 26/7, 2010 at 13:7
1
© 2022 - 2024 — McMap. All rights reserved.