Payman / Publications
Codes
Save current chart to default template for MetaTrader 4
it saves the current chart to default template , it just helps to do it faster than a manual save. you can assign a hotkey for it. it has no confirmation and immediately saves the template, if you want it to save to a template other than default just edit the code and replace "default.tpl" to any
Forum
MT5 proxy settings does not work
theres a bug in mt5 that no proxy setting get applied , can you please solve it
How to setup trade copier on mql5 vps?
How can I use mql5 vps to copy trades? to my knowledge you can only run one account on mql5 vps server . What's good solution for this
how to calculate total amount deposited to the account?
hi , what function and id should i use to get total amount of deposits in the account
trying to count total number of closed trades
trying to count total number of trades closed. but it shows twice the number for each trade. one when it opens and one as it closes. anyone can help please? int TODAY_TRADES() { datetime CurentTime = TimeCurrent (); datetime PrevTime = iTime ( Symbol (), PERIOD_D1 , 0 ); HistorySelect
indicator causes laggy chart
#property strict enum EMyCapitalCalculation { FREEMARGIN = 2 , BALANCE = 4 , EQUITY = 8 , }; enum EMyRiskCalculation { ATR_POINTS = 3 , FIXED_POINTS = 9 , }; class CMyToolkit { protected : virtual void _Name() = NULL ; // A pure virtual function to make this class abstract public
mt5 android trade history bug
The newly incorporated trade history on chart seems to have bugs , trade lines have a infinite right ray. Added a screenshot
need help to modify this mt5 indicator a little bit
Hi coders ,can you please help me modify this code . The pip show indicator . It shows pips of open positions but it shows sum of them . I need it to show average amount of them . Currently if there is 2 positions open one at 10 pips and other one at 9 pips it shows 19 pips. I want it to show
plot trades history on mt5 mobile charts?
I have seen screenshot of aome having his trades ploted on mobile app mt5. Hiw is that possible? Is there any settings or its just possible on ios version
push notifications doesn't work
Today push notifications stopped working, im not receiving any notification on my mobile app. Iwant check it , Is it from mql side?! Because my setting hasn't changed
firefox problem with sending/editing on the forum
hi everyone , whenever I'm visiting the mql forum with firefox i have problems creating/editing posts! i cannot type properly sometimes and also if i try to edit a post it doesn't update , specifically in HTML form. is that a known problem with firefox
