[Deleted]
Hello I just want to copy some trades from Signals but i can see the Signal provider got symbol like EURUSDpro or EURUSD.m and my broker provide symbol like EURUSD only without any extension will i still be able to copy trades Kindly let me know Thanks Sameer
Does anyone know include the "trailing start" command in the code below?
The EA is super simple and yet would like to test this command to open trades.
Just like the "trailingStop", only it is used to open operations.
(RSI9 -- oversold 85 / overbought 15)
extern int...
[Deleted]
Hello I like to ask if i can use Multi EA in same platform for example using EURUSD 1 m chart with 1 EA using 30 M chart with EURUSD but another EA is that possible ? kindly let me know Thanks Sameer
HELLO EVERY ONE
HOPE 2016 WILL BE A GREAT YEAR SAME THE 2015
:)
I AM A NEW PROGRAMMER IN MQL4
I AM C/C++, JAVA, INTERNED DEVELOPER ...
ONLY A SINGLE QUESTION PLZ
CAN ANYONE INFORM ME THE CODE OF HEDGING IN MQL4 LANGUAGE:
I WANT TO MAKE IT AS AN INPUT FROM USER TO ENABLE OR DISABLE THE...
//+------------------------------------------------------------------+
//| volume |
//+------------------------------------------------------------------+
double volume()
{
Lots=AccountInfoDouble(ACCOUNT_MARGIN_FREE)/8000;...
I am willing to share it as a signal.
What about yours?
Can anyone help me with MT4 code that will highlight when there is a higher low above a low?
Can anyone tell me what could be causing these errors? StopLevels level is 20 pips, all trades should pass. Handicaps and off-quotes are annoying :)
hello i want to take n tick and calculate the simple ma :double tk[], matk[]; /// buffer tick int dimtk = maperiod+5; //--------------void tick(){contotick++; //contotick =0 in the init functionshifttick();}//---------------void shifttick() // shiftick{ int setdim=dimtk+1; // add 1 memory...
I have been trying to run this code as an EA but it keeps getting removed from the "journal".
I was wondering whether someone can review the code and help fix it as i do not know what the problem is.
When running in strategy tester it does say "invalid pointer access" 508,19 and then its not...
Comments that do not relate to the "Forex Market Update", have been moved into this topic.
I once saw something that I believe was an expert, that when executed on strategy tester, with visualization enabled, you could buy and sell manually (it shows some buttons for you to indicate the order you want to send in the strategy tester visualization window). It is a way to practice using...
Hi, Need some help on history logic. How do i check if i have enough history to test? say if my history starts from 01.01.2009, but EA needs at least 31.12.2008 to go without error. i know i can always download the history for 31.12.2008 and start testing from 01.01.2009, but i think it should be
I am seeking brokers having low spread and commissions that can be used for MQL5 MT4 platform .
Can you recommend or share your ideas. . . ?
Hi,
Is there any way to get the time and sales data in MT5? I can't seem to find any documentation on it.
Cheers
_Digits reports a 3 but is not accepting 3 digit prices when attempting to order (XAUSD on mql demo server)
(17 1 2)
Is this true for everyone else or did I mess up my mt5 by connecting to other brokers?
Hello,
Problem description
I registered and paid for the new virtual server service offered through our MT5 account.
It is running some EA's.
When I log onto my desktop, MT4 is asking me to register a virtual server . In other words it thinks I don't have one but I already have one. The money...
Hi
I have recently started trading in signals on meta trader 4. From what I read, the volume is set using "Use no more than...."
I assume you need a lot of capital before you can set the volume more than 0.01
Has anyone worked out a simple fix to set the volume of the signal trade other than...
And so i have coded an EA, now i have a question about activation. Do i need to code the activation into my EA? i can't find any resource pointing to it.
And also about the demo, does "IsDemo()" or "IsTesting()" needed?
Hello MQL5 community,
I have started developing my own MT4 EAs in 2015 and today I just realized a major MT4 problem.
The problem can be harmless in normal conditions, but when slippage occurs on entries, it might be very annoying actually.
Many times I get slippage on activation of pending...
Hi,
first I apologize if this is in the wrong part of the forum, I saw no technical problems or developer section.
I have a problem with ChartNavigate() function in MQL5. I'm working on a couple of projects, some indicators and EAs; and it has come to my attention that ChartNavigate will jump...
Hello to everyone.
I'm experiencing an issue on EA made by myself that works on Renko (using offline charts).
Inside the routine OnInit() I've calculated PipValue of the pair in this way:
double PipValue;
int OnInit()
{
double LotSize = 1;
PipValue =(((MarketInfo(Symbol()...
Hi,
I'm having a few issues with the SymbolSelect() function which I hope you can help me with. From my understanding of things, it's not possible to get any information on a symbol that's not the chart symbol, unless that symbol has been added to the MarketWatch window (is this correct? Please let...
Is there a way to detect if/when (One Click Trading Panel) is on. OnChartEvent event does not fire clicks over it. Suppose an alternative would be to take a screenshot and visually process the corner. However is there some function I didn't find or a c++ dll call to do the trick?
How do i exactly use symbolselect function?I used it this way it doesn't work
String pair="EURUSD";
SymbolSelect(Pair,true);
Alert (symbol());
i use alert to see if the symbol is selected but i see it always alerts usdchf by default,
Please me with, write the exactly code which select EURUSD...
I have some EA. In this EA is several different conditions to open and few different conditions for close trade.
Each condition for open has a different string for Comment in order. ... This I can.
=======
And now ... When EA close the opened order on the basis one of the specific conditions -...
Does anyone know of any free EA with source code that will open trade the opposite direction if it is wrong on a trade. This condition is true if price moved against the original (buy or sell) order by 20 pips.
Also, while it open trade in opposite direction, it must pay attention to the averaging...
HI Guys
I am new to MT4 and I am having problems.
I click on Modify Expert and nothing happening?
Can you run a EA with no money in your account?
What suppose to happen when you run the EA? does it show you were you enter the trade and exist the trade?
Cheers
Andrew
Hey Guys,
From the teachings in this forum and personal excersice i have discovered how to build a grid indicator, But there is a little problem Im having : building the indicator as a single variable it worked correctely but when i tried to convert each grid line into individual element...

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.