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
Check out the new article: Market Simulation: Unity Is Strength (III).
In the previous article “Market Simulation: Unity Is Strength (II)”, I showed how we can modify our applications to simulate interaction with a trading server. In that article, we implemented a new class: C_InServer. Its purpose is precisely to simplify the simulation of our applications by making it completely unnoticeable who is responding to our requests: a real trading server or a simulated server. I realize that for many of you, all of this may seem quite complicated, while for others it will be just another step in what we are implementing.
The point is that, by using the C_InServer class, we can very easily adapt applications and achieve the desired result. As you've probably already guessed, we won't have to implement anything new in either the Expert Advisor or the position indicator. At least at this initial stage, the code will only need very subtle changes. So, without further ado, let's get to the point.
Author: Daniel Jose