Telegram Forwarder pro
You can forward trade/order signals to the Telegram messenger app via a telegram BOT. It can also forward indicator alerts to Telegram.
$69.00 Original price was: $69.00.$59.00Current price is: $59.00.
Out of stock
After your payment contact ziwoxsupport to prosses the licenced Instructions and get your EA
You can forward trade/order signal to the Telegram messenger app via a telegram BOT. It can also forward indicators alert to Telegram. This utility is able to forward signal for all type of trade activities such as “new order”, “order modify”, “pending order”, “order close”, “TP/SL hit”, and “Expiration” to any telegram ID, group or channel.
In promotion price is 69$ and after that, the price will return to the normal price of 79$.
Please add a review and give five stars. It will help me to provide you an updated and improved version.
Features:
- detect new order and order modification to send a relevant signal
- detect closed orders and it’s reason such as TP/SL hit, manual close or pending expiration
- calculate profit or loss amount in pips or currency amount
- send screen-shot of traded symbol
- daily message send in a specific hour
- trade reports generate and send in customized day interval basis
- organize signal numbering
- customize format of signal messages and trading report
Inputs:
- forward message to Telegram (Enable/Disable)
- Telegram Destination ID, (individual, group, or channel id)
- Telegram Token (Access token to telegram API)
- send chart screen (Enable/Disable and resolution setting)
- chart screen timeframe
- Channel label or screen shot label, imprinted in screen shot
- load a template for screenshot
- skip old orders (Enable/Disable)
- send hour of daily message
- interval in days to send trades report
- message format of trades report which will be sent in periodic basis
- show profit in pips (or amount of account base currency)
- pipe line to indicators (Enable/Disable)
- pipe line name to indicators, it’s name for pipe line to supported indicator that want to use this EA to forward alerts to Telegram
- ignore pipeline’s old messages (seconds)
- Magic (identification) number of orders
How to config Metatrader terminal to work with Telegram
- Press Ctrl-O and select “Expert Advisors” tab
- Check “Allow WebRequest for listed URLs”
- Add https://api.telegram.org to the URL list
How to make telegram BOT to forward message
- In your telegram messenger search for “BotFather”.
- Write /start to begin interactive communication with Bot Father.
- Select or write /newbot to create a bot
- Call your bot with a name
- Assign a profile picture for your bot
- Write down your given API token and put it in input fields
- Create a channel or group and invite your audience
- Add your bot (with name) in member of channel/group as an admin
- Send your first message to the channel/group and write “This is Telegram Forwarder”
- Open the following URL in your browser: https://api.telegram.org/bot/getUpdates
- Look for “chat”:{“id”: to find a large negative number. This is your group or channel ID
- Write down the chat ID and put it into the input field
Formatting:
Ten types of different customized formatting are available for a different type of signals
- New Signal
- SL modification
- TP modification
- SL/TP modification
- Pending orders modification
- Pending order activation
- Close, TP hit
- Close, SL hit
- Pending expiration
- Order close
In formatting input fields you can write everything you like and you can use a specific identifier that Telegram Forwarder distinguish it and replace it with relevant value. These identifiers are according to following list
IDENTIFIERS LIST | |
---|---|
$signumber | signal number |
$N | new line |
$ordertype | |
$symbol | |
$openprice | |
$opentime | |
$closetime | |
$expiration | |
$takeprofit | |
$stoploss | |
$pre_takeprofit | previous TP value |
$pre_stoploss | previous SL value |
$loss | loss amount of closed order |
$pre_openprice | previous pending price |
$profit | profit amount of closed order |
You can also use following identifiers in periodic messages.
IDENTIFIERS LIST | |
---|---|
$NOO | number of orders |
$NOPO | number of profited orders |
$NOLO | number of loss orders |
$TPA | total profit amount |
$TLA | total loss amount |
$ProFac | profit factor |
$TPP | total profit in pips |
$TLP | total loss in pips |
$PipFac | pip factor (profit pips/ loss pips) |
$NP | amount of net profit |
$AB | account balance |