指定
I am receiving paid telegram signals from different providers. I need to set a EA that give the user the flexibility to adjust/setup different layouts of messages . Once a signal is received the algorithm will have a different set of rules to place an order in MT5.
Requeriment to download Historic Telegram messages:
-Create a script where i can download historically : User provide a Range Dates (example 1-jan-2024 to 30-Apr-2024) from a specific channel in Telegram
Requeriment EA:
1. Have an initial configuration for automatic or semi-automatic (user must confirm) place orders in MT5.
a. What options do you suggest to do this automatic or semi-automatic configuration?
2. The user must upload in a table all the different types of messages that could be received in the telegram channels and the rules to be apply for each type of layout. This idea is to develop a flexible solution where the user could configure several layouts from different telegram channels.
Examples:
Telegram Channel | Signals | Asset/Type Order | Rule 1 | Rule 2 | Rule 3 |
XX1 | [15M] EURUSD – BUY Time: 7.46 pm | -EURUSD | If “Estocastico”= “No” FALSE (None event) | The orders will be placed at closing of 5min candle (i.e 7.40 pm or 7.45 pm or 7.50 pm) Buy | IF Rule 1 and Rule 2 are TRUE |
XX1 | [15M] EURUSD – BUY | -EURUSD | If “Estocastico”= “No” FALSE (None event) | The orders will be placed at closing of 5min candle (i.e 7.40 pm or 7.45 pm or 7.50 pm) Buy | IF Rule 1 and Rule 2 are TRUE |
XX1 | [1H] EURUSD – BUY | -EURUSD | If “Estocastico”= “No” FALSE (None event) | The orders will be placed at closing of 5min candle (i.e 7.40 pm or 7.45 pm or 7.50 pm) Buy | IF Rule 1 and Rule 2 are TRUE |
XX3 | XAU/USD |
|
|
- Current.price must be: If current.price < Buy Stop If current.price < Sell limit signal | IF Rule 1 and Rule 2 are TRUE |
XX5 | Zona Institucional Venta | - XAUUSD | If “Institucional” and “TP1” or “TP2” or “TP3” | TRUE | IF Rule 1 and Rule 2 are TRUE |
XX5 | Entrada Institucional Venta | - XAUUSD | If “Institucional” and “TP1” or “TP2” or “TP3” | TRUE | IF Rule 1 and Rule 2 are TRUE |
Whether the developer has experience in programming in these interfaces and suggests a more robust or more efficient solution will be a determining factor in the selection.