Designed to work best with Decision Support System developed inside Lazy Trading Project
https://vladdsm.github.io/myblog_attempt/topics/lazy%20trading/
Various Expert Advisors that will record financial data from the asset to MT4 Sandbox. Data will be then separately analyzed to build models or used for price change prediction.
Add these User Environmental Variables:
PATH_T2_E - path to Development Terminal MT4, folder *\MQL4\Experts PATH_T1_E, PATH_T3_E, etc - paths to the Terminals where all other terminals are located PATH_DSS_Repo - path to the folder where this repository is stored on the local computer
Expert Advisor able to automatically collect indicators values for 28 major currency pairs.
Pairs = c("EURUSD", "GBPUSD", "AUDUSD", "NZDUSD", "USDCAD", "USDCHF", "USDJPY", "EURGBP", "EURJPY", "EURCHF", "EURNZD", "EURCAD", "EURAUD", "GBPAUD", "GBPCAD", "GBPCHF", "GBPJPY", "GBPNZD", "AUDCAD", "AUDCHF", "AUDJPY", "AUDNZD", "CADJPY", "CHFJPY", "NZDJPY", "NZDCAD", "NZDCHF", "CADCHF")
Improved code using nested for loops and strings arrays (contributed by @MiguelDaCosta)
Expert Advisor able to automatically collect close price of the #TeslaMotor stock price
Expert Advisor collecting several indicator data to build Deep Learning regression models:
- Several indicators
- Each Pair has it's own output
This content is a result of a lot of dedication and time. Please support this project by joining these courses using referral links published here: https://vladdsm.github.io/myblog_attempt/topics/topics-my-promotions.html
Use on your own risk: past performance is no guarantee of the future results!