[Deleted]
Is it possible to run through historical prices and volumes with an expert advisor as if it were happening live in order to test it without having to wait for months at a time? Phil Stone
[Deleted]
Hi All While compling my code, I encounter the error msg for this statement. if (PRICE_CLOSE > 0) lots = lots / PRICE_CLOSE; Please help. Thanks. ^_^
[Deleted]
#1---how do I input and activate the following 2 indicator subwindows (labeled as follows): (a) Stochastic Slow (High,Low,Close,15,3,3,1,20,80) (b) CCI Average (14,9,-100,100) #2---what is the profitable way to interepret FRACTALS (and ALLIGATORS) and what market environments (trend vs
[Deleted]
Hello, I am using cycle operator 'for' in similar example like the one below for(i=1;i<=255;i++) Print("Number: ",i); This one should print the numbers from 1 to 255, however it prints the numbers from the number which is different from 1, e.g. 20 and continues up to 255. It should always start from...
[Deleted]
Hello, I am new to MQL4 I was making some modifications to the attached indicator. The file with my changes is attached. I was hoping someone could help me change the line style from style 0 to style 2. I am not sure which line of code changes the line style. Any...
Hi all, i need to use iLow, iHigh and iOpen/Close functions in one EA. It works fine for some pairs but for some pairs not. It depends on history in database. Basicly i want to make sure that all history is downloaded, when not download it. No info in the docs :( so please someone help
[Deleted]
hey stringo... do u mind to send me an email? kakeru.kotaro at jee mail ... thanks. im waiting..
[Deleted]
Hi All For eg, I would like to run my EA 2 time within 1 min on a 1 min chart. That is, I want to run my EA on the 30sec mark and the 1min mark. Is this possible? Thank you for the help in advance.
Hi, I'm searching for an indicator that returns the number of executed trades on the last bar (the bar that is forming on the graph). Anyone can help me? Thank you! Alberto
[Deleted]
I need to backup my MT files from an XP machine and restore onto a Vista machine. I have tried copying the entire contents of the MetaTrader folder in Program files and overwriting the same folder on the vista machine, but it makes no difference. The Vista machine must be getting its data from...
[Deleted]
When I try to use Copy & Paste in Vista Home premium, it immediately shows a message that an error occured and windows is closing the program. Is there any solution........... Thanks in advance..
[Deleted]
Hi, I just can;t exit on psar in my EA. It does this weird thing where it exits and enters numerous times. Also it exits on will, usually not on first, but on a second change in psar I attached the file for reference int start() { int cnt=0, total; if(Bars<100) { Print("bars less than 100");
[Deleted]
#property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 MediumSpringGreen #property indicator_color2 DeepPink extern int COUNT=5; double HighBuffer[]; double LowBuffer[]; int init() { SetIndexStyle(0,DRAW_LINE,2,2); SetIndexStyle(1,DRAW_LINE,2...
This is a very simple breakout MA based on rapid price deviations from a significant moving average. It is designed to work on the H1 time frame. With the default parameters it is ready to trade EUR/USD, GBP/USD, and USD/CHF. For use with other crosses it is necessary to switch the base MA to a more
Could someone please help me: What I require for my current EA is some code that will "disable" my buy and Sell conditions if: A profit or loss was made on any new days trade. I was thinking in terms of AccountProfit() made today: Thus If AccountProfit for "Today" is Zero, then go to buy or sell...
[Deleted]
hi if( (RSIbuffer[i+1]<50) && (RSIbuffer[i]>50) ) { thetime=Time[i]; ObjectCreate(thetime, OBJ_VLINE, 0, thetime, 0); ObjectSet(thetime, OBJPROP_STYLE, STYLE_DASH); ObjectSet(thetime, OBJPROP_COLOR, Green); } the objective is to create a vertical line everytime RSI goes below 50. but it seems its...
[Deleted]
example: ---------------- |ABCDEFGHIJ| <------- OBJ_LABEL ---------------- |<-? pixels->| thansk
[Deleted]
I am new to MQL4. Would someone please tell me the reason we would shift bars when using an indicator? Not sure why.
Hi, I remember someone here said he had an EA can follow other EAs actions. A slave EA will read the account, filewrite a file in disk and another master EA will fileread this file, pick up the symbol, open price, SL, TP, etc. then ordersend... I'm just wondering if the master EA fileread the file...
How come the values of the 365 EMA show differently depending on which you use? Alpaari will show one value which is a 60pip difference than interbankfx
[Deleted]
Please, who can advice me on the smart phone or PDA to use for mobile trading at a modest price ?
[Deleted]
i am using a dll in my EA and my DLL listens a port. i want to use the string that is send to my port. my DLL function returns the string as LPCSTR. when i try to show the value with MessageBox function in MQL i just get a number. is there an encoding problem?
[Deleted]
hi if( (RSIbuffer[i+1]<50) && (RSIbuffer[i]>50) ) { thetime=Time[i]; ObjectCreate(thetime, OBJ_VLINE, 0, thetime, 0); ObjectSet(thetime, OBJPROP_STYLE, STYLE_DASH); ObjectSet(thetime, OBJPROP_COLOR, Green); } the objective is to create a vertical line everytime RSI goes below 50. but it seems its...
[Deleted]
Hi pros,i like to adjust an EA of 2 EMAs to be taking decisions based on the current forming bar,but i don't know the instruction to use,is it bar(0) or bar(1)? please help me .thanks. Willy.
Hello FriendsI tried to use the fib channel from metatrader and found that it does draw channel lines back of the trend rather than in the new direction. Please can some one help with the proper usage>? Thanks Mohamed
[Deleted]
hi. i want to make a red vertical line when e.g. RSI goes down below level 50 and a green line when its goes up above 50 level. but the problem is, next bar can be its RSI still be below 50. so i dont want the indicator to create many red vertical lines every time RSI is below 50. my code is like...
void ModifyOrder(double buyTS, sellTS) { if (Bid - OrderOpenPrice() > buyTS * Point) if (OrderStopLoss() < Bid - buyTS * Point) OrderModify(OrderTicket(), OrderOpenPrice(), Bid - buyTS * Point, OrderTakeProfit(), 0); if (OrderOpenPrice() - Ask > sellTS * Point) if (OrderStopLoss() > Ask + sellTS *...
[Deleted]
Hello phy,i want you to check out this EA to see if you can modify it,i bought the EA and it's working fine but sometimes he have a major lost which affect so much.You can check my attahment for the EA .Try and get back to me in my email when you get it modify ............ Email-
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.