fx0011
fx0011
Friends

Add friends via their profile or user search and you will be able to see if they are online

fx0011
Added topic Save the time after an event
Hi, I want to save the Time after an event, for example after the bid breaks the lowest low for the last X bars, I can't use the OpenOrderTime() function as I don't want to open an order. If the event happens again I want the saved Time to be
fx0011
Added topic This EA doesn't sell any suggestion
//+------------------------------------------------------------------+
fx0011
Added topic Invalid request
Hi I have copy this functions in order to create a trailing stop but I am getting and Invalid request error thanks for any help void TrailingSL() {    double StopLossTemp; //-----Get the opening time---------------- datetime
fx0011
Registered at MQL5.community
fx0011
Added topic Trade List
Hi, I tried to make a trade list for my EA I use the two following functions 1)GetSymbolString in order to have an multicurrency EA 2)Terminal in order to save the orders characteristics extern string
fx0011
Added topic Highest High
int      M1BarShiftOfTradeOpen     = iBarShift     (symbol, PERIOD_M1 , Order_Open_Time
fx0011
Added topic Wrong Parameters count
Hi, I have a problem with a function could someone help? I have try to create these functions according to this 'Considering Orders in a Large Program' and I have an error while compiling "Wrong Parameters count" #include