Alberto Tortella
Added topic problem with DateTimeStructure
Hi all, at row 5 I have the following error: "Day_of_week" cannot convert ENUM. When I print int Day_of_week is 0 (today is Sunday). Could you help me? Thank you!    datetime time_local= TimeTradeServer () ;      
Alberto Tortella
Added topic download doesn't work
Hi all, I'm trying to download the following utilty but the download is not available. When I click on "I have MT4" nothing happens. Thank you
Alberto Tortella
Added topic Problem with Off Quotes
Hi all, I'm trying to manually close a sell order but I have an Off Quotes result. I push yellow key to close by market. Position size is 2.9 and I'm trying to close 0.7. Open price: 4450 Stop: 4500 Bid: 4409.4. I don't understand where is the
Alberto Tortella
Added topic problem with data import
HI all, I'm trying to load the attached file. When I select it from Browse in History Center the window remains empty. Where is the problem? Thank you
Alberto Tortella
Added topic Stop Level for Gold
Hi all, how can I set the minimum entry level if the stop level in the specs is zero?  I would like to write something like this to avoid error 130: Entry_Long = Max(Entry_Long,Ask+MarketInfo( Symbol (),MODE_STOPLEVEL)) Thank you
Alberto Tortella
Added topic Corn min stop
Good morning, I have a problem in placing market orders with the following Corn CFD (Order error 130 ). Let's say for instance Ask price is 597.50 and i want to place a market order. Where is the minimum stop I can place? Thank you
Alberto Tortella
Added topic How to recall stop trading time
Hi all, is there a way to recall the stop trading time indicated in every contract specification? In the below example 19:30. Thank you
Alberto Tortella
Left feedback to developer for job I need to graph daily and weekly limits, open session values
Alberto Tortella
Added topic help for weekly time
Hi all, I need an help to find orders closed during the current week, something like  TimeWeek(OrderClosedTime())==Current_Week How can I write "TimeWeek" and "Current_Week"? Thank you
Alberto Tortella
Added topic zoom in and out in Editor
Hi all, is there a function to zoom in and out the view in a .mq4 file in the Editor? Thank you
Alberto Tortella
Added topic problem with OANDA demo account
  Good morning, I need an help to understand how my OANDA demo account works. At 12:28:43 there is a Financing row (-0.19). At the same time a sell stop order is deleted and a buy position was partially closed for the same size of the sell stop
Alberto Tortella
Added topic was this order deleted and how?
Hi all, in trades history I see a buy stop order that was not deleted from any expert. From picture 1 I see the last expert action was BUY opening without error. From picture 2 I see the Comment cell for this pending order is not "cancelled" but the
Alberto Tortella
Added topic searching for MT4 Renko ATR box size
HI all, I'm searching for an MT4 expert/indicator to create Renko box size based on ATR market volatility. Could you help me? Thank you
Alberto Tortella
Added topic memory crash
Hi all,  I had a memory crash while trying to create a Renko chart. I shut down the platform, but when I try to open I can do nothing because the memory is out of bound, the platorm is not responding. How can I solve? Thank you
Alberto Tortella
Added topic different Open Time for FX Pro broker
Hi all, I'm using FX Pro but I see that for #Germany30 the bars on H1 chart are based on half hour open time . 8.30 - 9.30 - 10.30 .... Is there a way to see the bars on H1 chart with the usual open time?  Thank you
Alberto Tortella
Added topic the keyvoard in the MT4 Editor doesn't work
Hi all, i was writing in the MT4 Editor but suddenly the keboard doesn't work. If I try to write in Notepad or other software there are no problem. Have I a pushed a strange keys combination
Alberto Tortella
Added topic Error code "0" on OrderClose() function
Hi all, I have a strange error when my expert tries to close an order. I'm sure the condition is met, because I see the "Check" output in the Expert tab. The problem is that GetLastError() function return "0". if (Bid>= GlobalVariableGet (
Alberto Tortella
Added topic Adjustable Fractal indicator
Hi all, I'm searching for the Adjustable Fractal indicator. <Deleted> Thank you
Alberto Tortella
Added topic searching for a take profit in History
Hi all, I wrote this code to check if there is at least a trade with take profit reached in History. I only leave current day trades in History.  for (cnt= 0 ;cnt<OrdersHistoryTotal();cnt++)     {     
Alberto Tortella
Added topic ticket
Hi all, is it correct this way to proceed?  I don't understand why sometimes the global varibale is properly stored, and other times no. Thank you! if (Long_Market)          {