MQL4 and MetaTrader 4 - page 1499

Does anybody know how to download Account History data in MT4 in CSV format or similar?
how to code for creat new time frame?
[Deleted]
Hello, recently i switched to a live account and i already added some funds i dont know why but i am unable to open an order http://img522.imageshack.us/my.php?image=metatrader1gp2.jpg maybe it is because i did not send yet the 2 forms of identification (credit card and passport) i was told to send...
[Deleted]
Hey there, I'm having real problems trying to root out the cause of my codes failures. I'm trying to simply create an ea that places a buy order if it is above three SMA, or places a sell order if it is below. This is not the full ea I'll be using, this is the starting process for a richer plan....
Has anyone figured out how to define the exact age of an order - in bars? Period() must be included as well as OrderOpenTime() and TimeCurrent() ... aaand yes: it would be perfect if the actual opening hours of the market would be included. I'm playing around with this for hours now and I'm close...
[Deleted]
Hi I am using Visual 6 C++ and try to retrieve a member's all closed trades. i declare a string as below: char str[8000]={0}; But this declaration is ok and the program work fine if the member's record size does not exceed 8000bytes. In order to be able to retrieve member's record where total size
[Deleted]
The Spreads on the top 2 currency pairs when dealing with Fap Turbo are way up would this be because so many people are buy these currencies while using Fap Turbo the currencies are EURGBP and GBPCHF and there spreads are 8 and 9 so as I said before is this because there are so many trading the same...
[Deleted]
I'm using VISTA and running both an MT4 demo account and an MT4 live account each with a different broker. In an effort to transfer a profile and a template (copy and paste) from one platform to the other, I'm saving them each with a unique name BUT there is a bit of a problem I cannot resolve and...
Hello all! I have a problem with order open. I try to open order with command: OrderSend("EURUSD",OP_SELL,1,1.2912,1,0,0,"",0,0,Red); I suppose that order must be opened at price 1.2912 +/1 1 pip or rejected by broker, but my broker sometimes open it at higher price than slippage, for example 1.2907...
How do I get Meta Trader Market Watch to go back to a vertical position on the LHS It is stuck in a horizontal display when I view it and I cannot get it back to the LHS vertical ? Thanks - new to this !
[Deleted]
Hi: I have a function defined as a varags function in my DLL as follows: // ============================================================// GetAverage// ============================================================__declspec(dllexport) double__stdcall GetAverage(...){  double avg = 0;  int num =...
[Deleted]
i need the help of a proficient mql programmer to turn a strategy into an expert. send me an email at hollermiyde@yahoo.com to discuss further.
[Deleted]
hello, i wish any one who will help me modify this ea for my live account its not working on live but demo but i want it to work on live . please help me.if it will cost me any thing let me konw i will appreciate. mrafolabiplaza@yahoo.com thanks
[Deleted]
I want to stop the metatrader log file or "Journal & Expert" cuz its look like hanging in the platform every a few minutes... could anyone till me the way please? or is there anyway to write a code to the indicator make it stop writing the log? thanks...
Hello, did somebody know if I can make a backtest with a generated .hst file. I have use the period conventer to build a script that has write me a .hst file with my tickdata and now i have this file but dont know how i can use it.
[Deleted]
Hi, I am a newbie and want to learn about the programming my system can anyone help me? are there any material, ho do i start once i have done the basics, are there any cources/training i can do?
[Deleted]
Hello,Highly appreciated very much if could help me to modified this EA without stop loss, I tried to modified without success, every time the new order in place, always have a stop loss, so please kindly change the stop loss to 0 or without any stop loss function
[Deleted]
Hi i have this problem. I have a string array filled with strings as: OrderSend(Symbol(),OP_SELL,0.1,Bid,5,0,0,"Testkauf",251,0,Red); I want to read this strings from the array and assign it to a ticket number so that i can open this trades. Any idea? Many thanks
  I'm learning to write an advisor...  (65   1 2 3 4 5 6 7)
What do you think of the test results? I know you can "draw" anything in the tester, but I'm not a programmer and I didn't expect that I could do that)) I tested EURUSD, GBPUSD, GBPJPY from August 2007 till November 2008 (1 year) Entry on a level breakout, stop static from 5 to 9 depending on the
[Deleted]
Hi guys I have some high frequency trading strategies and I would like to naje a test. I have 5M data since 2003 day by day, but when I start testing, it takes only last 3 months day by day and other older data it takes only random? data? for example when I start since 01 jan 2008 it takes 17 jan
[Deleted]
Hello, i create an EA with some indicators.. however i found out that the trading system i made.. use a lot of memory.. it starts with 42mb... but in day 5.. it grows to use 1Gb of Ram !! (i checked with MemUsage on task manager)... may i know how to trace memory usage by an EA/Indicator ... is
[Deleted]
Hi Looking for like minded traders who are programmers and would like to help create some custom parameters for various moving averages. Urgent Razz
If I set detrender[i] = 1.3100 or some other constant, then the indicator plots without any issues. However, when I make any references to the smooth array, it won't show any values. How do I get this value to calculate properly? int start()  {   int Counted_bars=IndicatorCounted();   for ( int...
[Deleted]
  autopilot  (4)
Does this autopilot work ?Forex autopilot? I bought it already and am exhausted tring to get it set up / Thanks
Hi, I'm building a indicator using data from several std indicators. Their data is combined in various ways and I end up with a single variable (array), and from that draw a normalized indicatorline that swings across 0 to some value. Buy/Sell signal is triggered when a certain absolute deviation...
Hi everybody, need help in a simple problem for an advanced programmer. 1.) I wanna receive a mail from a custom indicator which shows me currently up and down arrows. This means, every time if an arrow comes up a mail should be sent out. Can anybody give me the code for that or give me an example:...
[Deleted]
Hi All Is there a way to compile a EA on the fly. The reason is I want to embedded the Expiry date to the EA when someone make a purchase of a EA or indicator through a internet payment gateway Thanks
Hi there...Please help me i need someone to create an EA which will work for breakout strategy. Hope someone of coders can help me with this. Maybe it will be usefull to others. I searched the all internet and cannot find an ea that will match to my needs. If it is possible please someone code an EA...
[Deleted]
is there any existing blowfish or other encryption scheme implementation in MQL4? i am looking for something to generate and verify software key for my EA. thanks.
[Deleted]
I have recently started to program using MQL4 and have discovered that the MQL4 help indicated that each indicator can have a 'Shift" integer to represent looking at the value 'shift' periods ago but the compiler doesn't recognize the inclusion of this integer. It indicates that you have one too