Alberto Tortella
Alberto Tortella
Alberto Tortella
Added topic I need help using File Read function
Hi all, I made the attached .txt file using the following code int start()    {          double Take_Profit_Long_1   = 1.06475 ;          double
Alberto Tortella
Added topic orders opened and closed during last bar
hi all, I need to check the opened and closed orders after the start of the current bar. Is this code correct? I'm not sure.        total = OrdersTotal ();   Num_Order_Long_5  = 0 ;
Alberto Tortella
Added topic incorrect start position 2365 with Ehler transformation indicator
Hi all, I have this error when I load the attached indicator on a median renko chart. incorrect start position 2365 for Array/Minum (or Array/Maximum) function Could you help me? Thank you
Alberto Tortella
Added topic median renko with build 971
Hi all, is there anyone who can share an expert to obtain median renko charts with build 971?   Thank you! 
Alberto Tortella
Added topic is there anyone using the Web terminal?
I'm losing the connection to my demo account , are you using the beta version without problem
Alberto Tortella
Added topic I don't see the stop level
Hi all, I'm trying to see the stop level on my demo FXCM platform. I'm using   Print ( MarketInfo( Symbol (),MODE_STOPLEVEL) ) ;   but the result is 0.  Could you help me? Thank you! 
Alberto Tortella
Added topic problem with Renko Live Chart v 3.2
Hi all, I have a strange problem with this expert. I attached it on the EURUSD M1 chart, using 2 as Renko Time Frame. Then I tried to open the offline chart but I didn't find it. So I switched to time frame 3 and I had the graph, but it doesn't
Alberto Tortella
Added topic problem with Renko Live Chart v 3.2
Hi all, I'm using the expert Renko Live Chart v 3.2 but I receive this error: can't create / open history file: cannot open file: EURUSD2.hst Where is the problem? DLL are enabled.  I see file EURUSD2.hst in the history folder. 
Alberto Tortella
Added topic Last bar open Time
Hi all, I don't know how to recall the last bar open time . Could you help with the below code? I need to replace the string "LAST BAR OPEN TIME". Thank you!!!    total = OrdersTotal ();   Num_Order_Long_6  = 0 ;
Alberto Tortella
Added topic round number
Hi all, could you indicate a system to round the number 5142.37 to 5150 ? Thank you
Alberto Tortella
Added topic invalid integer number as parameter 2 for 'iCustom' function
Hi all, I created a simple indicator as the difference between the Stoch(5.3.3) and his signal line . //---- indicator settings #property   indicator_separate_window #property   indicator_buffers 1 #property  
Alberto Tortella
Added topic problem with offline charts on Activetrades
Hi all, I'm using Renko Live Charts v 3.2 to work with my Renko charts. This expert works good with Alpari, now I just opened a demo account with Activetrades. When I set the expert on a M1 graph, I obtain the usual "open offline EURUSDM2 to wiew
Alberto Tortella
Added topic how to find the round numbers
HI all, I need to build a control to find this situation   If (Bid contains 0.0010 or 0.0090) then (...)   For instance bid is 1.3810 or 1.3890. How can I isolate the 10 and 90 round numbers ?   Thank you
Alberto Tortella
Added topic my expert don't refresh the external variables
Hi all, when I change the value of the external variables and then I push the Compile button, the expert don't refresh these values. I print these variables and I see the expert is using the old values of them. Where could be the
Alberto Tortella
Added topic is there a problem with include files in the new build?
Hi all, I use an include file to calculate the lot size in my experts.   This file worked correctly with the old version of Metatrader 4. Now with the new build 600 it does not work properly.   In my expert I define the % risk with an
Alberto Tortella
Added topic return value should be checked?
Hi all, when I compile my experts with the new build version I often get the warning "return value of OrderSelect" should be checked ". How can I proceed to check this? Thank you
Alberto Tortella
Added topic cannot create interface of MQL compiler? Help
Hi all, after the update of my MT4 platform, I have this error when I try to compile my experts. Where is the problem? Thank you
Alberto Tortella
Added topic Problem with Renko charts in the new MT4
Hi all, I have a problem with Renko charts in the new MT4. I’m using Renko Live Chart v 3.2 in the OLD MT4 version, but I don’t see the M2 chart in the offline folder in the NEW MT4 version. I have read this article
Alberto Tortella
Added topic problem with OrderClose()
Hi all, I manually opened a sell order on USDCAD, size 0.10, order ticket 162078588. I wrote a simple expert that I attached on the USDCAD graph. int start()   {      OrderClose( 162078588 ,OrderLots(),Ask, NULL
Alberto Tortella
Added topic pending orders too tight?
Hi all, is there the possibility that the broker does not accept a pending order if the price indicated is too For instance, the ask price is 125.41 and I want to place a pending buystop @ 125.421, is this a valid request or not? I don't see