Expert Advisors and Automated Trading - page 463

I'm looking for a STABLE signal that gives me 10% MINIMUM a month. I'm willing to pay for this signal as long it's a stable growing signal. It also has to have proven itself already. So, please no newly started signals with only a 1-2 month history! Also, no risky stuff that jumps up 50% in a week...
Hi, It may happen that an EA opens multiple chart, on many timeframe when used. Is it possible to close them when not used any more ? If yes, I suppose this may free memory, right ?
Hi all! My EA only takes Buy OR Sell and not both buy AND Sell at the same time. I need it to take at the same time. This is the code for the START order, how do I change it to take both buy and sell? Thanks!! int start() { if(!IsTesting() && AccountNumber() != AccountNum)...
Kindly check buffer and arrays of these two indicators. Are they good for ea programmimg
Helo everyone, I hope everyone are fine. Let's suppose I sent a ten requests few seconds ago to the market for the same symbol. Then, right now I receive an event in the function OnTradeTransaction(trans, request, result). In this moment I don't know what request (order) cause the event...
void ExitConditions()  { for(int i=OrdersTotal()-1; i>=0; i--)     { if(OrderSelect(i,SELECT_BY_POS))        { int ticket=OrderTicket(); if(OrderMagicNumber()==MagicNumber &&...
can u make a EA for me , i think it makes profit . first its open buy/sell order ( trend ) sl - 10/20 tp - 00 pipstep - 10 TF - 15 condition == 1. if first order hits sl then its open opsite order ( if 1st order buy and hits sl then its open sell order , if sell order go ahead then its...
I have been testing the expert advisor Fuzzy Logic in the Strategy Tester and I have noticed that it is much more profitable when using the Open Prices Only (OPO) setting. I think this is because of the EA's take profit setting. Obviously in live trading it uses every single tick, so I was...
I have subscribed to a signal provider in MT4. Every time I close an open position manually, it pops up again after a few seconds, opend at the current price. Can I change options somewhere, so that a manually closed position will not be opened again? And is it possible to subscribe to more than...
I am Nasser from Iran, I got my BA in electrical engineering and my MS in Industrial Engineering, I am newcomer in the field of MQL5 and I am learning it. We use metatrader in Iran Stock exchange. I copied a very simple EA to my metaeditor and compile it and it has no error. But in strategy testing...
Hi, Previous post. The service told me to use init_agent_not_suitable but I can't find any examples on how to use it ? genetic pass (0, 37) tested with error "no memory in OnTick function (cannot get 960 Kb, used 0 Mb)" in 140 ms (PR 137)
[Deleted]
Hello. I'm working to have code to be able to dynamically determine the digit accuracy of the minimum lot size. After getting this number without errors, I will use it with the NormalizeDouble function to determine my correct number of lots for my order. The end pseudo-code will be double Lots...
Hi there ! cf . title. Anyone could help ? double RSI[];RSIHandle=iRSI(symbol,PERIOD_M1,14,PRICE_CLOSE);if(RSIHandle<0)&nbsp;&nbsp;&nbsp;&nbsp; { Print("The creation of iRSI has failed: Runtime error =",GetLastError()); //--- forced program termination...
Hi there. I've created a custom indi in MT5 which I would like to use in my EA via iCustom function. However when I try to backtest my EA, a strange thing happened. I select for instance a test period for entire February and run it...but while looking at the strategy tester window I notice my custom...
Hi i am new to the forum.so I dont know whether this is the correct place to make an inquiry. I recently purchased an EA on the market that is a Moving average crossover. I wanted one that took one BUY trade when the MA 5 crossed above the MA 14 and a SELL trade when the MA crossed below the MA
i have subscribed to a trading signal but i have a problem in that when my signal provider opens a trade, the trade is copied well on to my MT4 terminal but also another false order opens a position on my terminal. i have now seen almost five such cases all of them giving me huge losses. such false
Hi, is there a simple way to specify I want my buy and sell orders only to fire up when price is within Bollinger Bands? I've written logic that successfully fires up orders when Moving Average crosses top or bottom Bands, but once takeprofit or stop loss is reached, the next order fires up before...
Hi there ! I'd like to know if it's possible to load an indicator iMA for only one symbol, from a function, get some results, then unload ? Or does the indicator loading need to be done necessarily in the OnInit() ? If yes, should i use the iMA() method, the indicatorload method, or the class...
I'm looking for 2 scripts to place BUY_STOP and SELL_STOP orders at adjustable price levels with adjustable T/P and S/L settings. Do you have a script that does this? my email is reganbw1@gmail.com Thanks
Can someone help here pls? &nbsp;Im with FXpro and have activated the MQL5 community etc etc and copied signals over BUT no signals tab showing in MT 4....any help gratefully received ! &nbsp;Thanks&nbsp;
As the topic suggests, I want to find out how to "skip" a parameter while calling a function. Being specific, I want to skip the price parameter (thus making the Buy function use default price such as SYMBOL_ASK) m_Trade.Buy(lots,symbol,price,stoploss,takeprofit,comment); So there it is, I want...
Hi there, Why Opened Price of my subscribers is different from my signal? If subscribers don't like to copy orders, which are disadvantage with my signal, what do they do? Thanks Regards Hieu
Hi, I was working on an EA that cross currencies. I wanted to optimized it. On 1 week it's possible but not reliable enough, on 1 year it's slow, & shows this error : 2014.12.12 01:57:45 MQL5 Cloud Europe genetic pass (0, 37) tested with error "no memory in OnTick function (cannot get 960...
Hi there, I want to test the subscription of the signal "XXX" in my demo account. Now I have two questions: - Is there an option to copy the trades of the signals when my metatrader is not running and my pc is shut down, or is it only possible to copy the trades when metatrader is running on my pc...
  Free real signal  (2)
During creating a real signal, there are no free option to select. I want to set the charge of signal to 0 USD. It warns me, thats is not possible below 20 USD. Is free signal not possible more?
Hi All, Weird Issue popping up...? I recently started subscribing to a provider and they perform manual trading instead of just using an EA. The problem is that I cannot stop the synchronizing even when I click the Auto Trading button off.. For instance, the provider made 2 buys and they were going
Hi, I think I've found a bug in CArrayString::Save , please see the attached script. You'll notice that only the first string added in the array is saved, loaded and printed. However, after the modification below in MQL5\Include\Arrays\ArrayString.mqh ( highlighted ), the script works correctly
[Deleted]
Good Afternoon ! Any ideia what is "send error 10038" @ the end of one ST log report ? RF 0 17:17:45.000 Tester final balance 108760.00 EP 0 17:17:45.000 Tester OnTester result 1.147541401273885 MG 0 17:17:45.000 YouBotG9 (WIN$D,M30) 2014.12.05 23:59:59 OnDeinit_Uninitalization reason code =...
I'm trying to check some strategies and made a signal module but I need it to open additional positions. A hopefully understandable description: Buy Signal detected -> Open 1 Lot Buy position -> another Buy Signal detected -> Open 1 Lot Buy position So it should end up with a Buy position of 2...
My EA can have up to 6 different strategies for a pair.  To distingish between different strategies I use the comment to identify the specific strategy. It is also a multi currency EA so there are quite a number of strategies. It works. My problem is that I would like to analyze each...