Message Specifications:
Allows you to indicate all the custom message specifications & variables* for the Order Open, Modify, Close in profit (lose) and partial close.
- {Ticket}
- {BuySell}
- {Symbol}
- {OrderLots}
- {OpenPrice}
- {TakeProfit}
- {StopLoss}
- {ClosingPrice}
- {ClosedLots}
- {Profit}
- {Pips}
- {Swap}
- {Commission}
- {Comment}
- {Magic}
- {br} — this code is for adding a linebreak
Use emoticons from the codes in this page: http://unicode.org/emoji/charts/full-emoji-list.html.
For example, if you specify {U+1F600}, you will get 😀
You can try any of these ideas:
* To announce a signal, you can use bow and arrow {U+1F3F9} to get 🏹
* If a trade is profitable, you an use money bag {U+1F3F9} to get 💰 or you can use money-mouth face {U+1F911} to get 🤑
* If a trade is unprofitable, you can use crying face {U+1F622} to get 😢
* If a USD trade is profitable, you can use dollar banknote {U+1F4B5} to get 💵
* If a YEN trade is profitable, you can use yen banknote {U+1F4B4} to get 💴
* If a trade is modified, you can can use the gear icon {U+2699} to get ⚙
The link above gives you over 1800 emoticons to jazz up your trade actions and reports.
New Order opened # {Ticket}{br} {Symbol} {BuySell} {OrderLots} lots{br}@ {OpenPrice},{br}TP @ {TakeProfit},{br}SL @ {StopLoss}
would look like this in telegram:
Order modify # {Ticket}{br}{Symbol} {BuySell}{br}TP @ {TakeProfit},{br}SL @ {StopLoss}
would look like this in telegram:
Closing # {Ticket}{br}{BuySell} {OrderLots} lots {Symbol}{br}@ {ClosingPrice}, Profit: {Profit} {U+1F4B0} {U+1F4B0}{U+1F4B0}
would look like this in telegram:
note: {U+1F4B0} is the symbol for money bag, and it needed to be placed 3 times within parenthesis to represent the 3 money bags.
Closing # {Ticket}{br}{BuySell} {OrderLots} lots {Symbol}{br}@ {ClosingPrice}, Profit: {Profit}
would look like this in telegram:
vspMsgSpfPcls — Allows you to customize the Partially Closed Order message. For example, the following specifications:
Partially closed {Symbol} {BuySell} closed Lots {ClosedLots} from {OrderLots}
would look like this in telegram:
Report Specifications:
| |
---|
Alows you to indicate all the custom report specifications & variables* for Open Trades, Today/Yesterday’s Report, Week and Month Report.
Trade Report Variables:
- {StartDate}
- {EndDate}
- {Profit}
- {Pips}
- {TotPft}
- {TotPip}
- {br} — this code is for adding a linebreak
** Plus you can use emoticons from the codes in this page: http://unicode.org/emoji/charts/full-emoji-list.html. For example, if you specify {U+1F600}, you will get 😀
Open Trades Report:
would look like this in telegram:
Today’s / Yesterday’s Report:
- Today’s /Yesterday’s Report Header —
*Day Report {StartDate}*{br}
- Today’s /Yesterday’s Report Detail —
*{Symbol}* Profit:{Profit}|Pips:{Pips}
- Today’s / Yesterday’s Report Footer —
{br}Total Profit: {TotPft}, Total Pips: {TotPip} {U+1F4B8}
would look like this in telegram [for Today’s Report]:
Week’s Report
- Week’s Report Header —
*Week Report {StartDate} – {EndDate}*{br}
- Week’s Report Detail —
*{Symbol}* Profit:{Profit} Pips:{Pips}
- Week’s Report Footer —
{br}Total Profit: {TotPft}, Total Pips: {TotPip} {U+1F4B8}
would look like this in telegram [for last Week’s Report]:
Month’s Report
would look like this in telegram [for last Month’s Report]:
Chart Screenshot:
Allows you to indicate if screenshots will be sent at open, modify, or close; at what width and height in pixels; what chart background image will be included; and what symbols, comments, magic, timeframe, and template will be tagged with these screenshots.
If Send Chart at Open = true, then this is the telegram message you would see:
Chart Background Image (*bmp)(in folder MQL4Images) — allows you to add an image to your background chart. For example, suppose I put my logo, AlgoSam50.bmp (dimensions, 50×50) into the MQL4Images folder; then I would have to indicate Chart Background Image = AlgoSam50.bmp. And the resulting image would be thus:
Specification Symb|Magic|TF|Template – *|*|*|H1|Default.
Here you have 5 slots to specify the symbol | magic | timeframe | template configuration for the screenshot. The * indicates that it will pick up the default element for that particular slot. For example, * in the symbol slot means that it presents default the symbol that was opened.
For example, this is a what a fully shown panel (all columns present):