[Deleted]
hi all attached my EA how can i fix the SL which will update every cahnge in SAR level i mean that the sl will update every time the SAR level is change thanks
NOTE: Looking for someone to give a price on code modifications for this script. 1. Need orders in proper sequence - Increment in the proper order. 2. If stop/trailing stop/take profit is hit, all TRADES - live and pending are closed. 3. Looping sequence starts at the original LOTS size and begins...
[Deleted]
[Deleted]
Can u pls send me the EA?im really interested in it.pls send to lukcruz@gmail.com
I have a question on where to get the statistical reports that are used in the Championship Trading, ie. https://www.mql5.com/go?link=https://championship.mql4.com/2008/users/Gorez/reports Is there a mq4 that puts them into a csv that then can be imported into excel, or does there exist a mq4 that...
Hi, I have simple problem with my code.I need work with prices close[1]-low[1] ; open[0]-close[0] etc... How can I do it? An example: I will go long when open[1] - low[1] > as 20 pip. double OPEN1 = iOpen(NULL,60,1); double LOW1 = iLow(NULL,60,1); Isignal =(OPEN1 -...
I tried to use the icustom function to call heiken_ashi_smoothed into day trader expert. it failed to compile, am sure something is wrong . i am confused with whole thing. if someone can help me, attached is the indicator.Then my work trying to produce a better expert. some body please helpout!!
Is MetaTrader Tester working faster on 64 Bit OS then 32 bit OS ?
Hello I have been trying to find a close all ea the uses a percentage eg if the account equity is 15% lower than the account balance close all positions. any help would be great cheers kiwi
I am going to allow some one to offer their coding abilities first because I love this forum so much, It consists of a data window and an indicator but only moving averages . Please email me so I can send you the template.This program will blow up the forex so I need a programmer that not only knows
Hi All, ok this is a bit off topic, but I know there are some good C(++) coders around on this forum. So i'll will give it a try any way. here the problem I'm having... Im importing a dll in MT with follow function in it. #import "some.dll"int MB_GetInputActRange(int idx, double& pActMin, double&...
[Deleted]
bool New_Bar=false; int start() { Fun_New_Bar(); if (New_Bar==false) int i=0; while(New_Bar==true) if(iSAR(NULL,0,0.02,0.2,0)<Ask && i=1) OrderSend(Symbol(),OP_BUY,0.1,Ask,30,iSAR(NULL,0,0.02,0.2,0),Ask+2000*Point,0,0,0,0);...
[Deleted]
Could someone explain what the error may be ? thanks
Hello all. Here is an EA that seems potentially profitable. I found it on the MT4 forum. There were no instructions on how to use it. The author is Creative Science. For whatever reason, I cannot access their website for further information. I have been running it for a while on a forward demo...
[Deleted]
Greetings, Can any kind souls here assists on how to modify chart viewing time frame, let's say a 20min frame. Any assistance is much appreciated. Please assists!
[Deleted]
Hi all! I just want to create a spread signal based on two CFD's. This signal will be calculated as: Close(CFD_1) - Close(CFD_2). How can I get a Spread [Pos] = Close [Pos] (for CFD_1) - Close [Pos] (for CFD_2)? I don't know how to get the Close[Pos] info for a different Timeseries the indicator is...
Hello all, This is my first post here, so bear with me. I have been studying Forex EAs for a while now, forward testing many of them and learning the programming language bit by bit... A friend of mine who is a C++ programmer asked me the other day to think about plotting the stock market moves in
[Deleted]
Hi all, I have 4 time data series corresponding to Open, Close, High and Low prices. How can I get them represented as candlebars? Thanks in advance!
[Deleted]
Hi, Is there a way to stop the EA or Indicator from functioning when the filename is changed? example filename of the EA is "MAcross.ex4" whenever this EA filename is changed I want the EA to completely stop functioning. Can this be coded? Regards, Mikhail
My SIGTrader 4 software just jammed and shows no movement of anything. Would someone please advise me how to unblock it? If I install it again over the present software, will I lose my funds held in it? Please help - I'm locked out until I can get it going again. Thanks, Stuartp77
[Deleted]
Tester graph Hi all, I'm Rob and on my first attept on creating an EA have thrown up theses results. what i would like, if there is anyone willing, is to explain some of the results, especialy the "optomization, and how it works, please. OK, these are my results, Bars in test 75149 Ticks modelled...
[Deleted]
Can any one please help me and tell me why my EA only takes buy positions...I will attach the mql4 file. Many thanx in advance for the help.
[Deleted]
In the way NinjaTrader (for those who knows it) does. A logical answer for the calculation could be to do it at the opening of the next new barusing the previous one data ([1]), but I get an extrange result. Thank you in advance and nice Sunday!
-
I need someone with the expertise to fix this ea so that it can properly set independent tailing stops for each of the trades of the 4 this ea opens.
Hi, I would like to draw an arrow/marker on a specific position - height - of a chart, different for different "shift" positions. Which functions can be used? Drawing functions are not so simple to understand.... Thanks in advance Alex
Hello everybody, I am trying to make my EA do a little hedgeing under certain conditions. I have my buy orders happening at the correct time, I would like the EA to open sell orders when: //Open Sell if(Ask = Last Orders Start Price - 0.0025) code code code...open sell (I have this...
I want to compare yesterday’s MA value with today’s MA value. I have set the MAs as follows: Today’s MA SMAnow = iMA(NULL, 0, SlowerSMA, 0, MODE_SMA, PRICE_CLOSE, 1); Yesterday’s MA SMAprevious = iMA(NULL, 0, SlowerSMA, 0, MODE_SMA, PRICE_CLOSE, 1+1); I have coded – if(SMAprevious < SMAnow, xx...
[Deleted]
Hi, I currently have a signals site that is coded in php and uses mysql for the database. I would like when a new signal is entered by a trader for this signal to communicate with the EA so that it makes the trade in the users MT4 platform. I will need it to be able to Enter trades Exit trades
[Deleted]
This EA is currently optimized for the GBPUSD 4hr chart but I would like it to work on multiple currencies, could some exam the logic and explain to me where I am going wrong. I am having a hard time understanding the MarketInfo function. I would like the final EA to only take one order at a time...
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.