Hey Fellow Traders, I developed a semi automated trading system, based on a weekly chart, 10 points of entry for shorts, and longs(identified by the user on the chart).5 points for short orders, 5 points for long orders System rules: The system trades on a weekly chart(static chart).First: the...
[Deleted]
Set up my first meta trader account last week.I have been sent a zip file of some templates to use in accordance with a trix strategy.Please could someone advise me of the process of getting these onto my platform. Many thanks in advance for any help that people can give.
[Deleted]
Hi everyone ! Please forgive my bad english...I am french...nobody is perfect... ^^ Well, I would like to know if you could help me because i'm completely a noob in MQL4. I am trying to make an easy EA wich will place pending BUYSTOP and SELLSTOP orders on the highest and lowest price of the last 3...
Is there a command in MQL4 that will display all available symbols offered by the broker?
[Deleted]
As you read in subject, I need to proportioning 2 buffers with different homogenous size,i n the same subwindow. ex. BufferOne[0] = 1.10 ;BufferOne[1] = 1.15 ;BufferOne[2] = 1.22 ;BufferOne[3] = 1.50 ;BufferOne[4] = 1.30 ;BufferTwo[0] = 100 ;BufferTwo[1] = 150 ; BufferTwo[2] = 350 ;BufferTwo[3] =...
void function(){ int i; for(i = OrdersTotal()-1; i >= 0 ; i--) { OrderSelect(i,SELECT_BY_POS); bool tp1_allowed= true; if(OrderSymbol()==Symbol()) { if(OrderType()==OP_SELL)...
hi guys, I have a request about a very simple EA I wish someone could code for me. It involves only 2 types of candlesticks, dojis and hammers. Once the EA has found either pattern it would then place a buy at the high and a sell at the low(waiting for the break out). trailing stop of 15 pips and a...
[Deleted]
Hi Guys, is it possible to convert/translate and/or import a trading strategy written on Tradestation EL to Meta Trader 4. Alternatively can I use TS to generate the orders and Meta Trader as my front end to execute ? thanks
[Deleted]
All of a sudden my script terminates with the following error: 4005: ERR_NOT_ENOUGH_STACK_FOR_PARAM: Not enough stack for parameter . What could be the reason for this error, and how could I get rid of it
[Deleted]
if buy is true while sell is false,it will be 20 orders. if sell is true while buy is false,it will be 10 orders the question is when buy and sell all true,ea will only do as sell is true ? any advice? start: if (!ExistOrder(OP_BUY) && buy){ OpenOrder(OP_BUY); } if (...
[Deleted]
Hi, could anyone be so kind to give me an indicator which will show pivot points for ONE day, and also showing the hi and lo from yesterday? I had a copy of a really good indicator which showed this, until my laptop collapsed and I lost all my favourite indicators. I also had a package of different...
I am using H4 to backtest on USDJPY I update the historical data and my backtest has not the same resul. I check my H4 file before update, all the volume are now different ? ex: before : 1999.01.04,04:00,113.470,113. 700,113.400,113.610,226 after : 1999.01.04,04:00,113.470,113.700,113.400,113.610...
[Deleted]
Dear All, Can you help me find out the general formula for calculating the overall initial margin requirements for a set of long and short positions at the same time? Assuming that, The same symbol is used, say EUR/USD.The standard lot size is, LOT=100,000.00 units.The leverage is, LEV=200 (i.e. 0...
[Deleted]
When I change the code on an EA then save it as different name it changes the one I am working on . Anyone ever have this problem? Don't know if it's in the platform or my computer. Also I have never used a limit order in the code before.Just market orders. For example : Buy 3 pips below Ask[0]...
[Deleted]
We our company would like to try out this MT4 metaqotes and unable to code these EA, we are one of the mainland china companies dealing with especially gold and silver business. We currently need to try out the following testing trial as well Please give the following information for try out login
[Deleted]
hi all, i am totally new to this world, and i would like to ask a very newby question (sorry about that): i am from outside US and i would like to open a new real account. what are the brokers that one can connect from this application? are there some recommended ones? i would like to open an...
B"H Hello there, Assume I have reliable M1 history bar-data. Is it possible to generate reliable M5 bar-data out of it? For example, by applying the following conversion scheme: Observe 5 consecutive M1 bars on each iteration. On every iteration determine the attributes of a single M5 bar (Open,...
I've been looking for new EA's and I came to a conclusion. I want that the EA do this every time it happens (IF the opening price of the candle < moving average 50, AND the closing price of the candle > moving average 50 I want to BUY) If possible i want another EA that do the oposite (IF the...
Hi, I need to point out the first long order that occurs after a pause of no open long orders (this EA trades multiple orders in the same direction). The code below tries to find this order, and put a marker on it (for debugging) . The EA places its trades as usual, and in the Start function I call:...
[Deleted]
Hi guys, Is there a way to detect if an account that an EA is running on is a spreadbetting account as opposed to an ordinary account? The difference lies in the designation of P/L calculations - Spreadbetting gives a different result to ordinary FX accounts since P/L is measured in terms of Stake...
[Deleted]
I use strategy tester from metatrader 4 Speed 32 is too fast and 31 very slow !!!!!!!! Any help please?
[Deleted]
help me, problem err 130 with pending's configuration or err 138 with ordersend mkt configuration
(5)
function for management void hedge{for(int i = 0; i<OrdersTotal(); i++){OrderSelect(i, SELECT_BY_POS, MODE_TRADES);if( OrderSymbol()==Symbol()&& OrderMagicNumber()== M1 ){ // simboloif((OrderType()==OP_SELL) ){// [ variables taken from order SELL ]stop = OrderOpenPrice();price =...
Every day, tens of thousands of unique users visit our forum, and we don't always manage to respond to violations of the Rules of MQL5.community. That's why we decided to improve our forum by introducing the status of a social moderator. We hope you'll like the candidates whom we've selected for...
The system will sell when the current price reach the upper bolinger bands,but it seems don't work .Help me,thank a million!!!!!!!
Hi guys, Another newbee question if I may. I want to write a custom indicator that will track for each bar in the chart whether price crosses a round number. I can do the round number bit because I just go to the textbook and use the MathMod formula, but I don't know how to store this for each bar...
When I backtest a EA in my laptop and desktop, it comes out different results. It say "unmatch data error" in my desktop. It places much less orders when I run it in desktop. I already check the Variable Inputs and parameters, they are same in both computers. And they both got history database for...
[Deleted]
the picture below describe the strategy, waiting for your response please
[Deleted]
When looking at the dollar index chart on my brokers platform and online at forexpros, the dollar index value is basically the same. However when I use the dollar index formula to calculate the dollar index by creating a cusom indicator and showing the index in a separate window, the value is...
Hi, I am looking for a way to store data to a mysql database. I have looked at the store ticks EA but that however does not do what I want to do. I am looking at support & resistance levels and I need to recaluclate these every 1 hour. So I am looking for a way of writing the 1 hour OHLC data to a...
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.