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)          {     
Alberto Tortella
Added topic problem with pivot point indicator
Hi all, I'm trying to apply the attached indicator on a M2 offline chart. If I recall the daily pivot with iCustom(NULL,PERIOD_D1,"All Pivot Points",0,0) there's no problem. If I try to recall the weekly or the monthly pivot, I have the following
Alberto Tortella
Added topic Median Renko for MT4
Hi all, I'm searching for a good median renko expert for MT4. Could you suggest a good version? Thank you
Alberto Tortella
Added topic parameters in iCustom function
Hi all, I'm using the attached indicator in this way iCustom ( Symbol (), PERIOD_H4 , "D" , 1 , 0 ) // for the upper band iCustom ( Symbol (), PERIOD_H4 , "D" , 0 , 0 ) // for the middle band iCustom ( Symbol (), PERIOD_H4 , "D" , 2 , 0 ) // for the
Alberto Tortella
Added topic problem with Symbol() function
Hi all, I'm trying to recall a Global Variable from an expert in this way string HOUR_ = StringConcatenate ( "HOUR_" , Symbol ()); GlobalVariableSet (HOUR_,HOUR()); GlobalVariableGet ( StringConcatenate ( "HOUR_" , "EURJPY" )) If I apply the expert
Alberto Tortella
Added topic Check for an arrow
Hi all, I need to check if there is an arrow object on a certain bar, like in this graph.  I'm watching the OBJ_ARROW functions but I don't find what I need. Have you got a suggestion? Thank you!