Given a specific market (EURUSD, GBPNZD, GBPUSD etc…) on daily Timeframe.
When it is midnight GMT
Then a private EA collects the OHLC (Open – High – Low – Close) from the previous day
And real-time predictions are performed on my server and saved as signals
Then Phoenix Cartel Predictor grabs the latest signals and place pending orders
CRYPTOS: BTCUSD, ETHUSD
MAJOR PAIRS: EURUSD, USDJPY, USDCHF, GBPUSD, USDCAD, AUDUSD, NZDUSD
COMMODITIES: XAUUSD, XAGUSD
EXOTIC PAIRS: AUDCAD,AUDCHF,AUDJPY,AUDNZD,AUDUSD,CHFJPY,EURAUD,EURCHF,EURGBP,EURJPY,GBPAUD,GBPJPY,EURNZD,USDSEK,GBPCHF,GBPNZD,NZDJPY,CADCHF,USDSGD
AUDSGD,CHFSGD,EURDKK,EURHKD,EURNOK,EURPLN,EURSGD,EURTRY,EURSEK,USDSEK,USDPLN,USDHKD,USDDKK,SGDJPY,SEKJPY,NOKSEK,NOKJPY,GBPSGD,EURSGD
1. Allow external urls in Metatrader, and add this one:
2. The setting “ALLOWED_CURRENCIES” allows you to specify the pairs you only want to trade
3. It is recommended you go for pairs with negative correlations, and never trade naked (one single trade)
4. TP and SL are configurable
5. You can specify min and max lots, the exact lots will be redistributed on each pair depending on ATR, so risks are managed
[spoiler title=”Read More…”]
6. an ATR formula value is added to the SL to cover risks
7. You can prevent any further trade when your account reached desired daily profit or loss
1. We predict the next High and place a sell pending order toward the predicted close price
2. We predict the next Low and place a buy pending order towards the predicted close price
3. This strategy doesn’t care about trends
I had three, linear regression, Arima and LSTM with six neurons. The second and third one gives better accuracy, around 97%, opposed to 78% for linear regression.
This EA can not be backtested due to its nature, for more details, please join the Telegram community
[/spoiler]