Alberto Tortella / Profile
Friends
182
Requests
Outgoing
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!
Alberto Tortella
Added topic read from Alert window
Hi all, could you tell me if is there a way to read with an expert from the Alert window? I'd like to open trades on the basis of an Alert window signals. Thank you
Alberto Tortella
Added topic check if an order was closed @ take profit or @ stop loss
Hi all, is there a quick way to check in the Order History if an order was closed @ tale profit (green) or @ stop loss (red) ? One way is to compare the OrderClosePrice() with OrderTakeProfit() and OrderStoploss(), but may be there is a smarter way
Alberto Tortella
Added topic How to extract from OrderOpenTime()
Hi all, could you give me an help on how to extract the Hour number from OrderOpenTime() ? I need to compare this to the Hour() function . Thank you
Alberto Tortella
Added topic Renko Time
Hi all, I would like to create an histogram indicator to track the time for every Renko brick. I wrote this but I seem it doesn't work well, could you help me? Thank you! int start() { int limit; int
Alberto Tortella
Added topic Average Range
Hi all, I wrote this code to calculate the average range between high and low. Could you tell me if it's ok or have you got a suggestion on how to improve it? Thank you Where Periodo is an external int. int start() { int
Alberto Tortella
Added topic Math Round upper and lower
Hi all, could you help me to round the number 1.13573 to 1.1360 ? Once obtained the number, how to extract the number "6" ? Thank you
Alberto Tortella
Left feedback to developer for job Excel link expert or indicator
Very quick and accurate developer!
Alberto Tortella
Added topic minimum distance for pending orders
Hi call, is there a way to check the minimum distance between market level and pending price order requested from the broker? Thank you
Alberto Tortella
Added topic problem with iTime on GOLD
Hi all, I use the following code in the majors, and it works well. datetime timeDailyOpen= iTime ( Symbol (), PERIOD_D1 , 0 ); int currentDailyBars= iBarShift ( Symbol (), PERIOD_H1 ,timeDailyOpen, true ); If I apply
: