Hi all ! Please Help or advice ! Currently i'm using the code at above to open/close a trade and it working fine. But problem happen when i trade more than one pair currency ! (Same EA loaded into different pair currency chart). Thanks in advance.
[Deleted]
HI traders, I have quite a good EA, but I think it would work even better when I add a filter to it. Firstly, I will describe, how it works now: It is based on MA - when a candle crosses MA, it opens a trade by the beginning of the next candle (in the same direction as it crosse the candle). The...
I found a website that searches this website with great detail. It does have ads but I just ignore them. http://glm.net/forex Thanks kalkaska
I have a problem in my EA, strategy tester reports invalid index buffer number error repeatedly throughout the test so I created a simple test EA/Indicator combination to try and find the cause but I still get the same results in tester, I cant see what is wrong with these test programs can anyone...
[Deleted]
I wanted a code to find the previous/nearest highest price bar such that the high price of the next bar and the high price of the previous bar is less than this bar. Any ideas????
int start(){//----int action = 0;double loty = 1/100;int course = Bid;int lastOpenTime = 0, needleTicket = 0 ;double point = Point;double diference = 50*point;bool result;double price, Oprice;int cmd, error;for ( int i = OrdersTotal () - 1 ; i >= 0 ; i -- ) {if (OrderSelect ( i, SELECT_BY_POS,...
This seems way to simple but I'm missing something and its only changed recently This used to work a couple of weeks ago: OrderSend(Symbol(),OP_BUY,1,Ask,5,Ask-25*Point,Ask+35*Point); Now it doesnt but if I change it to 0 stoploss and 0 take profit it does work: OrderSend(Symbol(),OP_BUY,1...
Hi, I am trying to code the RelativeSlope indi. The Rslp buffer always returns a "zero"when it is just a 3 periode EMA of the PLOT1 buffer. I would appreciate some advice about what is causing this issue. Thanks in advance #property indicator_separate_window#property indicator_buffers...
hi guys ... Can someone modify this indicator to appear for all the last days( not just the current day ) to make a BackTest for it
Hello kind people ! ok, still early days that i have been dabbling with OCO, but is the concept of constantly running an OCO EA on MT4, straddling price and rebooking immediately after again automatically not possible ? so, if EURUSD is currently at 1.40, OCO is placed either side at 6 pips for
-> You can see I downloaded the historical data used to test my EA .However, I found where the data are broken. Direct data not find them 2011.6.10-2011.9.14, I repeated several times to download the results of operations, but no difference. How should I do? Can someone help me?
[Deleted]
I am collecting a high and low for a previous period and I want to place an OCO using the high as the pending "buy" price and the low as the pending "sell" price. This works perfectly fine on my laptop using it on 5 different instruments. It works perfectly and executes...
I need help . How to create alert system in indikator ? It is about Parabolic Stop and Reverce indikator . Please if someone have idea or is ready to help - I'm here or charabot@gmail.com Thanks in advance
[Deleted]
Hi all: On page 32 of ¨last added¨from section Code Base, i found an excellent EA. I don't know what his author was thinking about when he wrote it, but for me it is based on one of the very few truth in forex. That meens that in forex, for a currency to make (for example) 20 pips is much easier...
[Deleted]
Hi! As far as I understand, the EAs run each time a tick happens. Now, the question is: is it possible for two ticks to happen so close one from the other that the expert runs twice in a quasi-parallel way? The issue I'm having is that there is a method that checks how many orders are there for...
Hi guys, I have a for function that returns me some prices. For example 1.4200, 1.4350 and 1.4400. I want to put Buylimit orders to the prices, but i have 2 troubles. I don't know how to save the prices and keep them with me because my for function only give me 1 price and not 3, I only have 1...
Hi, does anybody have the classic zig zag indicator, but instead of using the high and low, using just the close?
Can someone look at my code and tell me why I am getting an error.... Error=invalid stops this code actually works on one broker (Askobid) but I am getting the error on other brokers. thanks for your help. //+------------------------------------------------------------------+ //|...
[Deleted]
Hi, I have coded this EA - for some reason, MT4 cannot backtest it - it says Using M1, then once that is finished, it gets stuck. Any suggestions? Thank you in advance //+------------------------------------------------------------------+//| MACD...
[Deleted]
which company in HK got the most reliable MT4 platform for doing EA on Gold? anyone can recomend?
(1)
which company in HK got the most reliable MT4 platform for doing EA on Gold? anyone can recomend?
[Deleted]
Am I just not seeing it or is there really no search capability for this forum?
[Deleted]
Does anyone know what is wrong with the mql4 server? For the past few days when I try to do a search I get "An error occurred. Please try again later".
[Deleted]
Hi, I am completely new to MQL4. Can anybody please advise on how, where to test out MQL4 code? I need canned market data and live market data to run my MQL4 code on. Thanks much.
[Deleted]
Hi, everyone! I have an EA wich works good for me, but sometimes It don't put Sl and TP. I mean: the ea works great for 7-8 trades and then when it open new trade it don't put SL and Tp, and I must to put it manual. Then it start works again good, but after 3-4 trades again do not put TP and Sl....
I'm using this Trend Signal indicator and it fails to keep the trend up and trenddown arrows on the chart current. When indicator is reset manually by either reloading,opeing propeties and clicking OK or changing chart timeframe and back again, itredraws the latest arrow with new data. But it...
Good afternoon! I would like to provide traders and investors with examples of my Expert Advisor. Just so there are no unnecessary questions - the Expert Advisor is not for sale! To familiarise myself with the operation, I have not made images of typical reports that you can draw. Today since
Hi, I 've deleted manually all history data folder/s and files on my Meta Trader 4. Now after download the history from menu tools - history center for EURUSD I can not make back test, because there is the message displayed: "no history". How tu rebuild the history folder for eurusd and the other...
I have problems w/ OrderClose function ... can someone help please? the order should be closed on Monday at 00:01 OrderSelect(ticket,SELECT_BY_TICKET,MODE_TRADES); if((DayOfWeek()==1) && (Minute()>=1) ) { if (OrderType()==OP_SELL) { OrderClose(ticket,Lot,MyBid,SlipPage,Green); } }...
hi i was coded order expire time but it was not working pleas help to slove this problem if the order has open at 12.25 hour then it has expire ya close at 13.25 pleas help .. bool UseTimeOut =TRUE; double MaxTradeOpenHours = 1; if (UseTimeOut==TRUE) double expiration = TimeCurrent() +...
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.