Developing a trading Expert Advisor from scratch (Part 18): New order system (I)
by
, 08-03-2022 at 02:10 AM (386 Views)
-------------------Since we started documenting this EA in this series from the very first article Developing a trading Expert Advisor from scratch, it has undergone various changes and improvements while maintaining the same on-chart order system model. It is very simple and functional. However, in many situations, it is not suitable for real trading. Of course, we could add some things to the original system so that we have some information about orders, both open and pending. But this would turn our code into a Frankenstein which would ultimately make a real nightmare out of the improvement process. Even if you have your own methodology, it will be lost over time as the code gets too big and too complicated. So, we need to create a completely different system in terms of the order model we use. At the same time, it should be easy for the trader to understand, while providing all the information we need to work safely.
- Developing a trading Expert Advisor from scratch (Part 18): New order system (I)
- Developing a trading Expert Advisor from scratch (Part 17): Accessing data on the web (III)
- Developing a trading Expert Advisor from scratch (Part 16): Accessing data on the web (II)
- Developing a trading Expert Advisor from scratch (Part 15): Accessing data on the web (I)
- Developing a trading Expert Advisor from scratch (Part 14): Adding Volume At Price (II)
- Developing a trading Expert Advisor from scratch (Part 13): Time and Trade (II)
- Developing a trading Expert Advisor from scratch (Part 12): Times and Trade (I)
- Developing a trading Expert Advisor from scratch (Part 11): Cross order system
- Developing a trading Expert Advisor from scratch (Part 10): Accessing custom indicators
- Developing a trading Expert Advisor from scratch (Part 9): A conceptual leap (II)
- Developing a trading Expert Advisor from scratch (Part 8): A conceptual leap
- Developing a trading Expert Advisor from scratch (Part 7): Adding Volume at Price (I)
- Multiple indicators on one chart (Part 06): Turning MetaTrader 5 into a RAD system (II)
- Multiple indicators on one chart (Part 05): Turning MetaTrader 5 into a RAD system (I)
- Multiple indicators on one chart (Part 03): Developing definitions for users
- Multiple indicators on one chart (Part 04): Advancing to an Expert Advisor
- Multiple indicators on one chart (Part 02): First experiments
more...