| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
What I can see at the source unit1.cpp is thatit shows a list of transactions:
Form1->StringGrid1->Cells[0][i+1]=IntToStr(xxx[i].order); Form1->StringGrid1->Cells[1][i+1]=ope[xxx[i].cmd]; Form1->StringGrid1->Cells[2][i+1]=IntToStr(xxx[i].volume); Form1->StringGrid1->Cells[3][i+1]=AnsiString(xxx[i].symbol); Form1->StringGrid1->Cells[4][i+1]=DateTimeToStr(xxx[i].open_time); Form1->StringGrid1->Cells[5][i+1]=FloatToStr(xxx[i].open_price); Form1->StringGrid1->Cells[6][i+1]=FloatToStr(xxx[i].sl); Form1->StringGrid1->Cells[7][i+1]=FloatToStr(xxx[i].tp); Form1->StringGrid1->Cells[8][i+1]=DateTimeToStr(xxx[i].close_time); Form1->StringGrid1->Cells[9][i+1]=FloatToStr(xxx[i].close_price); Form1->StringGrid1->Cells[10][i+1]=FloatToStr(xxx[i].commission); Form1->StringGrid1->Cells[11][i+1]=FloatToStr(xxx[i].profit); When it opens orders, it probably does that in the expert-advisor, but the zipfile doesn't contain the source of it. |
|
|||
|
C++ Convertion and Development
Hello all
Is there any way to issue a buy or sell order from C++ to MQL or the metatrader platform? Using a DLL does not seem to do it, since I need the order to be initiated from a C++ program, and NOT in response to a MQL query. Peace Out! |
|
|||
|
"The application interfaces of each component in the complex are distributed together with the corresponding component and can be found in the API directory. Open interfaces of all MetaTrader API components are provided. Besides, the source code of MetaTrader Server API and DataFeed API components are also supplied as open source in C++. Detailed examples of creating user applications allow you to use MetaTrader API to get acquainted with the principles of software interaction."
http://www.metaquotes.net/metatraderapi/ ask them maybe you can. |
|
||||
|
a program that will do almost anything try it for free
http://www.networkautomation.com/aut...TOKEN=22574321 |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Better NN EA development | fxspeedster | Expert Advisors - Metatrader 4 | 437 | Yesterday 02:54 PM |
| Win MACD EA Development | realsaid | Suggestions for Trading Systems | 8 | 11-05-2008 04:14 PM |
| EA Development | winter9021 | Non Related Discussions | 0 | 01-03-2008 03:57 AM |
| StochThreshold | ... under development | wibitiens | Indicators - Metatrader 4 | 0 | 05-26-2007 03:26 AM |