ah2005
ah2005
Friends 1
ah2005
Added topic brent oil can not loading on mt5!
New computer ,Inital mt5,Brent can not load But,XAUUSD ,EURUSD is All right. What is the matter
ah2005
Added topic why test become slow more and more
why test become slow more and more,after test more then on month!  what is then  most probable
ah2005
Added topic why error 130 all the time
Symbol EURUSD MarketInfo(Symbol(),MODE_STOPLEVEL) 20 OrderType: OP_SELL OrderOpenPrice: 1.13667 Bid: 1.1347 NewStoplossPrice: 1.13473 ------------------------------------------------------------------------------- this is my ordermodify parament
ah2005
Added topic struct and class problem!
class test:CObject   {    int a;    int b;    int c;    string d;   } struct test   {    int a;    int b;    int c;    string d;
ah2005
Added topic In mt4 is similar to OrderSendAsync?
some times,mt4 ordersend will respone 10s ,the windowchart also no respone! Is mt4 have similar to OrderSendAsync like mt5
ah2005
Added topic Can I Read\Write DataBase in MT4?
when i Create Database in mt4.How to Read\Write it? There have no comment at mt4 help,but exsist in mt5
ah2005
Added topic Could i useDatabaseOpen in mt4
i create a database in mt4! but i don't know how to use it? i only see mt4 function and void exsist
ah2005
Added topic In mt4 how to know pending order trigger!
This has no onTrade event in mt4. so ,how to know pending order trigger
ah2005
Added topic what the different
CTrendInf *td= new   CTrendInf; CTrendInf td= new   CTrendInf; what the different ? 
ah2005
Added topic I want to save to save signal to office access?
I want to save to save signal to office access? How to do
ah2005
Added topic How the OOP Print can right!
//+------------------------------------------------------------------+
ah2005
Added topic Enum 0 must const?
enum ENUM_SG_PROFITSTATUS   {                 a =1,           b=2,                   c=3,       
ah2005
Added topic what the different abount const
class test { public:                      test(void);                     ~test(void);        int       
ah2005
Added topic how to Add datatime minute?
code is: int addMinutes=21; datetime dt="2021.02.27 01:50"; datetime dt2; dt2= dt+????????????????? How to do?? dt2=   "2021.02.27 02:11"; thanks
ah2005
Added topic Enum every Key From new Dic
Attach is CDictonary Code.. i want enum every Key from anew Dic that I Dim, void   dicTest() {    CDictionary* dics = new CDictionary();    dics.AddObject( "a" , (CObject*) new CWord( "aa" ));   
ah2005
Added topic How to switch datafile?
1 is user A dataFile. 2 is user B dataFile.  i am user c. how can i  switch 1  or 2 datafile
ah2005
Added topic other computer login mt4 have some problem?
i have 4 computer develop EA when i login ohter computer .this  computer   EA code will  Retreated lastest save statue.. the same statue exisist remote login computer. i want to know ,why
ah2005
Added topic How use mt5 multiCoie.
i have pc , E5-2650V2 2CPU,18core 36thread.. how can i set MT5 IT can use more core? on my Test, look like   use only on core。。。
ah2005
Added topic how can i get the first singal!
Now, my singalPrice  is 1600.00,if breakOut,Bid is 1600.10,we can get  a singal. but and this time there will breakout 1600.00 even more than 60 timer at one miniute, how can i get the first one singal
ah2005
Added topic test period change problem.
when i test my mt4ea  use period M1 ,then  DATETIME IS :2015-01-01 TO 2015-12-31,then singal Arrow can show correct . then i switch M15,the chart  show after 2017-05-23 timeframe bar. but in my char,m1 and m15 is high quality. this is
12