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
12