sonthanhthuytu
sonthanhthuytu
Sài gòn
Friends

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

sonthanhthuytu
Added topic I don't see contact list in Mql5 account
Why there is no contact list in mql5 user 's account ? How to create one ? How to add someone into my friend list ? 
sonthanhthuytu
Added topic Ask about iRSI() and inputs for tester
1. supposing I call this function: iRSI (NULL,0,14,PRICE_CLOSE,0) how many bars are calculated to return the result ? 14 or 15 ? Does the calculation include the current bar (bar 0) ? In other words:  Data calculated ? A. { Close[0] == Bid
sonthanhthuytu
Added topic mono or multi pair design ?
I have a strategy that applies for several pairs. How should I design my EA for trading these pairs Simultaneously ? (A) an EA that trades the only pair the EA attached to (mono-pair EA - I will have to attache it to each chart) (B) an EA that trades
sonthanhthuytu
Added topic Do you trade with non-standard strategies ?
I wonder if anyone other than me also apply non-standard strategies for trading.  Non-standard: I mean it is not indicator based, not chart pattern based, not trend-prediction based
sonthanhthuytu
Added topic What happens if Balance decreases and hits zero while Equity increases, free margin is still considerably greater than 0 ?
This is real situation that I encounter, equity > deposite, floating profit > 0, free margin is far greater than 0, but the Balance is going down and maybe will hit zero soon. Then, what will happen
sonthanhthuytu
Added poll What are your successful way(s) of live forex trading ? ( Auto / Manual / Signal )
  • 33% (14)
  • 31% (13)
  • 21% (9)
  • 5% (2)
  • 21% (9)
  • 26% (11)
Total voters: 42
sonthanhthuytu
Added poll Metaquotes Language: Which type(s) of orders does your EA place ? (via OrderSend() function)
  • 22% (4)
  • 6% (1)
  • 11% (2)
  • 6% (1)
  • 0% (0)
  • 0% (0)
  • 33% (6)
  • 0% (0)
  • 22% (4)
Total voters: 18
sonthanhthuytu
Added poll Metaquotes language: OrderMagicNumber() is not able to be modified
  • 22% (6)
  • 26% (7)
  • 48% (13)
  • 4% (1)
Total voters: 27
sonthanhthuytu
Added poll Metaquotes language: OrderComment() is not able to be modified
  • 35% (7)
  • 40% (8)
  • 15% (3)
  • 15% (3)
  • 30% (6)
Total voters: 20
sonthanhthuytu
Added poll Display Balance and Equity on the same chart or on separate charts ? which case do you prefer ?
  • 71% (15)
  • 19% (4)
  • 0% (0)
  • 10% (2)
Total voters: 21
sonthanhthuytu
Added poll I suggest "MQL5 signals" establish and present a new index (that I name it "EoB") = Equity/Balance x 100 (%). It shoud be charted by time or by closed trades.
  • 41% (15)
  • 22% (8)
  • 27% (10)
  • 11% (4)
Total voters: 37
sonthanhthuytu
Added topic Signal subscription
Please let me ask some question about signal service here:  1. Lot size of the copy account: is it the same or different from that of the source account ? 2. Slippage 2.00 x 13 . What does "13" mean?  3. The fee is Prepaid or paid at the
sonthanhthuytu
Registered at MQL5.community
sonthanhthuytu
Added topic Can we get Ask/Bid price at a specific time (detailed to seconds) ?
Please help on building a function like: double BidAtTime (int time) (where time is the number specified the time, detailed to seconds (example 2012 June 15, 14:28:19). If you hesitate to help with the complete coding, then just guide me on the
sonthanhthuytu
Added topic What does this mean ?
This is displayed at the bottom-left corner of MT4 platform: Please kindly explain each symbol and number. Thank you
sonthanhthuytu
Added topic unstable behavior of EA: how to prevent and fix ?
Please view the following code: //---------------------------------------------------------------------- if (total(OP_BUY)== 0 )                     {
sonthanhthuytu
Added topic EA Encryption ! How ?
In these circumstances: 1> You want to give your favorite EA to a friend but don't want to lose copyright. 2> Professional Traders sell EA programs to end-users 3> Professional brokers trade on client 's account with his own EA, due to a
sonthanhthuytu
Added topic Is it a signal symptom of system (platform) error ?
I always see Stoploss lines (either created by EA or set manually) displayed in Red But my current EA doesn't behavior as before. When I run it in my desktop, SL lines still displayed in Red. But in my laptop, the EA created SL lines displayed in
sonthanhthuytu
Added topic Can anybody explain this abnormal circumstance ?
I have coded the following function        void Drawframe5 ( double price)             {
sonthanhthuytu
Added topic Can we customize the color of lines drawn by ObjectCreate() ?
Lines that I create by ObjectCreate are always set on Red by default. I wonder if we can customize the color as expected ? Thanks for every help
12