LAS TEN
LAS TEN
Friends 2
LAS TEN
Added topic how SL and Trailing stop works
I read the docs about SL, TP and Trailing Stop but is a little bit confusing me. TP is clear for me. So please a concretei explanation about how SL and Trailing stop works. Are they related to each other or they are independent? Let say I open a
LAS TEN
Added topic check what generated the close of position
Hello, A novice question: I do not know how to verify/check if a position was closed by "touching" of StopLoss price. I mean that the position was opened with a StopLoss>0; also I coded some other conditions to close the position. How can I
LAS TEN
Added topic Journal
Hello, Please I want to know if the Journal is saved automatically and if so were it is. Thanks in advance! 
LAS TEN
Added topic buy and sell in/out in history
Hello, Can anyone explain why I see in History "buy in/out" and "sell in/out" instead of "buy in" and "sell out". Please see the 2 attach to better understand what I mean. Thanks in advance ! 
LAS TEN
Left feedback to developer for job LastNdeals
LAS TEN
Added topic request arbitration in MQL5 job
Hello,  I am newbee and very hurry in finding how to request request arbitration in MQL5 job. Simply I can not find the button/link to do it. Thanks  for replies
LAS TEN
Added topic where was last trade made ; from bid or from ask ?
Hello, It is a very novice question, but for me is very hard. I want to find from where was last trade made; from BID price or from ASK price. Thank you in advance for your reply ! 
LAS TEN
Added topic Journal size
Is it any option to extend the size of the Journal tabel?  In expert advisor strategy tester , if the period is let say 2-3 years and timeframe H4 I cannot see all the trades. 
LAS TEN
Added topic transfer MT5 from one computer to another
Hello, I installed MT5 on a new computer.  I want to transfer all about MT5 installation (EA, custom indicators , charts etc....) from an old computer. What do I have to do? Thanks in advance for  support ! 
LAS TEN
Added topic array out of range
I am newbie, please help! 2 questions: a- why I receive "Array out of range " error message window when I run/debug this code? b-how to code to get the last error code on this script? Thank you in advance for your help !!!! void OnStart ()
LAS TEN
Added topic how to check if last price is the highest on current bar
Hello, I am new to MQL5 programming.  I want to check if the last price (from MqlTick structure) is the highest on the current timeframe bar. I coded something like: if (last_price.last=mrate[0].high) and I receive an warning
LAS TEN
Added topic strange datetime assignment
So I have a strange problem. I tried to verify NewBar appearance with the following code from Samuels article " Step-By-Step Guide to writing an Expert Advisor in MQL5 for Beginners ". I tried the code on System Tester and I saw that is no trade
LAS TEN
Added topic Difference between Ea and Indicator
Hello, I am new to MT4 and MQL4. I tried to run an EA as an Indicator and I receive the message "2013.01.28 19:14:56 Expert 'AAAA' is not custom indicator and will be removed". My question is how can be distinguished in code between the two ? At
LAS TEN
Added topic can not open market order on MT5 demo account
Hello, I tried to send market order on a MT5 demo account (alpari)? I put the following code: void OnStart() {    MqlTradeRequest request;    request.action = TRADE_ACTION_DEAL ;    request.symbol = _Symbol;
LAS TEN
Registered at MQL5.community
123