You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
It is strongly recommended to read.
----------------
Making charts more interesting: Adding a background
Many workstations contain some representative image which shows something about the user. These images make the working environment more beautiful and inspiring, as people always try to choose the vest and most beautiful images to use as wallpaper. But when we open the trading platform, we see that it is somehow boring. All we have is the graphical representation of numerical data.
Forum on trading, automated trading systems and testing trading strategies
New MetaTrader 5 Platform build 3300: Fast compilation and improved code navigation in MetaEditor
MetaQuotes, 2022.05.19 17:32
The MetaTrader 5 platform update will be released on Friday, May 20, 2022.
In the new version, we have implemented multiple improvements to MetaEditor. Compilation now supports two modes: slow compilation with code optimization and fast one without optimization. The latter option can be useful for fast code validations during development.
Other code editor improvements include a new command for jumping to method declarations and the auto-substitution option on the "Tab" key.
In addition, we have facilitated MQL5 debugging processes by automatically displaying local variables in the watch list.
These changes, along with other new features of the updated MetaTrader 5 platform version, are described in detail below:The following variables can be used as metrics:
The "Maximum optimization" parameter in the project settings performs the same function.
All compilation-relation operations are available under the "Build" menu.
The update will be available through the Live Update system.
Developing a trading Expert Advisor from scratch
The number of new users in financial market increases. Perhaps many of them even do not know how the order system works. However, there are also the users who really want to know what is happening. They try to understand how it all works in order to control the situation.
Of course, MetaTrader 5 provides a high level of control over trading positions. However, using only the manual ability to place orders can be quite difficult and risky for less experienced users. Furthermore, if someone wants to trade futures contracts, when there is very little time to place an order, such trading can turn into a nightmare, because you have to correctly fill all the fields in a timely manner, but this still takes time and thus you can miss good opportunities or even lose money if something is filled incorrectly.
Now, what if we used an Expert Advisor (EA) to make things easier? In this case, you can specify some details, for example the leverage or how much you are can afford to lose and how much you want to earn (in monetary terms, rather than not quite clear "points" or "pips"). Then use the mouse pointer on the chart to show where to enter into the market and indicate, whether it will be buying or selling...
Developing a trading Expert Advisor from scratch: Adding Volume at Price (I)
Anyone who trades trying to have a certain degree of confidence must have this indicator on their chart. Most often the indicator is used by those who prefer tape reading while trading. Also, the indicator can be utilized by those who trade only based on the Price Action analysis. This is an extremely useful horizontal volume indicator which can be utilized to analyze the volume of trades that occurred at a particular price time. However, reading the indicator correctly can be tricky. I will add a link at the end of the article so you can learn more about this.
Forum on trading, automated trading systems and testing trading strategies
MetaTrader 5 Platform update build 3310: Improvements and fixes
MetaQuotes, 2022.05.26 16:11
The MetaTrader 5 platform update will be released on Friday, May 27, 2022. The update provides improvements and fixes based on the feedback we have received after the previous MetaTrader 5 build 3300 release, which included many new features.
These new features, along with other changes, are described in detail below.
Similar tooltips are available for the lines joining entry and exit trades.
The update will be available through the Live Update system.
Hi,
As a newbie, I am more than a little stressed by my failure to copy indicators (in this case Renko) into either MT4 or MT5. I have been trying for hours and they con’t copy or paste into the indicators director or any other director in MT4 or in MT5.
Can anyone indicate why this won't work?
IO have read several instructions online and have activated dll in Expert Advisors, etc.
Thanks,
Cheers.
Hi,
As a newbie, I am more than a little stressed by my failure to copy indicators (in this case Renko) into either MT4 or MT5. I have been trying for hours and they con’t copy or paste into the indicators director or any other director in MT4 or in MT5.
Can anyone indicate why this won't work?
IO have read several instructions online and have activated dll in Expert Advisors, etc.
Thanks,
Cheers.
Most indicators for MT4 do not work for MT5, and most MT5 indicators do not work for MT4.
And if you are talking about dll so it means that this indicator is not from MQL5 Market - I think - you downloaded it from somewhere else so ask the author for support.
----------------
You are having the thread here (this thread was opened by you): Point & Figure Charts
Am a new user of an MT5 platform, and am having challenges working out how am supposed to trade in Forex with a Demo account...if it can't be done how do i switch to a real account??
The charts, the price on the charts, the symbols to trade, and the names of the symbols, trading accounts, condition to open trading accounts, money for trading, and the time of the price on the chart - all of them are related to the brokers only. It means that all trading activity is related to the brokers only.
So, you should find a broker (use google to find, or go to specialized internet forums where the traders are discussing about thhe brokers).
Look at the links below:
Forum on trading, automated trading systems and testing trading strategies
how i can gain 1 million dollar?
Sergey Golubev, 2022.02.17 15:20
Find Metatrader broker (there are a lot of Metatrader brokers, use google to find), and open the account according to their condition on their websites.
Try with demo first.
1. The article - MQL5.community - User Memo
2. MetaTrader 5 Help - Open an Account
3. Where Do I start from?
https://www.mql5.com/en/forum/212020
4. MetaTrader 5 Help - Trading Platform — User Manual
5. How to make a search on the forum
https://www.mql5.com/en/forum/193510
6. Find a Server by the Broker's Name:
https://www.mql5.com/en/forum/214820
7. My list of brokers: https://www.mql5.com/en/forum/353226/page3
Forum on trading, automated trading systems and testing trading strategies
How To Create EA MQL5
Sergey Golubev, 2022.06.24 06:07
Developing a trading Expert Advisor from scratch (Part 8): A conceptual leap
Sometimes, when developing some projects, we may find new ideal and new possible features that can come in handy and provide a big improvement to the system we are creating. But the question arises: what is the easiest way to implement the new functionality?
----------------