Expert Advisors and Automated Trading - page 177

Hi guys I've saw a signal that I'm interested in and I'm thinking to subscribe but the only problem is that I don't know how it works when you've subscribed.  Theory 1: Once you've subscribed the author sends you the signal then you have to place the trade on your own.  Theory 2: Once you've...
Recently I've been doing a lot of genetic optimization backtesting and I had a question for you guys. Does it pay, or is it worth it, to use the slow complete algorithm VS Genetic optimization? Am I missing possible strategies by using the fast vs slow
  maximize trades and orders  (11   1 2)
good morning good afternoon good evening and good night to all you traders I am posting this article asking for some assistance to convert a nice and simple expert advisor generated from the mql5 qizard MT5. I'm not an experienced trader nor a programmer so please make it simple if possible. I would
Dear Experts, I want to get distinct list of symbols which has open or pending orders. My code is giving me the list of only open positions. Can you help me with modification so that it would get the symbols of both open and pending orders. Thank you in Advance! string SyMass[]; bool Find( string
HI guys , Im Really new to MQL5 and in my case i can initialize the 2nd and 3rd Indicator buffer value inside the EA. But I cannot get the 0 and 1 Buffer Value Please Anyone can Help with that? Indicator Attachche here. // Indicator Download
I'm new to MQL and programming and running into an issue I can't figure out. My EA opens the trade but when it hits take profit it will automatically open another trade. it doesn't wait until the next crossover. How can I make it open trade ONLY on crossovers? Here's some of my code: *** I
Hi, I have subscribed to a signal and to a MQL5 VPS. However, I’m unable to migrate the signal to the VPS. I’m not able to start the VPS. I also can’t get the journal from the VPS. What am I doing wrong and what can I do to fix it? See attached pictures. Thanks in advance Br. Jacob
I subsribe signals and I had second time this issue - signals were opened but never closed. I was checking it on MQL5 signal provider page and there were all closed, then I just closed every trade manually. I contacted signal provider - he cant help me and said I need to contact Mql5 on forum. I
  Auto trading off from server  (11   1 2)
Hi. For some unknown reasons that I have no idea about them, auto trading has been disabled from server. the server that I work with, locate in Iran. I would like to know is there any solution or trick to me for trade automatic with mql5? Regard
Im looking for EA <Deleted> <Deleted>
good day. if the OnTrade event is runing. void OnTrade () and we open another Position, inside the OnTrade will the OnTrade finish execution or it cuts and starts again. void OnTrade () { if ( OrderSend (request,results)) { Print ( "Order Placed" ); } } will the Print funcvtion be executed or not
Hi developers, I have been finding ways to increase the efficiency and robustness of my EA and one thing I have read is the use of the #include preprocessor directive. Specifically writing Money Management, Entry Signals and Trade Management functions in separate files and then including them in a
Hi, I'm developing an EA. Part of the EA is to check if the price is closed above a particular EMA. I declared a 'double' global variable as 'EMA34'. Everytime a new candlestick is generated, I reset the value of the variable as follows: EMA34 = iMA(NULL,0,34,0,MODE_EMA,PRICE_CLOSE); When I test
  MQL5 Wizard  (1)
I am trying to do an EA with the MQL5 wizard. I open the MetaEditor, I open a new instance of Wizard, and I can no longer continue because the "Next" button is disabled. Can anyone help me with this problem
[Deleted]
Dear Members I have come across an indicator which does not have buffer array(s). It has only calculated variables. How can I fetch these values into EA, as iCustom requires buffer number of indicator to copy data ? Thanks in advance
[Deleted]
Dear Forum Members I have created a class to calculate Camarilla Pivots. It does calculate for the first day of running it, but then it same first days values, when Get_Pivot() method is called on IsNewDay() in the EA . Please help me locate the problem in the code. EO 0 13:21:53.875
Hi an amateur here As the title goes I would like to know if there is any possibility of using an ex.5 file indicator to reference using the iCustom functionality in EA scripts to be written in MetaEditor4. I currently use MetaTrader4 and thought to retrieve values using iCustom from an indicator
In the agents tab all cores are "ready" and enabled but I can only select one of them, it doesn't give me the option to select more than one core. I searched everywhere but couldn't find any solution
Hello MQL5 community Can someone please help me, by example; how do i close an open trade, either through a function or TP amount? I tried this: double myAccountProfit = AccountInfoDouble ( ACCOUNT_PROFIT ); double myAccountEquity = AccountInfoDouble ( ACCOUNT_EQUITY ); if (myAccountEquity -
  EA Rename EA  (2)
Hi, It is possible to have a EA to rename a .EX5 file? Or copy/move a .EX5 file? I tried but got no success
Whenever I use S tart/resume debugging on Real Data button from MQL5 Editor, expert or script initiates on EURUSD / H1, I have closed All chart even then its same. Is is possible to change this
hello guys can someone please send me a mq5 code where all current opened trades close when daily total target profit has been reached(as an input) ,then the Ea opens new trades the next day ! thanks
  One trade per bar  (24   1 2 3)
Hi there friends, I've coded another algo <Deleted> but very poor in demo account . I think the problem besides on making several trades over the same M15 bar, this is why I need some help to find the condition to only trade once per candle. Any help would be welcome
hello, so my idea for an algo is pretty simple: I want to buy if two sma cross and i want to close my position and open a sell when the 2 sma cross from the other direction. My probleme here is now that, my algo is not very accurate. The sell or buy happens after one or two candles after the
1. Can anyone tell me is it possible to get historical fundamentals data of each currency for last 15 years atleast?? 2. Is there anyway we can backtest this fundamental data with our expert advisers? 3. Is there any ready made indicator or expert that uses fundamental data
Steps: 1. Define the property like this: #property version "1.00" 2. How can I get version from code? Like Print("Current version: "+property.version)?
  EA  (6)
Hi All, I have a question and would like to ask the forum if any one can help. I am a prop trader and now want to add my EA to my trading. The prop firm i work for has a rule that trades must not be opened or closed 2 mins before and 2 mins after red news events. Now i know i can turn off Auto
for the experianced mql5 programers and the beginners what do you find more proficient for (testing - deployment - robustness of the program i.e. recovery form fatal error) Using Strategy Modules or skiping them and structuring the ea on your own (using other classes from standard library of
  macd indicators add to ea  (42   1 2 3 4 5)
Hello, there are 2 lines of the macd indicator in the picture. If the difference between these 2 lines is more than 0.00050, I want the position to be closed. I don't know how to write the codes. Can you help me
Hi forum-ists, I need “trial an error” to get a line or indicator panel of the incorporated indicators to show up on the visualized chart. Used: Indicators, here ATR am MA (see enclosed source code). Working in the visual mode and visual mode-box on. There are NO templates of this form in the