Irwan Adnan
Irwan Adnan
4 (1)
  • Information
10+ years
experience
1
products
8
demo versions
0
jobs
0
signals
0
subscribers
Irwan Adnan Published product
Reviews: 1
FREE

This indicator shows drawdown based on highest equity. Usually drawdown is used to show performance of a trading account especially when someone participate in a trading contest. If drawdown  exceed a determined number, the contest account will be disqualified. So, I hope, this indicator will warn us in maintaining the drawdown and the account still be saved

Irwan Adnan
Published code Plot MQL signal
This script plots MQL signal history on a MetaTrader 4 chart.
· 1 13759 1606
Irwan Adnan
Irwan Adnan
passed my signal on first week with 59% gain.

https://www.mql5.com/en/signals/128127
Irwan Adnan
Added topic MKLINK with more than 1 MT4 (also MT5)
I link MQL4 folder to each MT4 with MKLINK command so I can edit indicator/EA/script only once for all MT4. That can also be done with templates directory. But I can not make indicators/EAs/scripts to be put in favorites menu (in navigator) only once
Irwan Adnan
Published code Setting Chart
Setting multiple charts at one click.
Irwan Adnan
Added topic how to make a variable in EA which is only affected for each symbol (chart)
What I mean is if we attached the EA to many charts, calculation of the variable (say "myvar") of one chart does not related to the calculation myvar in another charts.  for exmpl : int myvar; for (i = 0 , i < 10 , i++) {   myvar =
Irwan Adnan
Added topic How do we plot up arrow and down arrow.
Hi, can we draw up arrow and down arrow in  an indicator based on only 2 MA cross (for example). Please give an example code of the trick if it can be done. That is no other indicator. I include pic to make it clear what I mean.    
Irwan Adnan
Added topic SymbolInfoDouble(Symbol(), SYMBOL_MARGIN_INITIAL)
Hi, can someone tell me how to get Margin Required in MQL5. I ve try SymbolInfoDouble(Symbol(), SYMBOL_MARGIN_INITIAL ) but I get 0.0
Irwan Adnan
Added topic Why Most Brokers Still Using MT4
1. Why most brokers are still using MT4 instead of MT5. Why dont they make an option so traders can choose what platform they will use.  2. Can  same quotes from a server  be used for 2 or more platforms
Irwan Adnan
Added topic the size of text object label
Hi, if I create an object text label, how can I get the size (length) of that text in pixels. It similars like TextGetSize function . I have try with OBJPROP_XDISTANCE but it didn't work. Appreciate if you can explain clearly. Thanks. 
Irwan Adnan
Added topic AccountLeverage() function
At broker which has leverage 2000:1, the result of AccounLeverage() is 1000. How to make it to show a proper value? Thanks
Irwan Adnan
Added topic zero divide
Hi, I have a question about zero divide in indicator when it run. What is wrong. Should we use a trick to fix it? Thanks. int OnCalculate ( const int rates_total
Irwan Adnan
Registered at MQL5.community