https://www.mql5.com/en/users/dxdcn?utm_campaign=MQL4.community
Ph.D, scientist on software, instruments, chemistry, and electronic, expert on VC++, C#, MQL4,  and MQL5.
Start  forex trading from 2004, mainly interest on the research of time-depended characters of forex data.
 
Friends 2
okwh
Added topic What is BuyStop,SellStop,BuyLimit,SellLimit??
Yesterday, I start a EA with Demo Account, In EA, OrderSend with BuyStop and SellStop for pending orders, two OK, When one of this two pending Orders arrived Open, Ea will delete another. But No any order display at trade windows after one pending
okwh
Added topic how to convert int or double to a string?
I find int var1= StrToInteger ("1024"); but hoe convert a interger to a string: int x = 1234; string xx = ?????(x)
okwh
Added topic MT version 198 has bugs???
I just update to 198, but it can not run, always run inside memory and occupancy 50% CPU, and do not display its window. my config bars number in windw is 1000 or 10000
okwh
Added topic Can Add more than one Comment(....) to Chart?
Comment(....) ; Comment(....) ; Only last Comment(....) desplay its string on chart. How Add more than one Comment(....) to Chart
okwh
Added topic How to use Array in Expert?
I want to iMAOnArray (.........) in Expert. but not like in indicator, Arrary type Variable can not used in Expert, Why? and how to ..... code in bellow : double Buf_1 [] ; double Buf_2 [] ; int Start () { for ( i = 0 ; i <= Bars ; i ++ ) { Buf_1
okwh
Added topic trigger Open Trade and Close Trade in Indicator, Is it Possible?
I have a very simple trade strategy. But I do not konow why it can not run in expert mode. But my indicator work well. Is it possible to " trigger Open Trade and Close Trade " from "indicator" ? I only need Open and Close order in
123