Dear Colleagues, since few months I`m succesfully trading with Stochastic and MA on 1h/4h charts. Few days ago I decided to automate my simple strategy, but I have some problems with opening and closing trades. The rules of my strategy are very simple: Open Buy trades: - if price is above Moving
Hello, how to control number of trades per currency ? For example, for current chart with running EA (for example EUR/USD), I would like to open maximum 1 trade. How to control number of open trades ? On this forum I found something about OrdersTotal(). How to use it to control number of open...
[Deleted]
Hi all, i'm a newbye mql4 developer and i need some help from you. I have two tasks to do: 1 - Save real time data (every second) from all assets with these information: AKS/BID price, LOW/HIGH price, time, some indicators (stochastic, macd and others). I read that for the first information i can
Hi, how do I remove duplicate values from an array? I have tried to add a check to stop it adding duplicate values in the first place - but this doesn't seem to work. //+------------------------------------------------------------------+ //|
Hi, I have a simple check in my EA iOpen("EURUSD",1440,1)<Close("EURUSD",1440,1) - meaning did the price go up? on the tester it does bring the correct information - open> close - but on the live EA he 'thought' the opposite. how could that be? I am running it on 1M chart in both cases. Ta IYC
I have this class OrderInfo Why is it if I use orderInfo = new OrderInfo() ; orderInfo.setStopLoss( 0 ) ; Then I pass the OrderInfo object to other object from class Executioner executioner.setOrderInfo ( orderInfo ) ; Definition of function setOrderInfo in class Executioner: public void...
Check your extern bool variables, they are not giving the correct settings, they are hit and miss
Hello, i wont to ask if it is possible to get a info abaout the zoom faktor fromthe aktuelly chart. You all know the zoom in and zoom out button, I must to know for a Indicator whichZoomlevel the are actuelly, gives it there a soultion for to get know how big orsmal the zoom is?
Hello again, the first time looking for string-Values in MT4 out of a c++ DLL takes me a day without success :-( And I've been working with the example first ! All my calculations are working but strings.... The story: c++ ---------------------------------------- I want to code with 'wstring'
I am new to MQL4 program. I want to write an expert advisor program and test it with MT4 historical data, not live data? It would be appreciated if someone could provide me some ideas on how to do this. Thanks, Gorton
Hi guys, I wanted to generate an offline chart (by the original PeriodConverter script) that is equal with the donor one. For example: EURUSD,H4 >> EURUSD,M57 (this came from EURUSD,H4 by InpPeriodMultiplier=1). I used H4 chart as donor instead of M1. I found that there is a missing bar (index 1)....
struct MqlTick { datetime time; // Time of the last prices update double bid; // Current Bid price double ask; // Current Ask price double last; // Price of the last deal (Last)...
What MM software do you use for your FX MM needs? There is Market System Analyzer from adaptrade but it is buggy laggy and weak.. not for FX :(
Hi Guys, I am working on mql4 for almost 1 year and I have learnt so much thing from your comments. however I couldn't understand OrderTicket . When I open a trade how could I know the number of Ticket. When ea opens trades, each trade will have different ticket number and then I am not able to...
[Deleted]
I would like to know how many minutes have passed since EURUSD was exactly 30 Pips lower than it is right now. How can this be done with MT4
Hello, I want to find MT4 build from mql4 code. How can i do this? The reason is my programs work only in MT4 build 765 or highter. Thanks
[Deleted]
For example, I place an order manually. I have to go away from the PC and leave it open. I want a trailing stop loss to be applied once the order is in profit at a predetermined number of points. Is an EA best or can I apply a script once the order is opened?
[Deleted]
Today I wanted to dig deeper into canvas and controls objects and stumbled upon the datepicker datedroplist and timepicker mqh. All those includes require a file themselves called #include <Tools\DateTime.mqh> This folder and DateTime.mqh file seems to be missing on my terminal. I was not able to
[Deleted]
New to these boards, greetings. I use an entropy based indicator as a core element of my trading strategy. This one in particular: https://www.mql5.com/en/code/8240 However, the drawing line in the indicator window that updates with tick movement, only works as intended when coupled with an...
Hello, I am looking for some code or indicator that determines the High and Low of the Previous Month and Week. I have found lots of indicators online that determines the High and Low of the Previous Month as of the current date, but I would like to determine...
[Deleted]
Hi I need to set the bollinger band as below : Upper Band Deviation = +.382 Lower Band Deviation = -.382 I tried many times on MT4 but failed.Does anyone know how I can do this kind of setting ? Thanks in advance.
Hello to all, I have recently learnt how to code the new MQL4. and i have written and EA with open position when its attached to the chart. but i have a problem! when I change the time frame the EA recalculate and re-initiate and open new positions. I want to know how can i stop that. I really
Any help would be great.
article "DataFeed API: Writing Your Own Data Feeds ? where i can find this info ? thanks very much can you give me some demo ? Thanks !
Hi all, I've read about "DataFeed API: Writing Your Own Data Sources" article. It's said that I should implement my data feed in C/C++. I wanna know that can I write my data feed in Java cause I'm not used to C/C++. I tend to use jna to communicate between java and MT4 API. Can I do that? Thx in...
Hi there, in one of my EAs I'm trying to keep a grid with hedged positions and I want to keep two lists with longs and shorts ordered by current profit. Iterating through MT4 pool of orders/trades gives me the orders ordered by creation order, and as far as I know there is no way to get them ordered...
[Deleted]
Hi i hope i can find someone who can help me to solve this problem, i would be very thankful Initial Situation: We developed a multichannelfilterindicator based on different standard indicators calculationesfrom Metatrader. This indicator was conceived to be used in ourexpert advisor. The...
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.