MQL4 - automated forex trading   /  

Forum

A System: Code

Back to topics list  | 1 2 3 4 5 6 7 To post a new topic, please log in or register

avatar
3001
Ais 2008.11.17 08:46 

avatar
3001
Ais 2008.11.18 23:00 
A System: Code Sample 2 is available.
Features:
1. Code structure has been improved.
2. Object properties have been hidden out from global scope and now they are available only via interfaces.

Attached files:
  A_1.MQ4 (24.92 KB)

avatar
3001
Ais 2008.11.20 00:16 
A System: Code Sample 3 is available.
Just open your eyes and look.

Attached files:
  A_3.MQ4 (49.71 KB)

avatar
2462
phy 2008.11.20 00:43 
I think your code will be broken with MQL5

avatar
3001
Ais 2008.11.20 01:25 
Hello
Glad to meet you.
As for code structure, new MQL will give new opportunities in future, but I need to control my code right now.
I am preparing to measure time metrics of trade symbols behaviour and I am expecting a lot of output data.
So I want to achieve maximum code transparency.
Best regards
Ais


avatar
3001
Ais 2008.11.22 00:09 
A System: Code Sample 4 is available.
Features:
1. Core structure has been changed.
2. End of initialization is alerting now.

Attached files:
  A_4.MQ4 (130.21 KB)

avatar
3001
Ais 2008.11.27 15:22 
Features:
1. Advanced position management.
2. Multi-currency.
3. Multi-threads.

avatar
64
yast77 2008.11.28 20:46 
Hi,this is a great project. Can you briefly explain how is the structure flow ?

avatar
3001
Ais 2008.11.28 22:47 
Hello
Code structure of A System: Championship Strategy Final Edit brief explanations:
1. Visual code structure is adjusted for 122 columns x 45 lines MetaEditor window size.
2. Fast and convenient way to navigate code is <Page Up> and <Page Down> keys using.
3. Tags //<...> make code more readable and structured.
4. Object model is used to develope this automation.
5. This code sample has only one object: A.System.
6. Object properties are stored in substructure: A.Memory.
7. External interface methods are united in substructure: A.Interface.
8. Internal interface methods are united in substructure: A.Function.
9. According to //< A System: Parameters 1 > set this code sample can contain settings up to 4 trade symbols.
10. Each of the symbols may have 4 trading threads with different settings.
11. Thread is open if first parameter is "1".
12. Variable "avb.IsOptimizing = 1 " selects //< A System: Parameters 2 > set for optimization purposes.
Code structure of A System: Championship Strategy Final Edit is out of A System: Core Principles and that is why its development has been discontinued.
Best regards
Ais


avatar
3001
Ais 2008.12.04 10:58 
A System: Code Sample 5 is available.
Features:
1. The program can work in both live and test modes.
2. System settings customization has been implemented.

Attached files:
  A_5.MQ4 (145.63 KB)
Back to topics list   | 1 2 3 4 5 6 7  

To add comments, please log in or register