[Deleted]
cmon support, how bout some SUPPORT ??? . PLEASE notice how MY HACK works correctly and MathMod() still results in wrong answers. . OR does this highlight a bug in the interpreter/compiler/watevr u using...? why? is the if condition that is giving issue ?? . i have demonstrate below and also on...
[Deleted]
am stuck... please explain results. example: 0.05%0.01=0 BUT "if" condition says otherwise ideas? Best 2 u #property show_inputsextern double dVolume=0.1;int start(){ Print("MathMod(",DoubleToStr(dVolume,8),",",DoubleToStr(MarketInfo(Symbol(),MODE_LOTSTEP),8),")=" ,MathMod(dVolume...
[Deleted]
i already test so kinda know but i want this 100% clear in head by others replies. thank you . my reason is simple, i alter formal declaration from string to int. of course :), i not bother to deal with many files etc. in mirroring this formal parameter change. >>>maybe i assume compiler pickup...
[Deleted]
Hi Can anyone help me to create a simple script ( so i can learn from it and build my EA based on that) Here is what i need. 1. Open ( 1st order) Euro/USD ( for exampel), pending order for Buy_Stop 15 pips above the current market price. 2. Open (2nd order) the Euro/USD (pending) 50 pips away from...
[Deleted]
Hi! I'm new here. I'm a master in computer science but I'm new to MQL4 language. Wherever I have read about Expert Advisers, manuals say that function start() is called whenever a new tick is received. I wanted to write something simple and stupid, but working for the start, so I wrote this: int...
[Deleted]
I would like to send an e-mail when a pending order is opened.Is there any way or ML4 function to check if the order status change from "pending" to "open"?Thank you.
[Deleted]
Hi, I need to introduce in my EA a routine able to ask a password periodically. My aim is to be paid once a month unless the new requested password is not delivered and EA can't play. But I need to write something able to ask password for a monthly criptography. The first help you can give me is to...
Hello. Please kindly advice how to apply price filter like moving averages on an indicator for example:MACD. Thank you. Your help will be much appreciated .cheers
Since generally I set a target for an open position, there is no way I can be notified if the order reaches the TP or ST. Is there a way to generate an event triggered when the order reaches the TP or ST? Thanks!
I started this thread: - just to test this service with elite section EAs; - to compare my statements/performance with RAS statement/performance; - to give elite members oppotunity to use this service first (let's say: expanded beta testing as there are many signals for free) and so on. Public...
[Deleted]
hi, i am writing an EA where i want a position to be opened when three of the indicators i am using are the same colour. please take a look at the template i hav attached take a look at one of the two indicators named HMA_V2. what i want toknow is how can i distinguish between when the...
Hi all, Long time reader, first post. I have a problem similar to ser01 (see : https://forum.mql4.com/16576). I have used a temporary array in my indicator (as suggested in that thread) but the results I get from my indicator are not "right". When I first apply the indicator to the chart, the...
[Deleted]
I want to combine a number of indicators into one indicator but they all use buffers, is it possible to get more that 8 IndicatorBuffers or is that the absolute limit? Thanks, steve
[Deleted]
i have made a couple EA's before, but never with actual indicators. i have attached a template it will help explain what i am doing. when you open the template, you will see three different custom indicators which i did not make, all i want to do is have my EA open a trade on the first bar that all...
[Deleted]
getting an EA to only open an order at the point where a new candle opens and other questions...
(1)
New at this EA programing and I'm having some issues... I'm trying to get my EA to only open an order at the point where a new candle starts, so far with out luck. Can anyone suggest some code that will work or point me to a thread with this info? I'm running diffrent EA's I have on the same pair...
Does any one know how to load a particular symbol on the chart using an EA.Please help if you can. Thanks.
When a tester is running for a certain symbol and time frame, it require that price data to start process. If data is not available tester will not run. Can any one know how to explicitly load data using an EA. Thanks, -Kar p.s. Any idea where can i get help related to this issue.
how to delete pending order with condition "when next bar period begin"??? for example, delete pending order in 0001 minit when 0002 minit,or delete order in 0012 hour when 0013 hour/delete pending order in 1st bar period when 2rd bar period begin.
[Deleted]
Hi I am a newbiew at this. I have an idea for EA but need to someone to help me code. I did preleminary coding in VB6 ( jsut the structure) If some1 can help me to write mql please email at 123@donothing.us or yk@betterqa.com Thanks
Hi, I have a script which opens pending orders. It will work fine once or twice, then stops working. Journal says the script is loaded successfully, then removed. Both when working and not. Can anyone explain this, or point me to a reason why a working script stops working? Driving me a bit nuts...
On the website of the Automated Trading Championship 2008,an Interview with Andrey Soloviev (solandr) has been published. Andrey Soloviev (solandr) is a regular Participant of the Automated Trading Championship. In 2006 he presented a simple Expert Advisor, in 2007- a multicurrency one. This year...
Hi, i modified a Fish indicator to add long/short infos. This is working well, except.... when i attach indicator this information doesn't display in window. I do a right click on indicator to open the edit properties window. I change nothing and click OK. All is now allright, information appears....
I am trying to put an order, I am cloning the already present MACD example, in which I do not understand the following please explain, thanks. All the required variables have been defined OrderSend(Symbol(),OP_BUY,LotsOrder,Ask,3,0,Ask+ProfitLimit*Point,"macd sample",16384,0,Green) Profit...
[Deleted]
Hi there Just introducing my expert advisor Here is how it works We have decided to lease the ea for 1k a month for a min of 6 months The ea will return good profit and has the best sucess rate i have seen The ea wont trade every day nor every week but when it trades it trades to win We have been...
[Deleted]
For example. My T/P level is the 1.382 Fib and I'd like to make this a thick GREEN line with label "target". - Or - My stop loss is the 61 retracement so I'd like to make it a thick RED line with label "Stop". Is this possible? Or is there an indi already made? Thank you so much for the help.
[Deleted]
I wrote a custom indicator. It plots the history corectly but it is inconistent in real time. If i recompile it displays corectly until a few new ticks come in then it goes wrong. I looked at a lot of similar code and everyhing seems corect but it is still incosistent in real time. Any ideas on how...
Hello with all. The future projects are: The possibility of moving the indicator or you want on the graph. FunIndicator V1.8 and News version FunIndicator V2.1 and FunIndicator Lite I added lighting clock if the market of the country is open. Trana_.rar it's font file
[Deleted]
Hi there, Can anyone help me on how to get the higher and lower values for the actual day on a specific chart and save this value on a variable? I don't know how to code it on mq4. I need the values for the "actual day". Thank you very much. Regards Paulo
This indicator which belongs to Bollinger Trading System is very usual in some software. But I do not find it in MT4. Please help me. Thank you.

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.