mt4pycon
mt4pycon copied to clipboard
The MT4 Python Connector
When running the script for the *first* time on a certain symbol and timeframe, the candle data will not be available in the MT4 terminal buffer, so the script will...
Would you guide and help with the following block code to get Libe tricks inside Python. ``` #---------------------------------------------------------- # ToDo #---------------------------------------------------------- #def getLiveTicks(): # Here be dragons # SymbolInfoTick #...
Here I leave a list of things yet needed to fix. - [ ] Fix (or check) default (pip) installation paths for the scripts - [ ] Fix *double run*...
Using the functionality of pushing ticks from one platform (e.g. MT4) to another (MT5), we can use the already built-in MT5 custom symbol feature as explained here: * https://www.mql5.com/en/articles/3540 But...
We'd like to make the usage of this very easy, so a good start is to include all the latest DLLs from the mtapi repo releases. In order to make...
* We should include the most recent mtapi EA for both MT4 and MT5 in this pip installer. * We should also add an EA with *debug* enabled so that...
Doing `pip install mt4pycon`, installs the scripts in the `c:\python38\scripts\` , and/or similar directories. This may not be ideal for this use case, and could easily cause script name conflicts...