Expert Advisors and Automated Trading - page 63

Hi, I hope you are all doing great. I have been learning more and more about Mql5 programing language for the past few months, but there is one thing that keeps confusing me. It is about some Global variables: _Symbol Symbol () _Point Point () _Digits Digits () Correct me
Hi All When ever I modify my stop orders (Buy stop and Sell Stop) I come across this message on my experts tab: I've searched for modify no changes when modifying stop orders (Buy stop and Sell Stop) and I haven't solved what is the cause of this problem. Please assist if you know the problem on how
Hello, I have a problem with the strategy tester. My question is, do I need to have a subscription to the cloud service to perform backtesting? At the moment, the tester is not working, and I'm getting the error 'cloud network mode is off
So I have two brokers on my account ( Forex.com and AmxerMarkets ) and I want to run different EAs on each of the brokers. For the same of simplicity lets call the first EA ForexEA and the second EA AmxerEA . I set up the ForexEA first on EURUSD in the Forex.com broker. But when I want to set up the
totally different with same conditions . i added the two backtest graph which created highly different results with same conditions * why and how can I adjustit*
Any help would be most appreciated. I have not found one that doesn't produce the "this app is not licensed for use on this broker server". My geography may be an issue as well. Canada. Cheers
[Deleted]
Hello, how can I add an indicator to my EA? It should be remembered that the indicator will not have any function in the expert accessory, only that I want it to appear when loading the EA so that it is not loading separately. This part is the one that loads more indicators to my indicators
I am trying to figure out why every pending order is being cancelled right away after placing it successfully in the market. The error message the EA is returning is the following: "Error Code: 10013 [Invalid Request]" Here is the log where you can see the messages from the server: RQ 0 17:21:02.223
Hello guys, i have the following questions. First of all i have no experience in coding, but i would like to know if its possible to create an algo, that recognizes Patterns just by the looks of the last 1-3 candles if you feed it enough samples what to look for. ( If so which programm is capable of
What is the code to set two MA crossing as sl in MetaEditor5
Good morning, I am looking for a French-speaking developer to collaborate on an existing project to complete or modify
Hello Folks, I'm very new to MQL programming. I just start coding to write LAST TRADED PRICE in external text file. All my effort are failed. Below is my code. Can anyone please correct my code. //+------------------------------------------------------------------+ //|
Hi, I am trying to update and reference multiple SL values using a function TrailingStop() When I have two positions open and I iterate through them selecting ticket by index I am able to update the two different SL Values. I do this for each position and store the SL value in an Array double
I will not mention the name of the product i bought because I hope the author will fix this issue as the product works great in demo. I hope to have the issue fixed and working great in real account soon. However, the issue is that in demo the ea has a small sl of 5 points, but when added to live
I bought 3 EA's recently. Problem is I installed them wrongly using wizard instead of file/open data folder/copy on/off done. I tried deleting files from both my MT5 account and in my files, then when I tried to re install the EA goes to my market section only in my navigator. When I then try the
Please update me why I am getting these error : 'vctReturns' is not a class , struct or union CMomentum.mqh 48 21 'Std' - undeclared identifier CMomentum.mqh 48 33 'Std' - some operator expected CMomentum.mqh 48 33 '(' - semicolon expected CMomentum.mqh 48 36
Hello everyone. Currently, I'm attempting to manipulate MT5 using Python. I first place an order without setting any stop-loss and take-profit conditions. After a period of time, I then set the stop-loss and take-profit prices. However, I'm encountering the following error message: "order_send
When loading any EA to any chart (Demo Account) it shows the EA on the top right, but it is freezing my terminal. I cant click anything anymore and I have to force close it. I tested it with a few EAs from the market and with self programmed ones. My PC has enough power and MT5 is updated.  Please...
Hi Fam , 1. Is there a resource that shows who rented an EA and when ? 2. When the EA 1 month or three month rental period , does the EA renter receive a notification prior to expiry ? Thanks KC
logic is if minimum 2 trade open SL TP Trigger(place at 1st trade breakeven price) if minimum 2 Trade open but it trigger after max trade open . like if i set max 5 trade . after 5 trade open sl tp trigger now. any body help what i need to change or replace
Metatrader 5 succeeds at loading tick data but not bar data. Source is FXCM historical data. I can't load more then ~7000 bars into the 'Import Bars' menu without it failing, no error message either, then when i click 'OK' it fails to keep any of the data. :( Same with tick data, i can load it into...
Hello I have a Renko chart whose candlestick times are based on the first price tick that plays a role in its creation. I have problems adding the last new tick to the chart. Because the time of the Renko candle is different from the time of the online candle, I have to change the time of the last
Hi Can someone please help me figure out with what i wrote in the topic, and i dled 2 same broker meta5 on my pc, but i ran a backtest with both of them, but came out different results? as you can see in the graph, its totally different, does anyone know why? Thanks in advance
I just realized it after retesting the results with a single test. I rechecked some random passes, they all did not work as optimized results. I rechecked the parameters, and it's the same. I have no idea why it happened like that. My EA doesn't use iCustom or external resources. Since it's not
I had buy an EA in market Autopip Gold EA which works very well on my local machine using, when I migrate to VPS, although I can see that the migration was done successfully, no trade has been placed
Hi, I observe the optimizer in MT5 getting slower and slower over time. At first, it shows to need 20 hours for 10000 runs. After 2000 runs it shows 600hrs . Quite often, when all agents are done, the optimizer waits and waits before it starts the next iteration. Is there anything I can check in
I have issue where I am getting the error [Position Doesn't Exist] Below is my function that closes trades. Note: I am using this ea to close trades on many symbols. I have not added check for Symbols, because I want the ea to manage all trades; that were opened by other eas and on other charts
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart () { datetime tBegin = iTime ( _Symbol , PERIOD_D1 , 0 );
Hi All I want to use trail my buy stop and sell stop orders but I encounter invalid price error when using the code below. input double TakeProfit= 5 ; input double StopLoss= 2 ; input double PendingStopTrail= 2 ; int MagicNumber; double Filter= 0 ; int Direction= 0 ; int StopLevel=( int )