Semen Racheev / 个人资料
- 信息
|
1 年
经验
|
3
产品
|
0
演示版
|
|
0
工作
|
0
信号
|
0
订阅者
|
Optimal F Service Application Type: Service Application Functions: Calculation of the optimal fraction and trade volume to achieve maximum growth of the equity curve, based on the results of previous trades. About this app Capital management is the most crucial and often underestimated component of any trading system. Proper capital management can enhance—and sometimes significantly improve—the performance of your trading algorithm. This application automatically calculates the optimal fraction
Test Trade Saver Script Application Type: Script Application Functions: Saves test results cache file data into text files About the Application The script extracts trading results from a test system cache file and saves them into text files for further analysis. How to Use Parameters: LOG_LEVEL - Logging level in the Experts terminal section. DEBUG provides the most detailed information, while ERROR gives the minimum. CUSTOM_MAGIC_NUMBER - The system identifier (Magic Number) used to
程序 - 服务 实现将每个交易系统的已平仓头寸自动保存到文件中,按行的形式存储。这对于进一步与其他产品(例如Semyon Racheev的资本管理服务等)的集成是必要的。 它自动将结果保存到以下格式的文件中: 文件名:" <magicNumber>.csv" 文件中的每一行表示一个已平仓头寸,格式为 " <magicNumber>,<positionCloseTime>,<positionVolume>,<positionProfit>" 算法: 服务从终端数据库中为指定的 magicNumber 列表检索多个已平仓头寸。 服务定位到参数中指定目录下的对应 magicNumber 的文件(如果存在)。它检索文件中描述的头寸集。 服务将每个 magicNumber 的这些头寸集合合并,并将结果集重新保存到对应的 <magicNumber>.csv 文件中。 因此,在参数指定的目录中,我们有包含历史已平仓头寸当前结果的文件。这些结果还可以与回测结果相结合,以便在资本管理或其他Semyon


