[Deleted]
Need an auto program which will trade forex on the hook of a certain MACD line on 1 min. chart. I have discovered an MACD of a certain value which will work with any forex pair. Usually nets 10 to 15 pips easily and is over 90 percent reliable. I am no programmer so I've been using this by hand. If
Hello everybody. Here is the thing: after a few months of studies and coding hard I finished my last EA and it shows impressive results on the tested period from 01/01/2004 to 30/03/2006. ...as I wrote in the header 1000$ reach 10.2 Million$ with 85.18% of wins. If you think it's good (damn if it's...
[Deleted]
Orders Fix: Three Orders Limit Lot 0.50 Scale 27.6.9 (OP_Buy) (OP_Sell) MORE RISK !!!!!!!!!!! Login: JURGEN2007 Please Check Again !!! Thanks Jurgen Weichert
[Deleted]
What happens at the end of testing, I see all the indicators that have been used in EA with all the values used within that EA. So when testing is complete, it takes a lot of time to load all the indicators to display on the chart. Does anyone know how can we prevent indicators to show up after...
[Deleted]
fquote{border:1px dashed #CCCCCC;margin:10px;padding:10px;}Dear Jurgen Weichert, The verification of your Expert Advisor is complete. Expert Advisor checking report: 2008.08.07 05:09 loading zerocool on GBPUSD:60 05:09:46 2008.07.07 03:45 zerocool GBPUSD,H1: OrderSend error 148 05:09:46 2008.07.07...
We permanently improve our internet resources designed for traders. Recently, we enhanced navigation through articles published on the website of the Automated Trading Championship. Today we launched the same system in the Articles section of our MQL4.Community. Now you can see at the bottom of each...
[Deleted]
Hi all, This is my first message in the forum and first of all I want to thank everyone colaborating here from the help you provide. I'm programming an EA I want to triger orders with a doube MA cross in two different timeframes. The pseudocode looks like this: if ( Cross(FastMA, SlowMA, last 5 bars...
I want to close any outstanding market order at 23:15 every day. I am working with the following code, buy I am getting the error: 4108 (Invalid ticket.). I don't know what I am doing wrong. // Closing orders at end of day bool result; double price; int cmd,error;...
hi all, i using averaging down tatics but i can't seem to close all my orders anyone pls help. //+------------------------------------------------------------------+ //| CrossHedgeAverage.mq4 | //|...
I want a code base .the code base must include the following reqeitements :1 when MACD ,RVI and Stochastic ALL are at short status, give me an alarm or give me a windows box to tell me .2 1 when MACD ,RVI and Stochastic ALL are at long status, give me an alarm or give me a windows box to tell me
[Deleted]
EMA (exponential moving average) & cycle system By Mohammadreza Neisi http://fx13549045.blogfa.com http://fxsignalhunter.blogfa.com Introduction this article compares special EMA (exponential moving average) with cycle relationship that really work in all time,all market and...
[Deleted]
Hi, I found a custom build MT4 indicator called the Hi-Lo.mq4 indicator. (The code for this indicator is included below.) I want to use this indicator in a different platform, thus, I wish to decipher the mql code to understand the indicator. However, I have zero mql knowledge. So I am looking for...
[Deleted]
Hello, I'm new in this forum. I use the MT4 software and I'm looking for the indicator DSS Bressert (DSS) and indicator Trend Intensity Index (TII) for the MT4 software. Can anyone help me? thanks in advance wunderblume
New article Trend Lines Indicator Considering T. Demark's Approach is published: The indicator shows trend lines displaying the recent events on themarket. The indicator is developed considering the recommendations andthe approach of Thomas Demark concerning technical analysis. Theindicator displays...
[Deleted]
Hi, I'm trying to create an EA that opens two orders simultaneously with differenct currencies (specifically: GBPJPY & EURJPY). Problem is, when running in the Strategy Tester, it can only open orders in the selected currency. For example, if I select "GBPJPY" as the currency in the tester, then...
Hi All, I have this weird thing in my code, and I just can get my head around it... Ok i have a function handleOpenPositions() which should manage my trailing and stoploss. ( Ok where you See VirtOrder, just read Order) void handleOpenPositions(){ for(int i = VirtOrdersTotal(); i >= 0;...
I am trying to place a BuyStop order but I am getting ordersend error 3 (ERR_INVALID_TRADE_PARAMETERS) I have checked the parameters that I am sending but still can't find the error, could someone help me please? OrderSend(EURUSD, OP_BUYSTOP, 0.1, 1.563, 5, 1.5615, 1.566,"My order",0, 82800, Green);...
I need to draw an arrow in the chart. There are several other forums whit an answer to this, but i don't know what I am doing wrong, there are no arrows. can someone help me please? My code is: int start(){doubleLastHigh;LastHigh = iHigh(NULL, PERIOD_D1, 1); if(Close > LastHigh) {...
[Deleted]
Hello guys, I tried to use this code. int a =TimeCurrent(); a=a-(Minute()*60); string var1=TimeToStr(a,TIME_DATE|TIME_MINUTES); // var1='2008.08.05 23:00' //datetime var1=D'2008.08.05 23:00'; int shift=iBarShift(NULL,PERIOD_H1,var1); double opening_price = iOpen(NULL,PERIOD_H1,shift); ... Using...
Two years have passed since the first Automated Trading Championship. A lot of interesting information has been accumulated for this time:statistical reports, interviews with traders, useful articles. Wepresent to you a selection of these materials that are divided intoseveral parts. The present one...
I'm looking for an ADX with smoothing factor that behaves like VT Trader's ADX which is the standard original ADX. I will attach formula; ADX = modify moving average of DX DX = 100 x ( (+DI - -DI)/( +DI + -DI) ) +DI = +DMn / TRn, -DI = -DM / TRn +DM = Ht - Ht-1, -DM = Lt - Lt-1...
I am using Swing_ZZ indicator, and simply want to buy at a red dot, and sell at the blue dot. However, the following is not working. How can I generate appropriate buy/sell signals. Using the following code, but don't get signals at the correct spots. int start() { //---- string UpName...
[Deleted]
Hello everyone, I'm new to mql4 and I've been trying to use this very simple code with no success. The idea is to trade at specific time, puting the script into sleep for about 2 hours, and then making the order. It works for 6 minutes, but does not for such time as 2 hours, i.e., after 2 hours it
[Deleted]
Hi, i got this EA from a forum as it was similar to what i wanted and thought i could learn some codeing as i changed it to what i want. well after a few weeks or month i got this far and it pretty much does what i want but now im trying to fine tune it and there is couple of things that i cant get
[Deleted]
The question came up after watching a thread about another "grail" Counsellor I have read this branch and decided to build something similar... 1) Combination of colours of the last N candles is written to a string variable "curState". 0 - black, 1 - white. For example, if the last three
[Deleted]
Hi, I need to change the MagicNumber in a Order. The OrderModify() doesn't do the job :( Is there a hidden way to accomplish this? Thanks SB

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.