指定
The EA should cover following functions:
- Read trading signal messages posted in specific telegram channels
- Telegram channel should be selectable in EA or changed in source code
- Signal pattern should be customizable in EA or in source code to match the format selected channel (as different channel use different format to post their signals and how they are formatted including naming of eg. TP or Take Profit.... -> define String to find Takeprofit)
- Order parameter like Pair, Buy/Sell, TP, SL, entry price/immediate execution should be respected according to the signal
- Management/updating trades according signal, eg. change of SL for a certain order
- Closing of specific order if singal in channel is accordingly
- Possibility to use own TP, SL (especially if no TP and SL is set in signal)
- Lot size setting or risk setting to define order size
Souce code needed.
Further details to be discussed.