[Deleted]
I know people don't like martingale systems but I would like to have EA for this. I'm not very familiar with EA's so I don't know if this is possible to make but here it is: EA that I could adjust while I'm using it so I could just set the price levels and lot sizes i want it to use in any...
Is anybody else using Alpari UK? I have been using an Alpari Classic account for the past year and was very satisfied. However, during this month I've experience five connection failures on both my VPS and pc at home. It last from a few minutes to over an hour. Once the connection has been...
[Deleted]
[Deleted]
Newbie and must be completely stupid. Using MACD Sample.mq4 able to compile without errors and get MACD Sample.ex4 in navigator Templates after clicking files "Show All". Attempt to drag drop this .ex4 file onto chart but nothing happens. Suspect there should be an Experts directory shown in
[Deleted]
There Are two sets in this version This Robot Works Only On Interested People Mail Me At Post edited because is advertising and is arguing with RaptorUK -BB-
[Deleted]
Hello guys. I'm using LibOrderReliable to place/modify orders. If I use the same EA on different pairs and the want/need to call LibOrderReliable- can this cause problems. There is always one EA saying "could not find LibOrderReliable". Could this have something to do with it? If so: What's your...
i can not use filewrite() /fileopen()/fileclose() function,and now want to write data to excell file .may you help me ? the data format is like this : A column write in data "x ",B in "y",C in "z" .....all the data is int,and the file directory is "F:/sss.csv" . i have usd print() function write...
[Deleted]
Hey, If i set previously in the ' int Start ' Wysoka=iHigh(" EURUSD ",PERIOD_M1,n+2); and Niska=iLow("EURUSD",PERIOD_M1,n+2); The indicator appears on the chart, so i guess variables Wysoka and Niska are also set right with the High/Low price? So I want now just to open trades while the price is
"I go against the axe In my hands clutching the crowbar, As a symbol of the triumph of Good In its struggle against Evil." (c) F.X.AntiMartin // My translation It's done. Finally we can rejoice at the chance to finish, that is, to clarify to the very end the topic of martingale. And the
Hello, I run several MT4-Clients on my server and sometimes I got the message "cannot login [No connection]" in the journal What does this mean? I don't fount a documentation of this. I run the same EA in different clients to the same Broker on the same account. So they use the same...
I like MQL4 platform, and i strongly favor the testing power and optimisation tools, also the more open programming flexibility, but my point is, i want to test my strategy in other symbols, like individual stocks and other stock indexes, futures contracts, etc. How can i do this? appreciate very...
[Deleted]
Hello, I am using a Comment() to display some debugging information but the font is not very convenient to read. Is there a way how to change the font (especially make it larger)? Thank you! Pavel
Hi ! I want to show you some good result trade over the past six months, though of course the last couple of months of trade deteriorated, probably due to low volatility, but as a final result big profit with little drawdown.
I am now completing the article titled "Why is the neural network retrained? Created an EA for it, which uses an algorithm that corrects and makes it difficult to retrain the network. It needs to be tested on different instruments, timeframes, quotes from different brokerage companies. How to do
extern double Elevation = 200;extern double Stoploss = 150;extern double Takeprofit = 660;extern double Lots = 3;extern string TradeSettings="Mt4 time(min-max): hours 0-23, minutes 0-59, seconds 0-59";extern int TradeHour6=6;extern int TradeMinutes6=0;extern...
Hello, I found great EA, but I need a little change code.. It always open two orders, but at the same time, problem is that I need that it open each order with delay between them- 20 seconds. Could someone code it? :) (sorry about my english)
[Deleted]
Hi There, I've had an account and have been running metaquotes platform for about 1 month with no problems. Suddenly, I can't seem to login or connect at all. When I first open the software I get a "No Connection" error and when I try to manually login I get an "Invalid Account" error. I have the...
[Deleted]
Hello all, I'm writing my first EA with no background experience, just learning it as I go and its coming on quite nicely- but im struggling on one area. I want to take only long positions when price has broken above the high of the preceeding 120 bars and go short when it has broken below the low...
Hello, I would like to know what kind of backtesting is morereliable (each tick, control points or just open prices) in an expert advisorprogrammed in open price. Thanks
Hi I am knowing MTF-indicators, that shows the value e.g. D1 MA as ONE price over 24 hours in the past. Is it possible to draw the calculated values from the past for a MTF-indicator?? Does anybody has an example??
[Deleted]
Hello all, After beating my head and trading manually while being glued to the screen Ive come across a indicator that is 1/2 of my strategy (pin bar strategy). I am hoping some of you out there can help me finish this EA. Ive traded this system manually and have had great success with it. Manually
[Deleted]
Something's wrong with the strategy tester. The following code draws fibo fans from the second and third period tops/bottoms, one going up and the other facing down. (From 3rd period's - hour by default - top to 2nd bottom and from 3rd bottom to 2nd top) It works just fine in realtime but won't...
Opinion--- How about such trading? 3 times less one month. basically, the lots is small and profits each deal is samall, since the initial deposition is only 53 $ .
I want to to create a line with according to pixels not with price and time... On my "trading view" I would like to have "mini-charts" with different time frames, like the picture I linked to... http://www.mediafire.com/i/?2hnu70cc2pjw6s0 A work around could be a loop with text like "dots" (.),...
'Alo mates need just lil help, solution how to close all opened and pending at the end of the day it shloud be like int start(){if ((TradeHour==Hour())&&(TradeMinutes==Minute())&&(TradeSeconds==Seconds()))Executor();} int Executor() {close all trades??? } but I have another function like this in...
int start(){ int limit; int counted_bars=IndicatorCounted(); if(counted_bars>0) counted_bars--; limit=Bars-counted_bars; for(int i=0; i<limit; i++) { ExtMapBuffer1[i]=Close[i]>=Open[i]*1.1; } return(0);} Running results,why?
Hello, i am requesting someone to help me on installation method of channel scalper 1.01 indicator (specially .set files) in the MT4 platform. I can not understand how i install .set files in MT4 platform. I am giving website link of full package of this indicator. Please download the indicator,...
THE CODE IS BELOW AND ERROR CODE IS " END OF PROGRAM NO FUNCTIONS DEFINED " HOW CAN I SOLVE THIS?
[Deleted]
I've been running into a 136 error frequently when my EA has been trying to place an order. What's this really all about? And apparently NormalizeDouble is an important part of the EA placing orders. I searched through my code and I'm not using NormalizeDouble. Could this be part of the problem

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.