General - page 1529

I have a custom indicator which simply returns/shows HLOC on the chart attached. Now, I am trying to create another custom indicator which uses the first one. This second indi opens handles using first indicator for different symbols than the current chart. I simply want to calculate in the...
When testing an ea, the last build 294 says: 2010.07.21 12:13:54 Core 1 CLeadOsc::Create(): ArraySetAsSeries error: 0 2010.07.21 12:13:54 Core 1 Tester stopped because OnInit failed The code used which makes this stop in tester is this: if(!ArraySetAsSeries(iTmpArr,true)) {
Hi, I just add my signal service to rentasignal.com. Below is my trade result for past week and past month. The signal link is: http://www.rentasignal.com/signal/view/31718 Weekly Result Monthly Result
Here you can ask any questions regarding my RAS signals: ID 31720 Tiger, ID 31721 Trident, ID 31722 Janus.
Hi I'm a newbie to MQL so I decided to try with the newest one, MQL5. I'm trying to follow the newbies information from Articles and make small changes to the indicators and check if it work. I would like to thanks to russian programmers for their expertise and the information they made available
I have a really good ea but don't know how to add increment lot because balance doesn't climb as fast as i get in 10 years backtest more than 10000 orders. If someone can add this option i will give the exact setting to make money with me commpletly free!!!...
Hi, I am relying on renko charts in my trading, and I have this indie to notify me when a new box appears. I'd be grateful if somebody could modify it so that there is an option to turn the alert on/off, and also, if possible, add an option of choosing 2 different sound alerts for an up and a down...
my basket will trade 8 pairs with very tight SL, i am here to answer for any question, MT Intelligence - Statement for cashcowwithstop best tal
  Fwp eurusd  (2)
Hi, I am please to present my RAS forex signal "FWP EURUSD". FWP EURUSD | Rent a Signal I am using an EA and here below are the results for 2009 and 2010. 2010 (last update 21th July 2010) : +14174 pips FWP EURUSD | Rent a Signal 2009 : +25074 pips Feel free to send any comments or ask questions. I...
I have instralled fonrts into windows/fonts and also windows/media/fonts on my wine section on Linux. MT4 starts up and all works properly but the top menu isn;t displayed - any idea son how to fix that?
Hey guys quick question here... How to properly calculate margin? As far as I understand if you have a 1:100 leverage that is 1% margin required of your lot size. Therfore if you have a lot size of 0.1 (10,000) that is £100. However, when I open certain currencies the margin is sometimes...
I think it would be really useful to have some array types similar to C++ STL maps. So, we could use almost anything as the array keys and find the key by value also.
Hi, Hope someone help me with this problem, so at least tell me if the problem CAN be overcome. Basically, I've been developing an EA, which performs some initial training when it starts up. When testing this on my demo account, it seems to be working fine, and gives me the results I'm expecting....
I made a simple test indicator. //+------------------------------------------------------------------+//| testLoop.mq5 |//+------------------------------------------------------------------+#property indicator_chart_windowint OnInit() { return(0);...
How can send structures as function imput?It's posible?
Hello, I am trying to create a DLL which exports certain functions that can be imported and called in MT5. However, I have a problem. Let's take the following as an example. extern "C" __declspec(dllexport) char * PrintMessage(); #import "Sample.dll"string PrintMessage();#import Is this the correct...
  tester failed  (3)
I try to use metatrader 5 strategy tester (build 291), but i have these two error messages in journal when i launch a test : Tester Tester agent got failed Core 1 Tester file is absent [metatester.exe]. Please check, probably it is blocked by antivirus software Of course i disabled my...
for example,I want to get OPEN,HIGH,CLOSE,LOW price of week to use on the current H4 chart, I also want to get the open time of week to use on the current H4 chart Is there any fuction like iHigh() in mql4 ? iTime() ? Thanks.
In english help file the following symbol properties appear in russian: They are also missing from definition in MQL5 enum ? (meaning they do not appear in intellisense list, so I assume they are not defined) SYMBOL_START_TIME Дата начала торгов по инструменту (обычно используется для...
Hi. I have my EA and I want that my Stop Loss and Take Profit be the calculation of some variables of my Indicator (Pivot). How i can to do it? Tha calculation is from my EA or I can to add the variables Resistence and Support from my Indicator? In my EA the structure MQL5 to put order with...
Hi, Sorry if this question has already been asked, but I've searched and I can't find anything. I'm trying to write an EA, and I can figure out how to get more of the information that I would need for this (e.g. historical information on the volume, high price, low price, for each bar), but the...
Hi! I hope to get some advise from those who had used mql5 with sqlite. I created a wrapper which run successfully as a standalone, running in a dos prompt. But when tried to run via mql5, it seems that it is unable to read or write under MQL5\Files folder. I am running on Vista and run terminal.exe...
I know there's an event with object dragging, but how can I detect mouse drag? Is it possible at this point in mql5? And if yes, how can I achieve it?... I need some clues or an example... ---- Besides this, is it possible somehow to access the information when in crosshair mode? (difference in...
I try Print(TimeCurrent()); but it seem not right, please see pic: Why?
Dear all. I'm asking where on mq5 language are the iLowest iHighest and iLow iHigh since when i try to write them in the editor, it seems no existence of those "indicators" but seems exist on mq5 only the indicators shown in the pdf guide like iADX etc... How to replace iLowest iHighest etc.. in mq5
Is it possible to get server's time GMT offset from MQL somehow? If not, will it be implemented?
Dear Trader, Bourntec presents a portfolio of three trend following Expert Advisors. Maximum three positions could be opened at a particular time. Take Profit values are set either at 5 pips from the opening or at the nearest support/resistance level. Subscribers have to set Stop Loss values in...
Hi Guys, I just want to add a request to your list. It was a pain in the ass in MT4 when a broker increased spread from 2 to 10 pips on Friday afternoon and we were testing our scripts for the whole weekend with this setting. As I can see in MT5, spread in tester is zero which is even worse. Now I...
is there a way to hide public member in a descendant class ?