| / | Forum |
|
Ais
2008.11.17 08:46
A System: Code Sample 1 is available.
|
|
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. |
|
Ais
2008.11.20 00:16
A System: Code Sample 3 is available.
Just open your eyes and look.
|
|
phy
2008.11.20 00:43
I think your code will be broken with MQL5
|
|
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
|
|
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. |
|
Ais
2008.11.27 15:22
A System: Championship Strategy Final Edit is ready for publishing in Code Base.
Features: 1. Advanced position management. 2. Multi-currency. 3. Multi-threads. |
|
yast77
2008.11.28 20:46
Hi,this is a great project. Can you briefly explain how is the structure flow ?
|
|
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
|
|
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. |