- Search Metals Mine
- 104 Results (10 Threads, 94 Replies)
- Ghamm replied Jan 17, 2008
Its my understanding that Hotmail no longer has an SMTP server, or POP3.. I think its been discontinued some time ago.. They want you to send web based only.. In fact, I dont think they EVER had SMTP.. ONLY POP3 at one time..
Setting up e-mail alerts
- Ghamm replied Jan 17, 2008
NOTHING is coming FROM Port 25, you are connecting to Port 25 on the remote server. Winsock grabs a random port from a pool when the socket is created by the client..and requests Port 25 on the remote server.. This is the way it works.
Setting up e-mail alerts
- Ghamm replied Jan 17, 2008
Just to be clear.. MT4 is acting as a SMTP client.. Port 25 is the Server port that is being requested. MT4 is making an outbound connection to port 25 on a remote server.. THE SAME THING that outlook express does when it connects to an SMTP server. ...
Setting up e-mail alerts
-
Forex Trade Shows.
Started Jan 15, 2008|Broker Discussion|9 repliesHi, Im interested in attending trade shows to promote a product. Which show seems to have the ...
- Ghamm replied Jan 11, 2008
Having some experience with Arbirage.. You have to watch 1. Slippage 2. Condition must be real , not off quotes. 3. Both sides must be filled. If one side doesnt, you loose money. 4. Only works with certain brokers. 5. Imposible to really back test, ...
$ 2.4 Billion Scalper System
- Ghamm replied Jan 9, 2008
Just modify the Client EA to concat the Mini symbol to the end of the pair name.. adjust the lot sizes etc. Its easy if you have the EA source.
Copying trades from one account to another
- Ghamm replied Jan 8, 2008
My copier will do that.. It will add, modify or delete any existing order.. Will broadcast to any EA over the Net using raw sockets and some DLL's.. My issue is, I dont know what to do with the App.. We are using it for our own use right now.. but I ...
Copying trades from one account to another
- Ghamm replied Jan 8, 2008
Im sure its fine.. Hes a legitimate programmer.
Copying trades from one account to another
- Ghamm replied Jan 5, 2008
This can be done, but you will need a central hub acting as a dispatcher. I would avoid DDE.. Its very Cludgy..If you did use DDE, you would prob get away with not having the hub though..Your DLL could in effect call DDE. Instead, Id have a DLL on ...
Data Sharing between multiple MT4 terminals
- Ghamm replied Jan 3, 2008
Yes, use named Pipes or TCP/IP
Data Sharing between multiple MT4 terminals
- Ghamm replied Jan 3, 2008
You have great tools, and they've been a great help to me.. Especially the Delphi code etc. I ended up writing my own broadcaster as I wanted to be able to send my orders over the Net, to many clients. So far so good. The only way you can do Raw ...
Copying trades from one account to another
- Ghamm replied Dec 28, 2007
When you open an account with EFX, you are opening an account with MBtrading... The App is 100% MBtrading.. If you want to use the API, simply write your app.. Test it on a demo name and pass from EFX. When you get your account live, then use that ...
Any ECN that supports MT4 ?
- Ghamm replied Dec 27, 2007
EFX is an Introducing Broker for MBTrading. EFX specializes in Forex.. Even indicates this at the bottom of their web site..
Any ECN that supports MT4 ?
- Ghamm replied Dec 27, 2007
We do have a bridge, but its very custom, as MT4 is very different than EFX..
MT4 to ECN via third party tools Here !
- Ghamm replied Dec 27, 2007
Cool DLL, thanks for the link. We are using Raw sockets to do out communications, as its leaner. I will keep the DLL in my tool belt, as you never know when you might need it..
Connecting interactive brokers to metatrader
- Ghamm replied Dec 27, 2007
Interactive is one.. Some others are Gain (forex.com) and MBtrading. We've messed with all of those. You could hire a programmer for not too much money. Prob about 5 hours would do it..
Any ECN that supports MT4 ?
- Ghamm replied Dec 26, 2007
Is anyone using these guys? Im writing my EA's to Them today, to see what i think. Looks good. The API is a pain, as its not Forex specific and very few samples.. We'll see.
Connecting interactive brokers to metatrader
- Ghamm replied Dec 26, 2007
I dont know of anything out of the box. it would have to be written for your needs. Out stuff is very custom. Even though I have most of it written , It would still take me about 4 hours to get what you need. I dont have a lot of time right now.
Any ECN that supports MT4 ?
- Ghamm replied Dec 25, 2007
None, although bridges have been made to do this. Some brokers are working on a bridge. One is 360fx.com They have 25k min to open an account, and so far, the customer service isnt that great from what can tell. They use IkonRoyal as a liquidity ...
MT4 ECN brokers
- Ghamm replied Dec 25, 2007
It could be done in a few ways.. 1. you could have a EA/DLL that talks to an EFX application, which in turn sends back the EFX prices to the EA. 2. You could use the Server/HUB model. This would have an application that sits between EFX and MT4. It ...
Any ECN that supports MT4 ?