I use the simple code: #property indicator_chart_window #property indicator_buffers 1 double test[]; int OnInit(){ SetIndexBuffer(0, test,INDICATOR_DATA); return(INIT_SUCCEEDED); } int DaysGone = 0; int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const...
Hello, i looked for an answer in previous topic but i didn't find it. Is it possibile in mql4, with a command line in an expert advisor, toggle the Automated Trading (like Ctrl + E) ? Thanks in advance
Hi all, I have a function to store some daily data and this need to be refresh once a new day starts. My EA is put on 1H chart How to go about doing so? Thanks
I am not a advanced programmer, but I have written an EA that I use to open trades for me automatically when an anti-trendline is broken in a certain way. The problem is I cannot test this EA in the Strategy Tester since it requires human intervention to draw this anti-trendline and then put the...
Hi, I am creating this EA, will open an order when the two lines cross SenkouSpan A and SenkouSpan B.The problem is that it does not open when I cross 26 times forward.It opens the position when the crossing is above or below the y-axis of the current price.place the code maybe someone can help me...
It is so hard to code to make the line (i.e. MyBuffer1) to have different colors while some conditions change... How to do that? Is there any update?
i downloaded an indicator that on a demo made 140% in one day, this is the best indicator i know, but because it is a demo version it stop working and now it is lagging 6 bars with the yellow star signal, can anyone fix the code. thank you.
Hello everyone, I am experiencing problems applying variables "points" and "Spread" to a decimal values. What does the value shown in points mean? How do I get Spread to show only 2 places after the decimal point? I have attached the values that I received while I was debugging the code. void...
hi,friends: I download an indicator,when it works for a period of time,it will have a rest or not work at all .when reload it or turn the chart from m5 to m1,it works well again,the sign appears!! it is very strange, may you help me solve it ? thanks #property indicator_chart_window #property...
When I call ChartReDraw() on a chart, it increase my memory usage 5.5MB. If I have 10 charts, then it is 55MB. ChartReDraw() is also called by CCanvas::Update(). So if you have a CCanvas Object, then you just waste 5.5MB on nothing. WindowReDraw() does not increase memory usage. Is it memory leak?
Hi, is it possible to make script currency converter what i can change as i want like making 100$ into 1 somthing or opposite, so i can moddify values myselfand it shows it on open chart
[Deleted]
Hi there example like picture below,does anyone have or can create indicator something like this idea.It will calculate every pip either positive pip or negative pip we gain while trading ( US dollar) to any currency.We can adjust the currency rate in that indicator.The rate you can get from XE -...
I downloaded tick data from true fx , how do i impor them to tick data suite The only option i found is importing from dukascopy
Hi, Using GBP/CHF, I have an EA that created a buy stop order: 2017.02.03 11AM , Price 1.24673, SL 1.24354, TP: 1.24873 At 2017.02.03 11.14, the buy order was executed. but when I look at the past chart, the price did not go up to 1.24673 at 11.14. Any idea?
When "Show object descriptions"==True then descriptions of all Lines, Channels, Gann, Fibonacci and Shapes are shown, but not for any of the arrows. Is it something usual or am i doing something wrong?
I am interested, I import custom indi - https://pastebin.com/raw/wB52rc5c then in another indi i call it with iCustom(NULL,0, "MyIndi1", 2.0, 2.0, "day", 0, 0); and mt4 becomes spoilt and int needs full uninstall to make it working again.. * P.S. here , in this article, in the example code given
I have an EA that worked perfectly in the Strategy Tester before but suddenly stopped working in MT4 the last few days. There were NO changes made! It still works in demo or live mode. Has there been any changes to the Strategy Tester lately?
Hi all I want to make a custom indicator which detects the pressing down of multiple keys. I have looked around and think you need to download user32.dll. But I haven't found anything which was particularly helpful in how to use it :S. I would need some code like: if(CTRL + TAB) { Alert("CTRL + TAB...
Hi there, I´m just getting insane of it... ObjectCreate(NULL,"Put",OBJ_TEXT,0,iTime(NULL,0,1),iClose(NULL,0,1),0,0,0,0); ObjectSetText("Put","US",0,NULL,clrNONE); string test1 = ObjectGet("Put",OBJPROP_TIME1); Alert(test1); string test2 = ObjectGet("Put",OBJPROP_PRICE1);...
[Deleted]
We struggle, we write strategies, and virtually any expert is capable of generating profits with certain parameters on the final trading interval. Meanwhile, relatively little attention is paid to the selection of parameters. Frankly speaking, I got interested in this topic at because of another
In one of my indicator, i calculate values... double a = 0.005403564271234229; double b = 0.005490378598028686; MyBuffer1[i] = a/b; // <---- If i execute this line, whole indicator stops functioning completely on chart MyBuffer1[i] = NormalizeDouble(a,10) / NormalizeDouble(b,10) ; // <----...
This topic can look at algorithms and forecasting methods
Hi, is there a way to get a return value (other than 0, 0 could be a value of the indicator), if the file does not exist, if I call the file with iCustom? double val=iCustom(NULL,0,"SampleInddoesnotexist",13,1,0); Warm Regards Burkhard
Hi folks, for some kind of backtesting I would like to know, if it is possible to get the price for a certain past time, including the seconds. For example I took a trade at 4:35:42 with 5 minutes expiry on BO I would like to know the price of 4:40:42. So not the close or open, but the correct price...
I need to create an EA that checks on every tick if there is a gap on every pair. Im using for loop to loop 10 times and i'm using double current_high = iHigh(Symbols[j], PERIOD_M5, i);double current_low = iLow(Symbols[j], PERIOD_M5, i);double previous_high = iHigh(Symbols[j], PERIOD_M5, i +...
Hello, I have a user that has crated some offline charts with new symbols, for instance "NONSTD_XAUUSD" Clearly there is no static market data configured for this symbol so calls like MarketInfo("NONSTD_XAUUSD", MODE_TICKSIZE); will then return 0 I searched the forum and found a couple of threads...
Hi, Could anyone tell me if there is a signal. I need to find a signal and alert me if for my Moving Average system. For example, MA5 cross MA10 etc. Best regards
I need some help with making sure orders are not being placed for the same Magic Number && Symbol && Direction for the purpose of having several EA's running and not interfering with each other. I will have an EA running for multiple symbols etc. If true, don't trade again until the current order is
greetings everyone, im trying to modify this basic EA that a lot of people use as a foundation for simplicity sake i will use the original EA as an example it buys under certain rsi condition,closes and reverses direction to short on the opposite condition....switching direction back and forth it...
Hi I got some problem on setting the S/L. The EA seems running good, but it got the error message sometime. Below is the example, position with the same S/L level is opened after 4 second of the Error message. Can anyone know what happen? Thanks

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.