[Deleted]
Hi there! I am new to mql 4 and I made a simple 2 EMA cross advisor, which I have tested on demo account , but a little bit scared to get it on a real one Testing it with small lots on 1h scale would take too much time, and testing it on minutes scales is expensive, because the minimal lot at my
Hi, I am running 2 indicator scripts at the same time both making text outputs (Prints...) in the experts window. Is possible to avoid the outputs by a command ? Something in the top of the script like "#property ..." ? Thanks
Hi, I have a custom indicator which does calculations using three time frames and draws them on the chart. It basically draws the 3-sigma bands of t1, t2 and t3 time-frames (t1<t2<t3) on a chart of t1 time-frame. the symbol is not important. I have now written a EA which uses this indicator ( and...
I finally managed to create the code I wanted, and learnt a huge deal from getting stats with it. Probably most importantly , that in about 2 months from now I would have wiped out my account (even though I am making money now). If only I started learning 15 years ago! Now, I have this question. I
I have prepared data for strategy teater as below: open a chart window, zoom out, then mouse left down, drag towards to right from left, many new bars coming; so this behavior has download recent data in the current time frame; now I download like this from 2013.12.1 to now. after this, I download...
[Deleted]
Let say I have 3 sell orders currently running. Which command should I use to close them all? OrderClose() ?
This simple code,add 10 to initial equity value (1000) each second until it reach 1200,now what i want to do if possible?, is fixing value to 1200 . after if my metatrder4 shutdown and restart,de counting process must begin from 1200 and not the old value of 1000. thank for any help...
[Deleted]
Hi. I'm Japanese. So I can't speak English. Sorry. Many people uses there's own indicators. I use "Standard Error Bands" indicator and BollingerBands. Standard Error Bands show the direction of the current trend and the volatility around it. Default settings are LinRegLength(21), SmoothingLength(3)...
[Deleted]
Today Friday 20 December 2013 (GMT+1), I have identified two situations where iClose at first returned incorrect values. What follows are snippets from my log-files (time-stamped GMT+1). 2013-12-20 00:00:03.7687|TradePlatform.MT4.Core.Nlog.NlogEntryLogger|Debug|4|, <-- ###MQL###|iClose|USDCHF|1440|1
New article Indicator for Kagi Charting has been published: The article "Indicator for Point and Figure Charting" has described one of the programming ways of creating Point and figure chart. This chart is known since the 19th century. However, this is not the only chart from the remote past....
[Deleted]
sorry, just had to get some attention for my problem, could anyone help with in programming a stoploss, the draw down on my EA is exhausting, although it has produced some good results Bars in test 740874 Ticks modelled 1418416 Modelling quality n/a Mismatched charts errors 0 Initial...
[Deleted]
I have several mt4 broker platforms in DEMO mode and all at once none of them are active. Prices are frozen, etc. How can I determine how this is happening?
hi every one i have this expert open orders when no orders open and if current order is loss EA open new order EA use this code ordertotal()==0 to check no orders open to start work but i need to change this code ordertotal()==0 to check if any buy orders was opened, any one cn hlp i try to use...
-
Hello, Attached to this mail is my code and some explanations of what my EA should do but apparently it is having huge problems. I want something corrected and Trailing stop added. This EA should trade all the crosses of Moving averages , due to the fact that all crosses do give a signal of a trade
I am using dukascopy data and getting 99% modelling quality on the m1 (not sure that is even possible) and when I click open chart, the entries are not even within the price of the bar, they can differ from the bars price range by around 20 pips sometimes! What causes this and does that mean the...
Hi. I use a grate indicator- the Daily pivot points . but I have a small problem . there's no alert sound when the price cross the trendline up/down. it requires me to check the charts all the time. it's too bad that there is not alert sound. please, can someone put an alert sound to this indicator
[Deleted]
I would like to change the time zone for my metatrader. Can anyone tell me how to do it? Thanks
Hello, I want to sort a group of numbers and find how many times a number has occurred or the most frequent number. The numbers are pulled from a chart. example would be: 1,3,1,4,7,2,6,1 the answer would be 1. I don't know what the range would be but I know how many numbers in the group. Java's...
Hi How can I get alerts in realtime for specific bunch of scrips in such a way that whenever scrips reaches a specific price I get an alert. I want to enter alert using horizontal line or any other way deemed fit. Is that possible in MT4 or MT5? Please help. Thank you -neo
im try learn :) Im add extern int Distance = 100; and now work fine distance but take profit / stop loss not work
I want create 3 OBJ_TEXT on 3 lines from lower right corner of sub window. Without text overlap,when zoom in sub window. (not use OBJ_LEBEL) Thank you
hi, i have indicator candlestick pattern, and it works ok with my modifications about some patterns in it. problem is when changing TF it delete text i entered on chart. not label text. i know this is because of this code : ObjectsDeleteAll(0, OBJ_TEXT); when i put this code -...
int start() { int counted_bars=IndicatorCounted(); //---- double factor; int x1=60,x2=125; factor=x1/x2; //factor=0.12345; Comment(x1,"/",x2,"= ",DoubleToStr(factor,4));//---- return(0); }//+------------------------------------------------------------------+ I have a simply code...
Hi, I made a script to open trades of 2 symbols. When I test it in the Navigator, it seems that Navigator supports just scripts for 1 symbol. Can someone confirm this limitation ? Thanks
Can anyone pls advise I am trying to run this basic short MQL program to read/write to external file and have reduced errors but can't get further. Can anyone help in debugging this? //+------------------------------------------------------------------+//|...
#property copyright "mankin"#property link ""#property indicator_separate_window#property indicator_minimum 0#property indicator_maximum 1#property indicator_color1 Blue#property indicator_buffers 1extern int Number=30;double Line_Buffer[], Mean_Buffer[],...
#property copyright "mankin"#property link ""#property indicator_separate_window#property indicator_minimum 0#property indicator_maximum 1#property indicator_color1 Blue#property indicator_buffers 1extern int Number=30;double Line_Buffer[], Mean_Buffer[],...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.