How to Start with Metatrader 5 - page 58

 

Very useful new feature was developed: All Messages.


Go to your Profile (top right corner of the page) - Publications (on the left side of new page opened) - All messages
and you will see all the messages/comments etc you made (besides, you can make a search).

I am having 1921 pages with all my messages/comments/posts on this forum so the search function is very usefull for me for example :)


 
Sergey Golubev:

Very useful new feature was developed: All Messages.


Go to your Profile (top right corner of the page) - Publications (on the left side of new page opened) - All messages
and you will see all the messages/comments etc you made (besides, you can make a search).

I am having 1921 pages with all my messages/comments/posts on this forum so the search function is very usefull for me for example :)


thanks for the heads up Sergey. Its really amazing how the site keep improving its services and interface also. (y)
 

Frequently Asked Questions about the Signals service

Questions

  1. What the Signals service is needed for?

  2. Who can create a trading Signal at MQL5.com? Should I pay for this?

  3. When a free Signal will become available for subscription?

  4. How to create a free signal?

  5. How to subscribe to a Signal?

  6. I created a signal, but it is not available for subscription on the website. Why?

  7. How to subscribe to a signal from the MetaTrader 4 (MetaTrader 5) client terminal?

  8. Can I copy trades from MetaTrader 4 to MetaTrader 5 or vice versa?

  9. How paid subscriptions are charged? What will happen if a free subscription becomes paid?

  10. Can I cancel a paid subscription?

  11. I want to copy trades with fixed volume of 1.0 lots. Is it possible?

  12. On Provider's account all trades are performed with volume of 0.1 lots. I want to copy these trades with larger volume, for example 0.3 lots. Can I raise the volume somehow?

  13. The Provider has trading symbol called GOLD, and my broker has the same instrument, but it is called XAUUSD. Are trades on GOLD copied to XAUUSD in that case?

  14. Can I set my own rules of copying trades from a Provider's symbol to a Subscriber's one?

  15. What rounding scheme is used for Provider's and Subscriber's percentage ratio of deals volume?

  16. Why there should be no open positions and pending orders on my account in order to subscribe to a signal?

  17. Why manual trading leads to problems with copying of signals (accounts out of sync)? Why I cannot simultaneously subscribe to a signal and trade on one account?

  18. How to disable your own Signal? I do not want to broadcast it anymore.

  19. Does the MetaTrader 4/5 terminal has to be running at Subscriber's end for trades to be copied?

  20. Can I unsubscribe from the Signal in the same way I subscribed to it?

  21. How can I find out what Signal I am subscribed to in the terminal and how can I cancel the subscription?

  22. How are transactions copied if the Provider has 4-digit quotes for a Symbol and the Subscriber has 5-digit quotes for the same Symbol or vice verse?

  23. How is the Growth in Signals Calculated?

  24. How is the year-to-date growth (YTD) calculated, if a sum of monthly growths differs from this value?
 

30 technical indicators in the MetaTrader 4 Web platform

"The new version of the MetaTrader 4 web platform features the full set of indicators for technical analysis. Now, web traders can use all the 30 analytical tools that are available in the MetaTrader 4 desktop version"

 

It was some question related to How To Understand Broker Allow EA so I think - it may be usefull for the majority of the traders:

Forum on trading, automated trading systems and testing trading strategies

How To Understand Broker Allow EA

Roberto Jacobs, 2016.02.29 04:06


Checking if trading is allowed for any Expert Advisors/scripts for the current account

Automated trading can be disabled at the trade server side. Sample check:

   if(!AccountInfoInteger(ACCOUNT_TRADE_EXPERT))
     {
      Alert("Automated trading is forbidden for the account ",AccountInfoInteger(ACCOUNT_LOGIN),
       " at the trade server side");
      ExpertRemove(); 
      return(-1);
     }

and two more links (for MT5 for now):

 
 The Program Files directory and user rights to write to that directory are limited, it is run in the main mode.
if the UAC (User Activity Control) system is enabled
If remote connection to a computer is used (RDP, Remote Desktop Protocol).
 

Forum on trading, automated trading systems and testing trading strategies

Windows 10 upgrade : what you should know !

Alain Verleyen, 2015.08.10 23:26

Hello All,

I am opening this topic to centralize all information about migrating to Windows 10. No much for now, but important points to be aware anyway.

Stay tuned...

P.S : Of course, only information related to MT4/MT5 will be reported here.


 

Forum on trading, automated trading systems and testing trading strategies

general question GBPNZDr

Trevor, 2016.03.02 20:44

Hello

 

Im very new at this, please can i ask what is the difference  GBPNZDr and GBPNZD what does the r mean?

 

Regards

 

Trevor 


Forum on trading, automated trading systems and testing trading strategies

general question GBPNZDr

Francis Dogbe, 2016.03.03 10:01

its a suffix (r) which brokers use on the pair to determine the type of account you using to trade. It doesn't make any difference though same chart, same price same everything. You can ask your broker for more details on the ''r'' meaning.

Reason: