Forum

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

Use wininet problem!

After run code ,httpAnyis system output is http! But my post code is https! #property copyright "" #property link "" #property version "1.00" #property description "" #property library #import "wininet.dll" int InternetOpenW( string &sAgent, int lAccessType, string &sProxyName

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

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! Stoploss price appropriate mini MODE_STOPLEVEL,why

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; } In simple develop,struct use less memory and run faster than class,IS THAT RIGHT

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

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

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

In mt4 how to know pending order trigger!

This has no onTrade event in mt4. so ,how to know pending order trigger

what the different

CTrendInf *td= new CTrendInf; CTrendInf td= new CTrendInf; what the different