General - page 1813

  Need Standard MACD Indicator  (14   1 2)
Hello, Can someone help to write a quote on Moving Average Convergence/Divergence (MACD) developed by Gerald Appel for Metatrader 4. Thank you
  Coding Guides  (3)
Yeah, I am entirely new to programming. I've been manual trading for a long time, and have been wanting to test out some ideas. If anyone can post links to good guides for writing code that'd be great. I don't even know what the code is called or anything, so any help would be great. Google has
Hey guys Steven had been with us for a year and been away more than a year now, so it's time he was dropped to normal registered user. He's dropped not only because he's been away too long, but also I think he doesn't like the forum and possibly us for some reason. Our community is going to live and...
Hi, I can do simple coding at best. I am trying to write an ea but I am getting "Invalid Lots" error. double LotsOptomised() { double prevMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 2); double curMACD = iMACD(Symbol(), 0, 12, 26, 9, PRICE_CLOSE, MODE_MAIN, 1); double lots = 0; int...
I am new in using MT4 and I am currently backtesting some EAs. I have found something very interesting in which some of you might want to verify with your own EAs. I ran the same EA with the same presets on MT4 from metaquotes and MT4 from InterbankFX. Simulation dates etc all the same. I found that...
  Delta indicator  (6)
Hey Guys can somebody post the delta indicator here it's a great one i hope that i get some respond cheers
  Trace, Step  (1)
Hello everyone. I am reposting this topic. I tried looking for this information in the forums but I couldn't find it anywhere. I would like to know if there is an option in MetaTrader 4 which would allow me to step in to the code while running the script and also if I can trace the value of the...
I'm new to this code writing so there might be some things wrong with this code. However, what I'm trying to do is modify stop orders (long and shorts) that can move at the same time regardles of where price is going. As of right now on the open of the candle if will change both. But say, when it...
[Deleted]
  Programming Candlesticks  (17   1 2)
Has anyone tried or actually programmed japanese candlesticks in an EA?
Hello there i will appreciate if one of u guys can get me an indicator to determine the angle between the 3 emas accurate one will be gr8 3 emas are ema 13 ema 100 ema 162 and yes it's fibo % my system depends mainly on ema 100 as the trend direction indicator ema 13 crosses ema 162 means going...
i've looked through codersguru's lessons, and i didn't notice anything about using an include file, the concept is new to me, and i was wondering if anyone out there could explain anything that i might be doing wrong with the file, and how to use it. here's the work i've done, (with 110 errors?)...
Is it possible to create an expert adivisor to alert you when these four indicators reach a certain criteria at a certain price?
  Somone konw a good indicator!  (76   1 2 3 4 5 ... 7 8)
hello. any body know a good indicator forcasting reserval on 4hr TF would appreciat . thanks
Hi Everyone, I have two simple questions that for some odd reason I can't find the answers too 1. When using the strategy tester in MT4, what is considered to be a good Profit Factor percentage? 2. If I'm using an EA and I want to give it to someone without them having the source code, how do I...
On the website of the Automated Trading Championship 2006, the article "Registration: Final Report" has been published. It gives statistics on Participants of the Championship and their geography, as well as the data on accepted and rejected submissions. Stanislav Starikov, the Automated Trading...
Hi Programmers, I've attempt to program an indicator that would run in the background on main window that would use the IMACD as the alert signal and playsound as the alert. I need help since I haven't figured it out yet. Indicator criteria: IMACD (...) crosses (up) 0.00010 (for example) then
Hello, I wanted to custom a indicator, but it must to get the first bar's data. But I don't know how to get the data, can you help me? thx best regards!
Hi, i have idea why not metatrader could use pen pad ( device for drawings using pen ) for direct use, for instead for drawings line directly without clicking buttons. and another idea why not a physical dealing board ( device for make fast buy, sell and close position ) so it just press the...
looks very steady.
Hey guys I'm just testing the RSS aggregator script for vBulletin. The news is posted to forum whenever it comes out. If it works well, i'm gonna keep it for sometime. Gaz suggested to put related news in one thread. E.g. News about countries in Europe goes to Europe News thread. What do you think?
Hello everybody, This is my first post in this forum. I just purchased MT for palm , I have a treo 600, and I can make it work.It gets a timeout , net 1212 error. I talked a few times with a tech from this site and he said to check servers IP. By default when I installed the software it came up...
  PlaySound  (2)
Hello all, I'm trying to play a sound using PlaySound("Res_GBP_USD.wav"); and is not working. I have placed the Res_GBP_USD.wav file in Interbank FX Trader 4\sounds folder and is not working. Do I need to do anything else? Thanks Kam
  MT4 Brokers  (2)
Hi everyone, from your experience, and from all the brokers that use MT4 platform, which one would you advise? thanks
Hi all, i'd like to show my account details (current trades, closed trades, active balance and so on) to other users through external connection. Is there a way with mt4 or some other external tool to show these details in real-time acting like a server where they can connect and see account...
I have a VERY IMPORTANT question. I have no computer language skills or experience whatsoever but I am passionate about utilizing the awesome platform that METAQUOTES provides via the Pivot Point Strategy on the Forex Market. I would like to create an Expert Advisor for the CCI, RVI, RSI, & ADX...
  DLL output.  (1)
Hello, I'm trying to program a simple DLL and call it from MT4. My question is, where does printf(...) statement from DLL is output? Is there some kind of terminal or it just disapears?
  Elevation EA  (4)
ok, this is one of my EAs, with good modeling quality, but need some improvement to make it profitable. for a while, based only on stochastic , but need one filter. im programming it for 1H charts, but is possible make it to work on 4H charts. any suggestions are welcome! updated 28/09/2006 removed
  ATR indicator  (3)
Hello all Is any one has an indicator can give audible alert at certain ATR? Thanks for help