General - page 1874

  MetaTrader FTP client!  (19   1 2)
Hi folks, I've got a lot of requests from my friends the members of the forum asking me to make a better version of MetaTrader FTP sending. I hope you find this tool usefuland betterthan the SendFTP() MQL4 function! Please find the MTFTPdll and more details here: http://www.metatrader.info/node/103...
Hello, I found out that MT4 use different value as MT3 - in terms of the price, MT4 use bid and MT3 use mid number. Is there a way that I can convert MT4 data into MT3 data??(any script) Or is there a way that I can change MT4 into using mid number as MT3?? The reason is because my method can...
Does anyone have time to convert these to MQL4. Thanks very much, Galen
OPEN FOREX ACCOUNT WITH FXSOL NOW And receive 3 USD rebate directly to Your trading accounts when opening 1 lot Clients receive 3 USD rebate directly to their trading accounts when opening 1 standard 100K lot, or USD .30 rebate when opening 1 mini lot 10K regardless of type of account or currency...
  CCIt3  (1)
Hello everyone Here is somethig new I created during holidays, it's called CCIt3 EA. The idea behind this project isn't new, I based on fx sniper's indicator. It relays on CCI smoothed by T3 moving average to create signals. Buy and sell signal are generated when CCIt3 crosses zero line. Feel free...
How is this implemented in the Options --->Publisher?
[Deleted]
Hi, I put this MACD signal indicator together from various pieces/parts others had already done but it doesn't seem to be working. I get no up/down arrows nor alerts when I load it to a chart. Could someone please take a quick look and let me know what I've done wrong? Thanks! - Ian...
  demo server  (1)
Again, Can you answer my question posted under the same heading?
i forward tested it for 2weeks, generate resonable profits. the author will forward me the source 2weeks later. and by the time i will upload it here. this EA working on any pair and any timeframe,(the ea read mutilple timeframe data, so all time frame has same output).
Hiho all forex traders and fellow MT4 programmers, lately I was working on an indicator which should show me consolidation lines. Here is how it *should* work: 1.There is a cross of 2 MA's (any type i.e. SMA, EMA, etc.); 2.Right after ther cross we start to draw line. 3.When the price (I am using...
Hi! I made Chaikin Volatility indicator. It could be usefull in some situations. The description of usage u have here: http://www.incrediblecharts.com/technical/chaikin_volatility.htm Enjoy!
hi guys, is it possible to put stepMA stoch indicator in mt4 pocket pc version since i used it critically for trading but i always mobile and can't stay in front of my pc and often it makes my missed a good opportunity if this keep happens.any advice and susggestion please ??... thx
hey has anyone heard of www.batteryfx.com they have 1-2 pip spreads on all the majors. Anyone else heard of them or any experience with them ? thnx
Does anybody know the solution to this problem? At 0.00 am the new days pivot points are worked out from the previous days data. That is fine apart from every Sunday night when MT4 has an extra 1H bar and Mondays pivots are based on that 1 hour of data (so all the pivots are tightly packed). Tuesday...
Hi, For live trading, where do I find the log file which lists all open and closed orders that have been executed? Which subdirectory and file is this information located? Thank you. Regards RJF
hi I can't find it! I am a subscriber, i haven't logged on to the forum for a while and now I wanted to check the ea leaders, but can't find the path to where the weekly performance review is. And what are these private forums? This forex-tsd is becoming a real exclusive place - pretty much like the
Hi, coudl you tel me how to run files: .exp and .ex4. I have only this compile files and I don't know how use it.
  A silly question  (9)
Hi, I'm still trying MT4. Can anyone tell me where to define the leverage of every order? Since I don't need to do this until now.
How would you code a routine that would say the following; If TakeProfit reaches 50 pips Close the order Stop trading
In the April 2006, TA Stocks and Commodities, C. Young introduces his APE indicators. Of course in the back of the mag all the major platforms show how to program this indicator fot each platform. Unfortunatelly, metatrader is not one of these trading systems. So here is my obvious request. has...
[Deleted]
Hi guys This is an excellent forum with lots of info for all those interested in trading. I have a small doubt that needs to be clarified: Is there a limit to the number of trades an EA can place, as long as the margin is available? Say I have $xxxxx as account balance, can I set up an EA that makes...
Hi guys, I'm still new with coding using MQL4 and have a question. Is it possible for an EA to send you an e-mail when it reaches/breached a certain price you've specified? Maybe an indicator will suffice? But anyway, I'm still currently working on it and studying MQL4, but I think asking also won't...
  Simply Old, Complexly New  (15   1 2)
So I noticed that it's been about one year since I went to a Forex Convention held by some company that was trying to sell MACD software for thousands of dollars. It got me thinking of where I am today with those 10 page codes... Well here is my view on Old versus New and how I think the way to go...
  New to forex, looking for advice  (44   1 2 3 4 5)
Hi, I'm new to the forex stuff. I've been trading on a demo acct thru fxcm for the past month and have done decent I guess. Are there any good books that anyone would recommend? I'm also looking for a good broker that offers mini accounts. Best I've found so far has a 3 point spread on the EUR/USD
  Coding a 30 wait  (3)
How would you code a the following logic? TakeProfit at 50 pips. If TakeProfit has been reached, TakeProfit & wait 30 minutes.
Why does MIG demo server appear as the default server when I download the program from www.metaquotes.net? Can the default demo server be yours, Metaquotes rather than ether; interbankfx, or mig?
In the announced pre-build 192 the Spanish version of MT 4 Client Terminal was revised. We would like to ask all Spanish-speaking traders and brokers to try and work with this interface in order to find out about possible inexactitudes. We will highly appreciate you for your help! All...
  Array index  (2)
Compiler does not like the following: string sName=Array2[Array1[i][A1_INDEX]][A2_NAME]; and is substituted in program with: int iPos=Array1[i][A1_INDEX]; string sName=Array2[iPos][A2_NAME]; Could the documentation please reflect this.
Hello Traders, We know that the broker what works on our platforms and it can act directly above by closing the positions in the event of call for additional cover for example . If it has this type of possibilities, can it see which indicators or which EA we use? How to make to prevent that the
I have a problem with an EA I am working on.. it is supposed to make 2 instant orders but sometimes, I will get requoted and one of the instant orders will not go through.. is there some coding that will make sure both orders will be executed