Alberto Tortella
Friends
175
Requests
Outgoing
Alberto Tortella
Added topic ORDER_TIME_DAY not respected
Hi all, I'm testing an expert on D1 time frame in which I wrote the following condition to open pending orders request_type = ORDER_TIME_DAY I see that in some cases pending orders are not deleted at the end of the day. What could be the reason
Alberto Tortella
Added topic error extracting session closing time
Hi all, with the following code I'm trying to extract the session closing time for DE30.pro (OANDA). int session = 1 ; MqlDateTime DateTimeStructure ; TimeToStruct (time_local,DateTimeStructure);
Alberto Tortella
Added topic Trying to import this daily .csv
Hi all, I'm trying to import the attached file. Daily frequency. When I click on OK nothing happens. Is there a problem in the format? Thank you
Alberto Tortella
Added topic buy and sell arrows colors
Hi all, is there the possiblity to distinguish the buy arrow color that opens a new position (or pending order ) from the the buy arrow color that closes as sell position? Thank you
Alberto Tortella
Added topic problem with bool input in tester
Hi all, in an expert I modified an input variable as follow (from false to true) Then I compiled the expert as usual. When I lauch the strategy tester in the journal tab I still see the variable as false. Where could be my mistake? Thank you
Alberto Tortella
Added topic problem with iCustom indicator using strategy tester
Hi all, I'm trying to test an expert containing this custom indicator int DMI_handle; double DMI_spread[]; ArraySetAsSeries (DMI_spread, true ); DMI_handle = iCustom ( _Symbol , _Period
Alberto Tortella
Left feedback to developer for job Lot size calculator improving
Quick and opened to suggestions developer.
Compliance with specification |
| 5.0 |
Efficiency in resolving issues |
| 5.0 |
Availability and communication skills |
| 5.0 |
Alberto Tortella
Added topic is MT5 more memory consuming then MT4?
Hi all, I'm comparing MT5 vs MT4 memory usage. I load same graphs with same experts and indicators on a MT5 and on a MT4 platform. For MT4 platform memory usage is 81 MB amd for MT5 platform memory usage is around 180 MB. Could you confirm that MT5
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
Difficult input settings but good developer
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
: