Expert Advisors and Automated Trading - page 89

Is it possible to start a strategy tester session without a balance row on the history tab
Hello, im new on EA´s i currently have one problem, my EA seems to not be running (not displaying any comments, and suddenly on certain symbols it starts working an not on others, attached my on tick code and a picture of 12 symbols running my EA and only some have the comments and are operating
I'm asking because for what I'm doing I'm worried about overloading the memory
Can I ask for advice from you guys? Sometimes my EA has the issue of placing two consecutive duplicate orders. Initially, I thought it was an error in my code, but when I checked my trading logs, I found that the duplicated orders did not have any corresponding trade numbers, and were not recorded
Hi Pros, i confused at function - AdjustBuyProfit its a grid trading system , i was thinking to find 3 profit trade that bigger than the biggest lost trade , close it together . its was fine when number of trade it less , but when its many trade . it get confused
Hi, I want to ask about how run a code once a day and here's the code that I used. Is this a correct way to do it? void OnTimer () { int hour = 00 ; int minute = 05 ; MqlDateTime ActivationTime; TimeToStruct ( TimeCurrent (), ActivationTime); if (ActivationTime.hour == hour &&
Hello. Can someone please help with this error? input group "---- RSI ----" input int RSIPeriod = 14 ; //Period input ENUM_APPLIED_PRICE RSIPrice = PRICE_CLOSE ; //Applied price //--- input group "---- CCI ----" input int
//+------------------------------------------------------------------+ //| Expert Advisor Template.mq5 | //| | //+------------------------------------------------------------------+ // Include
void EditOperationLine() { string search = "-> #" ; // trend text to find string str_iPonti; int iPonti = ObjectsTotal ( 0 , 0 , OBJ_TREND ); for ( int i = 0 ; i < iPonti; i++) { if ( StringFind ( ObjectName ( 0 , i, 0 , OBJ_TREND ), search, 0 ) > 0 ) {
Hello I was wondering about if timezone change is reflected in backtest please. Let say I want to trade us open which is at 1pm UK time but sometime it s change to 12 noon cause of time zone change. To have an accurate backtest based on is open backdated does it take time zone change into account
I'm asking this question because when I trigger a function, it prints a variable's value twice in my logs, and there is nothing in that function that can change the variable's value, it can only read it. But sometime today, the function printed two different values for that variable even though that
'}' - unexpected end of program KILANGIFX.mq5 174 1 '{' - unbalanced parentheses KILANGIFX.mq5 58 1 'CheckInputs' - undeclared identifier KILANGIFX.mq5 39 10 ')' - expression expected KILANGIFX.mq5 39 22 //+------------------------------------------------------------------+ //|
Hello , in my ZigZag.mqh file when I compile I'm receive the following errors : 'Create' - unexpected token, probably type is missing? ZigZag.mqh 72 10 'Create' - function already defined and has different type ZigZag.mqh 72 10 'Calculate' - unexpected token, probably type is missing? ZigZag.mqh 89
Hi, I have coded a multi symbol mql5 ea which compiles fine but when I run it through the strategy tester there seems to be an issue with the CopyBuffer function . Just by looking does anyone know why this might be? //Checking and Copying Indicator Values if ( CopyBuffer (MACD_Handle[i], 0 , 1 , 4
Hey there. Getting working orders sent thru but on occasion invalid price is showing up, it appears to retry and then will go thru. Ive seen the posts about ask/bid and assuming this is something simple that isnt registering for me mentally. That said ive made this simple EA to reproduce the issue
  UT Bot Alert  (1)
Hi Everyone Has anyone paid a freelance to Recreate the tradingview UT Bot alert? if so please can you send me there info. Cheers Andrew
I am trying a fairly simple thing and failing miserably. Sorry for the long post but this got me scratching my head. Any explanation would be greatly appreciated. My advisor is supposed to draw some trendlines. I find some pivot points and store them in a CList called Pivots. No problem here. But
I'm trying to make my EA to open a single long trade ONLY when it crosses the 70 level. Unfortunately, it opens many buy orders. I did something wrong but I can't find the error. #include<Trade/trade.mqh> CTrade trade; void OnTick () { //creating an array for several prices double
I thought I downloaded the entire history of the EURUSD from History Center. The months go back to 1971, but the minutes will only go back until August of this year. When I try to run a test of the past 5 years, it only goes back 10 days and executes 2 total trades
I’ve seen a number of posts on setting up email here but none of them seems to give clear guidelines on the process. I am not sure exactly what each field in Options>Email should contain and how a simple email should be composed programmatically. I would really appreciate some help
Historically in MT4 I used to be able to select which items were displayed in the History window (e.g. Comment). If I selected - say - Comment then it would show in the History Window If I choose to download the History to an EXCEL file then the download doesn't contain the COMMENT column I use my
I’ve never had the need to copy my EA from my MacBook till now. I want to test it out on a VPS. I went through to the expert folder and couldn’t find the files. I also tried creating new files and copying the code but that didn’t work. How can I get the files to appear in the Expert folder as that
Hi there, I am currently trying to get my first EA to be compiled, but I got some errors, any idea how to fix them? //--- input parameters input int MA_Length = 50 ; // Moving Average length input ENUM_APPLIED_PRICE MA_Source = PRICE_CLOSE ; // Moving Average source input int MA_Offset =
I'm trying to build an EA that can only allow a second trade (Position) only after the 1st trade is 10 candles behind. Tried this but didn't activate any trades->    MqlRates PriceInformation[];    ArraySetAsSeries(PriceInformation, true); int testData = CopyRates(Symbol(), Period(), 0,...
How do i renew the signal i am subscribed to? I see the renew button for the signal, in the signals tab, but nothing happens when i click it. Any help would be gratefully received
When using a VPS, can I use copy trade services and not have the MT5 platform with which I subscribed with open and still have it copy the trades
Hi, I have been trying to code the standard deviation for a VWAP indicator i found but it wasn't plotting the deviation bands, and someone in my previous post said if I understood the code and they were right, so I decided to write a VWAP indicator from scratch, but my code isn't plotting either
  Walk Forward Optimisation  (12   1 2)
Hi everyone, In my journey in developming a profitable system, I have found some Darwinex video quite helpful for learning about the dangers of over-optimisation and the value of walk forward optimisation. The advice given was that the best approach for making a simple system is to keep the strategy
ObjectGetValueByTime() All time retrun 0.0 double LastUpRedrawValue =ObjectGetValueByTime(0,"Toptahlil_UpperTrendLine_"+GetPeriod(Period()),Time[iUp],OBJ_TREND);
[Deleted]
Here are some tips for avoiding scammers on the MQL5 market when purchasing an EA: 1. Be wary of EAs that are only available for MT4, as scammers may have coded them in a way that makes them perform well on the MT4 backtester but not in real-life trading. Look for versions that are available for