"I have little experience using visual c++ and I've been trying to figure this out for the last two weeks."
According to the book title it will take seven more days.
Ha ha ha I guess I’ll just wait for the pixie dust to be sprinkled over me. I could easily read thousands of pages of text before I fall upon out how to do this. Could someone tell me what I have to learn specifically to save me some time. I also have access to a few ebooks
http://www.amazon.com/gp/reader/0764571974/ref=sib_dp_pt/105-0534407-5630847#reader-link
I'm glad you laughed. I am an old time C programmer struggling (finally) with C++
trying to get my arms around the MBTrading SDK, along with the endless conventions
to make it work under Windows. So far, it is just about incomprehensible.
I share your angst.
Maybe I should get a book.
I'm glad you laughed. I am an old time C programmer struggling (finally) with C++
trying to get my arms around the MBTrading SDK, along with the endless conventions
to make it work under Windows. So far, it is just about incomprehensible.
I share your angst.
Maybe I should get a book.
MBT SDK is complex.
I have no compile errors, but don't have the whole Navigator running yet, problem with loading controls. I do have the
quotes sample running and doing useful work for me (with modification)
ECN better? That is a judgment call, but I think "you against the dealer" does not represent a level playing field. ECN
tends to be a little ragged around the edges, as liquidity comes and goes.
Spread is what you pay to enter a market order. I often (during busy time) Sell Ask and Buy bid, big spread is your friend then.
Oanda seems good, but the charts are useless (except on weekends) and they manipulate spread. They may be
the place to go if you are trying to "buy and hold", ie; carry trade.
Make an executable that displays the control, which executable gets the data for the control from a standard c++ dll, callable from MetaTrader.
So MT would call the dll, which will call the executable, whose data will be manipulated by MT via imported dll functions.
I have done something similar, with the difference the dll and executable were written in Dev-Pascal. The executable's purpose is to create a menu,
and the menu gets the elements thru dll functions directly from MT.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I want to create a windows style dialog to replace the extern variables properties window. I have little experience using visual c++ and I've been trying to figure this out for the last two weeks. I've read the http://www.metatrader.info/node/150 example and most of this text book on visual C++. http://www.amazon.com/gp/reader/0672321971/ref=sib_dp_pt/104-2075118-7443103#reader-link it covers MFC and DLL but this is obviously a deep topic. Could someone point me in the right direction or attach a simple dll project that calls a dialog.