Hii....what is mean by TP @ 4.0....Whatz are the best input for martingale strategy robot
Does anybody know where to download the EA which using RSI strategy? Or how to convert a strategy to EA. For more informations of the EA, the strategy like below I mention will be better: //@version=4 strategy("RSI Strategy", overlay=true) length = input( 5 ) overSold = input( 25 ) overBought =
Hi I'm trying to find how to get an "RSI" value for an MA in my script/EA. Let me explain. In Metatrader when you have an RSI indicator window and you drag a Moving Average indicator onto it you can see if the MA is in the overbought or oversold region etc. How do I get that RSI % value for the MA
Hi, I have an EA that I wrote around 5 years ago, that I was using on a real account. I stopped trading when the SNB removed the cap on the Euro and my broker, Alpari, went bust. That spooked me for a while but I have recently been wanting to give it another go. I have forward tested my EA on a demo
Hi, I need help with my script. I'm trying to develop a script with martingale technique. Where it places a buy order for 0.01 lot size, if this order goes loss (let's say 200th pip) , I want to open an another buy order for 0.02 lot size. if all together buy orders in profit, I want to close all
I have to make declaration of Buy or Sell Positions>0 into the main loop to make the advisor work. if ( PositionGetInteger ( POSITION_TYPE )== POSITION_TYPE_BUY &&LongPos> 0 ){ if ( PositionGetInteger ( POSITION_TYPE )== POSITION_TYPE_SELL &&ShortPos> 0 ){ It was supposed to be some buy or sell
Have you ever tried to make inverse copy from a loss-maker advisor , did it work? Share your experience
Hello I made an EA (MT5) by EABUILDER site, it's conditions are very simple But does not open any positions can anybody help ?! The EA is attached Thanks
Hi all, I am trying to add EMA to ATR in MQL5 EA. ATR line (Blue) EMA line (Red) Please tell me how to get it done in MQL5. Thanks.
How to get commision forom opened positions? I can get volume, OP, swap... but commision
Hello, Sorry there are a million topics on this already but I've read through heaps of them and can't get it to work. I directly copied the example from the documentation, but changed from a bin to a csv. //--- parameters for data reading string InpFileName= "hi.csv" ; // file name string
hello, i want a service for IQoption copy trade system for business purpose. if you have previous experience then reply me with your budget. thank you
[Deleted]
Is it because I'm on Demo not Real mode that I can't get real volumes and that Times and Sales feature is unavailable ? It's the only explanation I could think about, but if so, why some symbols in some brokers in Demo mode provide depth of market or is it just emulated ? Thanks
Hello friends I use a trading EA And the problem I have is that When I stop the robot and remove it from the chart The EA continues to trade again. Does anyone know how to stop and reboot it
[Deleted]
When I open an order and print the order filling mode I get 2 wich means ORDER_FILLING_RETURN while the description of the symbol I opened the order on says only FOK mode is allowed, any explanations please. Thanks
Hi all, I am new to MQL5 but I aim to create my own trading system. This is also my first language similar to C and I was hoping you could help. When running the strategy tester, I have used the following code to load in any historical pricing data that I do not currently have - i.e 2013 in this
Add macd indicator to EA.I want to add an extra feature to my robot. I want to buy if MACD gives a buy signal and sell if it gives a sell signal
double MA[]; // array for the indicator iMA int MA_handle; // handle of the indicator iMA //+------------------------------------------------------------------+ //| Expert initialization function |
I am writing an EA that places limit orders with expiration. Expiration is set to the datetime corresponding to a given number of bars after the current bar. I can get datetime from a past bar index using datetime CiTime::GetData(int index). However, I do not know how to get datetime from the index
Hi there, I just want to know if that possible to make an EA but only for closing our open trade when certain parameters have met! for example: I Manually open 3 trades at buy EURUSD .. whenever Completed bar close below EMA 12 LOW all those 3 buy open trades that we opened Manually will be closed...
Hello everyone, in my EA, at times when the ASK line is too far from the BID, the value received in the onTick event with " SymbolInfoDouble(_Symbol,SYMBOL_ASK) " does not match the value of the line in the graph, and it is not possible to do the necessary calculations correctly, because this
Hi Coders, I am new to coding ( only 4 months of experience) I have read the Expert Advisor Programming for MetaTrader 5 by Andrew Young But I still do not understand how code the Hull Moving Average Crossover to do the following : When the fast hull moving average crosses above the slow hull moving
[Deleted]
Dear Members I am facing an issue with Trailing Stop Loss and Closing Positions. Does having multiple Magic No in same EA can affect this ? The problem is strange, Trailing SL and Close methods works for some time and at others it does not. Any clue will be highly appreciated and hoping this is not
Hi all I would like to count pending orders properly by opening one pending order at a time. Unfortunately it opens many orders. I know I'm doing something wrong but I can not figure out what's wrong. Please help if you know whats the problem. Thank You. #property strict #include <Trade\Trade.mqh>
I want to know if you face the same problem. I mean when I changed parameter in EA (forex robot) , I sometimes face the problem that the parameter change is not applied. I don't know why. Have you had a same issues before? To fix the problem I think I can close all chart and attach EA again with a
I have been working on a simple EA, until I ran into some funny result. I cannot explain it, then I realize that by commenting/uncommenting a single print line will dramatically change your result. Definitely an alarming behavior. If anyone has any insight regarding this behavior, please share. I
Hello, I hope your making money and had an interesting day. I would like to know a bit about how to invalid volume error, during one of my ea back-tests around 2016 the bot stopped trading caused by an invalid volume error. I am new to meta trader five and this is one of the first successful EA's I
Hi everyone My EA has been coded by my developer but is entering candles on the end instead of the opening within 0.2 of a pip, can anyone tell me what could be done to fix EA to place trade faster on candle opening as enters trades 3 pips away and similar issues with exits when on 1 trade the EA
Hi, I am trying to place a buy stop and sell stop 1 pip above and below close price of the previous candle but keep getting invalid price error. I will appreciate insight on where I am going wrong. Below is what I have: //Import Trade Library #include<Trade\Trade.mqh> //Create an instance for Ctrade
Hi, people! In the middle of yesterday, my strategy backtester suddenly started to behave wierdly. Now, no matter the EA or setup I'm using, my trades are being closed as soon as they are opened, without hitting either SL or TP. Does anyone know why this is happening

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.