| 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 (3) | Thread Tools | Display Modes |
|
|||
|
Quote:
thx a lot for the information. i'll check it and hope it's not too compicated because API's are a little bit to technical to me. i think the correct link is this one. twslink the other you mentioned is more reffering to the yahoo group. kind regards tsdpka |
|
||||
|
Quote:
I personally don't believe 1 or 2 ticks make any difference . Isn't his a bit like the guys who claim going to ECNS will make them profitable?They poxy strategies can't sustain a 1 or 2 pip variable ,how can their strategies be worth anything.Probably better to ditch those strategies El cid |
|
|||
|
the feed is intented for non forex realted data
Quote:
you are right . the feed is intended to be used only for for non forex related instruments like stock indices, futures, stocks, etc. forex is already doing excellent and doesn't need further datafeeds. regards |
|
|||
|
Ib -> Mt4
Hello,
I wrote some software about 12 months ago that integrated multiple brokers IB, EFX and MT4 to feed into some custom software, then the software sent orders back to the brokers. The sending of orders is not a problem, and it can be done real-time, independent of a MT4 chart receiving a tick. The chart display is a bit tricky. The only thing I can think of is to plot a line for the BID and a line for the ASK. Any other ideas? The problem with the IB API is that they keep releasing new versions. Every time they do, something else breaks........ Coder ![]() |
|
|||
|
Quote:
I would be very interested if you had found a way round this though... |
|
|||
|
Mt4 -> Api
Hello el cid,
I will code something up next week. I will integrate IB & EFX. It will be a DLL that you reference from an EA. Omelette, I will share with you my trick. Instead of writing the code in the start() function, write it in the init() function like this: int init() { //Do any init stuff here........ while(1 < 2) //Infinate loop { //Main program code here } } int start() { return(0); } I find it works great. The only thing is that closing an EA via the EA menu is a little slow. My EAs are more responsive, not slower. Give it a try. Coder ![]() |
|
|||
|
Coder, thanks for that. I think it was you that posted this same tip regarding programming a real-time clock display on TSD already - I tried it then, and it works fine!
I also tried coding the 'Lucky' EA the same way though (using the Twslink API) and couldn't get it to work properly - probably my bad, I may have another look! ![]() |
|
|||
|
Sleep(250);
Sorry,
Forgot the Sleep(250); at the end of the while loop. Should be: int init() { //Do any init stuff here........ while(1 < 2) //Infinate loop { //Main program code here Sleep(250); //Adjust to suit } } Coder ![]() |
|
|||
|
Quote:
Coder ![]() |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-programming/10362-metatrader-interactive-broker-interface.html
|
||||
| Posted By | For | Type | Date | |
| Forex Expert Advisors - Other Metatrader Broker Resources | This thread | Refback | 02-23-2008 02:48 PM | |
| Metatrader Interactive broker interface by Forex trading system | This thread | Refback | 02-07-2008 10:03 AM | |
| forex » Metatrader Interactive broker interface | This thread | Pingback | 10-26-2007 12:24 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Connecting interactive brokers to metatrader | clam61 | Metatrader 4 | 2 | 09-22-2007 02:29 PM |
| Is there any metatrader broker offering currency forwards ? | TheEconomist | Metatrader brokers | 0 | 05-17-2007 06:55 AM |
| GMT +3 Broker? | marcf | Metatrader brokers | 4 | 04-03-2007 10:37 AM |
| Read file for start/stop time? DLL interface or csv/txt? | emjay | Indicators - Metatrader 4 | 6 | 03-04-2007 10:50 PM |
| Interactive Brokers | Ducati | General Discussion | 1 | 07-11-2006 08:09 AM |