Professor of channel trading
Professor of channel trading
Professor of channel trading , trading since 2005
Professor of channel trading
Added topic Need example of miracle MM()
I want to have a anti- trend EA, and have double size when recently high. how to code with the price example? THX
Professor of channel trading
Added topic how to convert amount to lot?
203 for Example: I decide to use $28usd to be Initial margin for selling EURGBP ? if mt4 acc. leverage = 500 I want the mql4 code : to calculate the lot =? lot anyone can help? THANKS
Professor of channel trading
Added topic how to get the amount when hit SL
for Example: I will buy 0.07 lot EURGBP at 0.8040, and the SL = 0.8000 I want the mql4 code : to calculate when hit SL , the losing usd amount is ? anyone can help? THANKS
Professor of channel trading
Added topic how to get the last Sunday Time:2045
can anyone know how to get the last Sunday Time:2045 datetime getSundayTime()     { datetime x ;   //x is Time:2045 , which is the last sunday    return (x)   }  
Professor of channel trading
Added topic Why mql4.com have down?
why www.mql4.com have down? i can't load that page~ ~ also http://www.metaquotes.net/ can't open hacker attack?? anyone can go to that site
Professor of channel trading
Added topic Speed up a indicator- I_XO_A_H
i am backtesting a EA -"scalp_net" and it run very slow, since it use indicator I_XO_A_H, i want to ask how to let indicator not re-calculate previous bar in the ea ? (except the bar[0] ) thanks below is the code of indicator I_XO_A_H
Professor of channel trading
Added topic what happen to copy trades?
I use attachment copy trades to copy tades from mt5 to MT4,  i opened 2 same terminal and then a few minutes later mt5 close all trades. Although my mt4 can close trade, but it sudden open again, which mt5 trade pool is empty , and then mt4
Professor of channel trading
Added topic when will visual mode & conditional debugging be issued?
hi, stringo    may i know when will visual mode & conditional debugging be issued? conditional debugging ,for example: the debug break the program only if  (time>= 2010520)    thanks 
Professor of channel trading
Added topic when can strategy tester be publish?
I have wait for strategy tester  for long long time , i wait since last year November.... i start to be impatient   !! can developer publish the single-currency strategy tester first? thankyou 
Professor of channel trading
Added topic what do "deal" and "fill" means ?
in MT5 , what do "deal" and "fill" means ? THANKS 
Professor of channel trading
Added topic mt5 crash
Time        : 2010.04.21 18:52 (0:00:01) Program     : Client Terminal Version     : 500.264 (16 Apr 2010) Revision    : 19896
Professor of channel trading
Added topic can mql5 EA coded with no OOP features?
my EA is simple , and the  functions  in my EA do not have relationship, can i coded a mql5 EA which is no Class,  inheritance and no Polymorphism , without any error? thanks 
Professor of channel trading
Added topic what is the aim of mql5?
what is the aim of mql5?   i feel lots of disadvantages of mql5, such as difficult to learn, although it being more flexible(compare with mql4) , but  Predefined variables also need to code yourself , e.g. High[3]   and the
Professor of channel trading
Registered at MQL5.community
Professor of channel trading
Added topic why EA don't generate trade while tester do ?
i test my ea at tester mode , it generated 17 trades but when i run in live account, it don't generate any trade, what is the reason? i have make sure i tick the box of " allow live trading", and allow DLL, external experts imports also at
Professor of channel trading
Added topic share a chase Trend EA, need to optiimize
i am here to share a chase Trend EA idea, which haven't code success i hope post 2 code can help u code less in your EA It's idea is if the price go up past 50 dyas average amplitude, then assume it is up trend, will be instantly(actually I pend the
Professor of channel trading
Added topic i find out a critical bug of MT4
when dll return false, after arrive to ex4 the value become true which is horrible ~~ i use below code in DLL bool __stdcall Do_trade_time_DLL(int hour,double GMT8_subtract_brokerT,int day_ofweek, int day_ofweek_HK, double fluctuate_level) {
Professor of channel trading
Added topic fail to pass a string to VC dll ?
there are no compile error with my .mq4 and .cpp but there are a function which return string can't get correct parameter value from .ex4, i have use messagebox to output the parameter before passing to dll, and sure that the parameter value is 2
Professor of channel trading
Added topic the most important thing of MT5 is a conditional debugger
after i code some EA, i believe the most important thing of MT5 is a debugger and when only some condition true, it interrupt the program, and show the variable value besides, how do u debug, besdies Print
Professor of channel trading
Added topic How To SHOW all array value in VC debugger
How To SHOW all array value in VC debugger? my debugger just show below: it just say the generalise close, but actually close have 12 elements, that is i intialize double close [12] ; thanks
12