i want to subscribe signal but shows" The volume of copied trade operations may not coincide with the initial volume of trade operations at Provider side"
how to solve this problem?
Helou I realy need good advice. I put my EA into Startegy tester, I know that chart objects are not created in Tester, only in visualization mode. So a tried it. I create FIBO object based on two MA. But the visualization creates
only the second one from ELSE, do I use the if-else operator not...
[Deleted]
I cannot find the signal below in MT4. Anybody has any idea about this situation?
[Edited by Moderator]
Would if be better to use datetime and calculate the future date of expiration or count using a timer to delete the pending order?
void LongPositionMoveSLTP(){double slb = NormalizeDouble(iEnvelopeUp[1],_Digits);double tpb = NormalizeDouble(iEnvelopeBtm[1],_Digits); MqlTradeRequest mrequest; MqlTradeResult mresult; ZeroMemory(mrequest); ZeroMemory(mresult);...
Hi, everyone
I need a help to make my strategy in EA.
Is it possible to custom the size of lot right after a position get closed in loss?
for example
if Lot_1 is closed in loss, then open Lot_2
if the Lot_2 is closed in loss, then open Lot_3
if the Lot_3 is closed in loss, then open Lot_4
if...
There have been difficulties with: #import "kernel32.dll" int _lopen( string path, int of); int _lcreat( string path, int attrib); int _llseek( int handle, int offset, int origin); int _lread( int handle, string buffer, int bytes); int _lwrite( int handle, string buffer, int bytes); int _lclose( int
Hi guys,
I need to sort an array by values... or at least find the 2 minimun/maximun values of a range of data...
I have the array (series array) daLow[100] correctly populated with the last 100 Low.
This is what I have done so far:
int iLowest1, iLowest2, iHighest1, iHighest2; iLowest1 =...
[Deleted]
Hi ,
I have a question: I subscribed a signal with a real account.
My signal provider insert an order buy 0,02 lots and I find my corresponding order in my Platform with a buy 0,10 lots.
The same with another order sell 0,03 and I see that my order with a sell 0,15 lots .
Why?
Hello there.
int digits_adjust=(m_symbol.Digits()==3 || m_symbol.Digits()==5) ? 10 : 1; m_adjusted_point=m_symbol.Point()*digits_adjust;
Could you please help me understand why this adjustment is being done?
In the context of EURUSD, we've noticed that for MT5 (expert advisors) 1 point is...
[Deleted]
Hi There ! Is there any way to run automatically, multiple tests using the date period in a moving window ? Any article related ? Example: From 01-jan to 07-jan From 02-jan to 08-jan From 03-jan to 09-jan From 04-jan to 10-jan From 05-jan to 11-jan From 06-jan to 12-jan Regards
Helou,
I would like to ask for help, the compiler is screaming at me : "return value of 'OrderSend' should be checked"
request.action=TRADE_ACTION_DEAL; request.type=ORDER_TYPE_SELL; request.symbol=_Symbol; request.volume=ShortTradeVolume +...
m_adjusted_point =10;
The variable m_adjusted_point in MQL5 standard libary should be changed to 0.00010, correct?
m_adjusted_point =0.00010;
hey guys as explained in the subject line my EAs dont appear as options to select for backtesting even though they are in the experts folder. the only options i see are the EAs which come with MT5 like ExpertMACD and the moving average example. ive tried everything from reinstalling the program to a...
Does anyone know of a script/indicator to change the symbol of all open chart in Metatrader 4 ? Any help greatly appreciated.
Does anyone know how to check if user have enabled Email Notification on their Meta Trader Option?
(2)
Hello people.
It is great that EA or indicator can send email from their Meta Trader Platform. However, before the EA send email, I would like to make sure the user enabled Email Notification on their Meta Trader Option. So I can avoid some errors.
Does anyone know how to do it ? So far, no...
[Deleted]
Hi there !
How can I make one EA open a PETR4/PETR3 for example ?
To place a long & short order(s), do I have to place both orders or MT5 has any special feature for L&S orders ?
Regards,
Marcelo
Metaeditor has crashed during saving and my new EA is completely GONE!!!
Is there a way to decompile the compiled EA? Or do i have to start from scratch!? :(
i was about to create a copy after this save as the version was showing some good results......
maybe Metaeditor stores .bak somewhere?...
I am trying to program a strategy in MQL5 that requires the following history data:
Bid bar history data required: Open High Low Close Volume
Ask bar history data required: Open High Low Close Volume
By history I mean a few bars previous to the current bar.
If...
Looking for mirror MT4 -> MT5 and MT5 -> MT4
Any suggetstions?
[Deleted]
Hi there!
I have an EA with iMA,iBands and iMACD. Any idea why iMACD is presenting one error in the signal line?
Documentation says nothingabout differences between buffers.
(...)input string temporar4=" "; // Configuração do MACDinput int...
[Deleted]
Hi there!
Is there any way to changeon variable of an EA from "outside" without interrupting its execution?
Example: If I havevar1=true and want to change to var1=false, is there any way to do this whileEA is being executed?
Regards,
MRC
I subscribe to a signals but the MT4 didn't link
I get some help from you for a similar problem before.
That is the account and signals
PIPS maker
123204364 VantageFX-Demo
[Deleted]
Hi all,
Any idea why PositionGetDouble(POSITION_VOLUME) does not update its value after being stopped by SL order ?
void OnTick(){(...) if(PositionSelect(my_symbol)) // seleciona a posição { ContratosAtual=PositionGetDouble(POSITION_VOLUME);...
Very funny, I have 2 transactions that was closed automatically while it is still open on the signals provider and a transaction that was not open on my account ... It is normal that it is not reliable. Is signals can be reliable or always need to be double check all the time
I click on the box to enable real time signal subscription but the box always come back not check . the signals is not copying ... any clue
Does anyone know a good MT4 programmer, who would make EA according to my strategy and detailed description and who would share 50% of earnings selling that EA? I can do everything else (make very quality Website - because I am professional Web designer and frontend developer), marketing work...
[Deleted]
Hi there!
Can someone please tell me thedifference between using SeiIndexBuffer and use ArraySetAsSeries in conjunctionwith CopyBuffer ?
When do I have use one? When do I haveto use the other?
Both are used ina EA or SetIndexBuffer is indicated only for Indicators ?
Simple example is welcome if...
[Deleted]
Hi there ! Dummy question maybe but why my EA only works when I make an if() statement with number ?
Thank you !
enum YTRD_TIMER { NAO=1, // Sem Temporizador SIM=2, // Com Temporizador };input YTRD_TIMER temporizador=SIM; // Temporizadorvoid...
[Deleted]
hi there! can someone please give me a clue from where to start learning about graphical objects ? to detect market acumulation, i have developed a function based on iStdDev(). everytime this function is executed i would like to draw a small line above and under the candlestick based on current...

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.