Description
Trading signals are great ways to discover new trading opportunities without doing the analysis yourself. By subscribing to TradeFab’s OANDA Telegram channel, you get access to various trading signals for a number of currency-pairs. Please see the details below in regard to what currency-pairs and timeframes are currently covered.
What you get
- Instant Access to TradeFab’s private Telegram channel with Forex OANDA signals ✔️
- One fix subscription price, which never increases for you ✔️
- Free strategy updates, new strategies, currency-pairs and timeframes ✔️
- Free lifetime updates ✔️
- Premium 24/7 Support via TradeFab’s Telegram cannel ✔️
- 7-day free testing ✔️
- Cancel anytime to the end of the subscription term ✔️
How it works
- Sign up to TradeFab’s private Telegram channel
- Receive an instant link to the private Telegram channel in the confirmation email
- Start trading
What does the Telegram channel provide?
The OANDA Telegram channels sends single notification on every new order for a certain strategy, currency-pair and timeframe.
The notification is format in JSON, which allows to read the content, but also process the content programatically.
Telegram channel snapshot:

FAQ
How do I gain access?
After finishing the order process you will receive a confirmation email, which does contain a link to the private Telegram channel, e.g. https://t.me/+JdHSkLdiUDhd. Please click on the link, or copy it into the browser window – the browser will typically ask you to either open Telegram in the browser or in the installed standalone app.
What is Telegram, a Telegram Channel?
Telegram is a cloud-based instant messaging service – similar to WhatsApp and WeChat – with a focus on speed, openness and security. It’s open source and encrypted end-to-end, meaning that all data sent and received via Telegram cannot be deciphered when intercepted by your ISP, network administrator or other third parties.
Telegram can be accessed via free apps on Windows PCs, MACs, iPhones, iPads and Androids.
A Telegram channel is a tool for broadcasting public messages to large audiences. In this case TradeFab’s trading bot sends trading signal notifications to the channel.
Telegram Notification Elements
Example notification:
{
'strategy': 'TFi22MmBb1.8',
'symbol': 'USDJPY',
'period': '5',
'cmd': 'order_post',
'size': 1000,
'size_t': 'size_t.fix_tgt',
'price': 115.500,
'sl_price': 115.300
}
Elements:
Element |
Description |
Status |
strategy |
Name and version of the underlying strategy. |
active |
symbol |
Symbol name. |
active |
period |
Strategy timeframe. Please check here for possible timeframes. |
active |
cmd |
Webserver command. Typically ‘order_post’ for new orders. |
active |
size |
Order size. |
active |
size_t |
Type description for the order ‘size’. Possible values are:
- ‘size_t.fix’ … fix number of shares to buy/sell, ignore current position
- ‘size_t.fix_tgt’ … number of shares to buy/sell depends on existing shares; target is to have as many shares as requested
- ‘size_t.pc_pos’ … size is a percentage of the current position; range [0..100]; used to reduce position size, examples: curr_pos=-200, ord_size=20% => buy 40 to reach new_pos=-160; curr_pos=200, ord_size=20% => sell 40 to reach new_pos= 160
- ‘size_t.pc_pos_tgt’ … size is percentage target position; range [0..100]; used to reduce position size, examples: curr_pos=-200, ord_size=20% => buy 160 to reach new_pos=-40; curr_pos=200, ord_size=20% => sell 160 to reach new_pos= 40
|
active |
price |
Current price. Only provided for open-a-new-position notifications. |
active |
sl_price |
Optional stop-loss price. Only provided for open-a-new-position notifications. |
active |
pt_price |
Optional profit-target price. Only provided for open-a-new-position notifications. |
active |
Reviews
There are no reviews yet.