General - page 1872

  .Net DLL wrapper  (15   1 2)
If anyone can help create a .Net DLL wrapper for MetaQuotes I would be greatly appreciative. http://www.metaquotes.net/forum/997/ Thanks
  DreamTeam  (3)
Hello Newdigital Recently I downloaded files concerning an E.A of TeamDream-DreamTeam's name I do not find any more the place or it(he) was. Can say yourselves to me or it(he) are?
i searched and only found i mention of currensys last year. http://www.currensys.com/trading_systems.htm just wondered if it's any good or if MT4 has these systems? THANKS
I need Help I have written a EA, that sets the lots as a function of the Initial Deposit: Lots=CalculateInitialDeposit()/K; // K has been set to 5000 The problem I have is that at some point AFTER the initial Desposit, I have ADDED funds to my account and would like the lots to be...
[Deleted]
Is there any indicator that will help identifiy an inside bar by change of color or signal , anything
I've been backtesting a strategy and on August 10th 2006 around 16:00 GMT, the tester will close my order, even though there's no reason for it to according to my EA. It then opens a new one and then closes it almost immediately, so for that hour, I have over 20 trades. Why would it do this?
I will screenshot daily trades for my demo usd1 million. Rule is : 1. Fix 30 lot per trade. 2. I can only have 1 position at a time. 3. Leverage 1;3 4. Max lost allowed per day is 30pips. If got stopped out, STOP TRADING and continue tomorrow. My target is to make 50 pips per day. WISH ME LUCK Stay...
Has anyone heard of the firewave indicator and could post it for mt4?
Dear all, I wanted to see what opinion you guys will give me. I've been looking over the World Champion entire morning, and wanted to pick the challenge with 10point3. Don't know whether you guys will agree that I participate with 10point3. Ofcourse, I will share the resources I'm using it. I'm not...
Is it possible? Ruby In addition to this post: "Use script to turn experts off?"
Metatrader 4 build 201 Metaeditor build 200 I think there is a problem when we call the iCustom function with a string parameter and when this parameter is an empty string (""). In this case, Metatrader will not respond. I join 2 very simple programs to reproduce this problem. As these examples are...
Hello, I know that it is possible to make a screen shot of whole terminal through user interface. Is it also possible to do this from MQL? I've written a freeware custom indicator http://www.mqlservice.com/download/indicators/SnapShotI.mq4. It is quite useful, and I got reaction of one of users...
Does anyone know the optimum stop losses for each major currency pair for each timeframe? Even better is there an indicator out there that works this out based on the live price?
Is anyone having a problem with the >= not working properly? Code Example: while (stop <= 0 && vi > start) { if (dir > 0) Print("vi : ", vi, " : ", (get(tradesymbol, tradechart, 6, vi) - get(tradesymbol, tradechart, 6, vi + 1)) / MarketInfo(tradesymbol, MODE_POINT), " >= ", St6); if (dir < 0)
I am not sure what is wrong with the following. Please advise. int _file_handle; string S = ""; . . . . . ////////////////////////////////////////////////////////////////////// int wlog(string S) { //--update file _file_handle=FileOpen("mylogfile.csv",FILE_CSV|FILE_WRITE...
what is best expert advisor in forward test
how to put cyberia ea on 4 hour chart in back testing it get nice results but in forward testing no y is that is the way (choose the 4 hour period then apply ea only?)??????
Hello, Have everybody testing a EA in a real Live-Account,as are the experiences? I the Moment i am testing EA Starter with modif.settings in H1 in a Real Live-account.I will see,the real Results are difficult from Strategietester.
[Deleted]
i-Breakeven Indicator colect and group information about open positions. This indicator is grow for those who like pile up position and Martingale.
how could in mt4 make the 4 hour chart updated every 4 hour once not every tick thanx
  ADXcrosses EA suggestion  (13   1 2)
hi @ all in front of all - sorry for my bad english i used the ADXcrosses indi i attached, on h1/h4 EURUSD and have a lot of profit in metatrader demo account. now i tryed to code an EA for backtest... i try to realize it with icustom() (only 2 buffers) //---- double value1=iCustom(NULL, 0,...
My friend told me that he has been trading USD/JPY for years and have found a profitable system. This system work for this pair which have a swing characteristic. So, he told that this system just have a few simple condition without using any indicators. The system is 1. for the first time, we open...
Hi everyone, Am just wondering if is it possible to view the stocks data with metatrader,for example the metastock data,can i convert it to any form that works with metatrader!.. And thanx in advance..
Hi, I have a few EAs that I am trying to forward test on my Oanda account. The problem is that the EAs arent telling me when to buy or sell. I turned on live trading and I also have the expert advisor button on. Attached is an EMA_Cross_2 EA that will not give me arrows when its supposed to
Hi I wonder if somecould point me in the right direction, what I am trying to do is code a hedge. I am trying to work out a way of calulating the total number of lots which are open on a given symbol in a given direction at a given time, in order for me to place an opposite trade of equal ammount...
I need an expert function to be executed every 10 seconds rather than waiting for function to be triggered by new incoming tick... using the sleep function and a loop what is the max duration expert can trigger function at 10 second intervals? Can expert run like this for 24 hours? Thanks for any...
How to change sequence of indicator's layers on the chart and separate windows (bring it from bottom to the front) and also sequence of indicators frames (bottom to the top)? Is it del &paste the only method, no shortcuts?
-
  The Big Provider  (5)
Here is a new EA that I have been tweaking with for a while now. Its pretty sloppy code now but I like the way it works. Any suggestions on making it better would be apprieciated. Not to be used in live trading... I would like some ideas on the scalp function. . .
  Macdh..........  (1)
Hi Guys ! Does anyone have the MACDH indicator in mq4 It's made up of 9 & 19 Moving Average bars pic is attached, and i hope you post or program a colored one Regards
Hello, I would like to have a script that does a bunch of stuff and then turns EAs off. Can a script turn the EAs off so ANY EA would stop trading? Thanks,