quant analytics service: Checklist for live forex signal with MT4 EA MS Outlook and Python

Here is the combo checklist to get this running from my Quant Analytics service Here is the combo of what is recommended to use: Microsoft Outlook with MessageExport addin https://www.encryptomatic.com/messageexport/? Python 3 with the script receiveSignalCryptoFx2.py https://github.com/quantlabs/algo_trading_signal_with_email Metatrder 4 from a broker like Oanda. The Expert Advisor can be downloaded from the Quant Analytics service […]
Zoom meeting: MetaTrader 4 EA and crypto signals

As I roll out the live signals over the next few weeks, I am hoping to do talk about this. I will also have the source available on Guthub. You will be ask all your questions about this software with the new service of Quant Analytics. See all the links listed below to see the […]
Python source code walkthrough of received crypto forex signals with Metatrader 4 EA setup

Here is the next iteration of this Python script which handles both forex and crypto signaling. I have also put all functions into a separate class so it can handle multithreading better. I have also improved the dispatching of email which should reach your Outlook inbox within 30 seconds. It used to take 2 minutes […]