General - page 1466

Hi, Is there someone know have any indicator or script which will alert when the EA closed the order and where can I find it?
Hi, how can I get access to the "License" see the pic. Thien
  Clock Indicator  (8)
Hi, i am looking for a clock indicator same as b-clock. But with b-clock it is update when the tick is update, is there an indicator similar with b-clock but update based on my pc clock. Thanks.
Hi! Is it a way to create my own mql5 server? If Yes, please can you provide a tutorial or give me some links about how to do it? My goal should be to create a mql5 server and to import data in it (like datas from dukascopy) and after that, to be able to use mql5 software connected to it to make...
As you know, MF Global has gone bust thanks to outrageous bets on worthless sovereign debt. But as you will read, it wasn’t the sovereign debt alone but how MF Global treated these bets via accounting shenanigans. Accounting gimmicks…it is so often accounting gimmick The following is a great...
I'd like to start trading a higher TF. When you trade 1H charts what TF do you prefer to use for defining the trend 4H or 1D?
What is common between skydiving, Futures, Hawaii, translations and spies? We didn't know it until we've managed to communicate with disqualified participant Atsushi Yamanaka (alohafx). His has a creed "Life is Good!", and one can hardly doubt that. It was interesting to know that distances between...
Greetings, Can anyone covert this to the 5 decimal that all the platforms seem to have gone to. For the most part it works great on a 5 but some of the starting points are off for some reason. If I manually scroll back it seems really close but on the attached shot it was way way off Thanks very...
  FXEmpire's Daily FX analysis  (24   1 2 3)
FX Empire provides analysis and information to FX traders globally. In this thread, the firm will post free analysis to guide traders in what we see as potentially interesting set up in the FX markets. Most, but not all, analysis will focus on the daily charts.
Hello, I would like to make an expert advisor.. this is my first try.... but I want this EA work with small account... so micro-lots are needed When I try to run the EA I get this message 2011.10.26 12:21:01 MyFirstEA (EURUSD,M15) CMoneyFixedLot::ValidationSettings: lots amount must be in the
Hi I am trying to create my first indicator, the indicator calculates ICE Dollar index based the indicator does not seem to constantly draw line (on every tick the indicator tends to disappear totally and re appear) on changing the periodicity the indicator disappears and indicator window is...
Hi, I tried to download the EA on https://www.mql5.com/en/market/product/42#, but it does nothing. Please would someone fix this. Many thanks in advance.
Can anyone explain why the unin reason code is '1' when the external input paramaters are changed in an MQL5 indicator. The mql5 reference says when a user changes an external input the system should return '5' as the reason code. Whenever I change my external input parms I get a '1' for the...
The third week of the Championship became notable for the flat movement of the EURUSD pair which is the most popular among the participating Expert Advisors. A unique situation has come into being eventually - the difference between equity sizes of the first and the last participant in TOP-10...
Hi guys, I am not sure what your attitude towards automated trading is, however, I have had some limited success with it in the past and I decided to take it to the next level. I will start with a single robot and will start adding more one by one if the account grows big enough. Before I add a...
In MQL4 I have been using "Comments" to display information in the left upper corner. It is 15 lines. Trying to use the same technique in MQL5 does not seem to work. Lines are not replaced, they are added. What I have found in MQL5 is ObjectCreate LABEL. With a heading and a value for each line and
Starting a thread for comments/questions. Thanks. http://rentasignal.com/signal/view/35245
Hi, what is the command to kill a program in MQL5?
We all know that MQL5 does not guarantee the availability of time series data hence our indicator/experts because more complicated with extra codes to cater for cases that the data may be available now but may not be in the next tick. This is especially painful when we have expert/indicator for
Hello, I am searching for an A/D indicator which plot the line directly on the chart window "behind price", as is shown on link below. Does anybody know where i could get it? I can´t find it anywhere, but i think it could be helpful tool, as well as the same with on balance volume.. I would
Ukrainian programmer Andrei Moraru (enivid) is an active participant of the Automated Trading Championship beginning from 2007. Andrei had already come in our view at that time and now we have decided to find out if there occured any changes in his attitude towards trading and selection of trading...
I have this entry function, but it keeps returning lot size=0....any guess? //+------------------------------------------------------------------+uint entry(string ins, ENUM_ORDER_TYPE type){//+------------------------------------------------------------------+      CMoneySizeOptimized* lotter=new...
[Deleted]
It costs me a lot more on my Internet bill than i get as payment for agents testing. So if I cant even break even why should i participate?? Some one should address this issue.
Hi, I install several agents without any trouble. Now I want to add new computer into cloud network, which is running at quad2duo cpu with 8GB ram, but running at virtual machine (with windows XP), because main machine's OS is linux. There is no MQL5 cloud network and schedule tabs in manager....
Code: bool ma4 = 0; // value 1 == Cross signal if(ma1[1] < ma2[1]&& ma1[0] > ma2[0]) ma4 = 1; Alert("Cross signal down"); Hi, I want my code to print/alert only one time in the journal when ma4 is still in value 1. Right now my code is printing alot " cross signal down" when ma4 = 1....
Hi Guys Are you all able to modify this indicator? I would like to add levels 0.2 (overbought level), 0 (neutral Level), and -0.2 (oversold level) that gives me an alert when the indicator reaches these levels. If possible, I would like an email as well...
Hi, Is there an EA which can set the stop-loss (or better trailing stop-loss) to current price as soon as the open trades reach a per-defined PROFIT Level. Thanks
Hi traders and computer programmers! I am a junior forex trader and my trading strategies are mostly focused on the spreads between very correlated currency pairs and other asset classes (S&P, gold, dax etc.) I mostly work on the AUDUSD NZDUSD pair, cable EURUSD, GOLD AUDUSD, etc.. What I...