MULTISTRATEGY BALANCE ANALYZER – Analytics & Forecasts – 28 October 2023

[ad_1] The Multistrategy Balance Analyzer has been meticulously designed to empower algorithmic traders. It provides a platform to visualize and test trading strategies, allowing them to closely monitor, during the optimization process, the performance of individual strategies—be it by magic numbers or symbols. This is instrumental in gaining insights into the precise dynamics of each

کد خبر : 421784
تاریخ انتشار : شنبه ۶ آبان ۱۴۰۲ - ۱۱:۰۲
MULTISTRATEGY BALANCE ANALYZER – Analytics & Forecasts – 28 October 2023

[ad_1]

The Multistrategy Balance Analyzer has been meticulously designed to empower algorithmic traders. It provides a platform to visualize and test trading strategies, allowing them to closely monitor, during the optimization process, the performance of individual strategies—be it by magic numbers or symbols. This is instrumental in gaining insights into the precise dynamics of each strategy and understanding how they can influence the overall behavior of the software. Furthermore, by utilizing an advanced correlation table, traders can optimize the diversification of individual strategies with unprecedented speed on the Metatrader platform.

Main Features  

  1. Balance/Equity Chart: This chart depicts the progression of strategies, differentiated by magic numbers or symbols. Each strategy is assigned a distinct color for easy identification. By selecting a specific strategy, users can closely observe its precise evolution. The Y-axis showcases the monetary value of the Balance or Equity, while the X-axis represents the temporal progression, capturing the historical dynamics of the strategies. This chart is crucial during optimization as it pinpoints both the highs and lows, thus revealing the true nature of each strategy.

  2. Equity DrawDown Chart (%): This chart facilitates the examination of the DrawDown for every strategy and is closely aligned with the Balance/Equity chart. It offers an immediate visual representation of performance in percentage terms, enabling traders to swiftly identify underperforming strategies. This visualization is essential for optimizing a specific strategy within the strategy basket, ensuring overall system balance.

  3. Calendar Tool: This tool provides users with the capability to select a specific time frame to examine equity/balance curves, their statistics, and degree of correlation, with day-to-day precision.

  4. Filter Box: Users can input and isolate specific strategies through this feature, offering a streamlined approach to gauge the effectiveness of individual strategies.

  5. Strategy Table: This table serves as a directory for traders to associate each strategy with its identifier—be it a magic number or a symbol. It encompasses a variety of statistical data. (Feedback is encouraged regarding additional statistical data to enhance future upgrades.) By selecting a strategy, users can isolate its representation on the charts, gaining a clearer perspective of its performance trajectory.

  6. Correlation Table: This vital table equips traders with the ability to conduct a correlation analysis among the strategies displayed on the chart. For optimization purposes, this table pinpoints correlated strategies, guiding traders to eliminate them and thereby enhance diversification and mitigate overall risk.

Note: Correlation computations were executed by crafting a time series that encapsulated the equity and balance values of various trading strategies. This series was subsequently employed to calculate the correlation matrix amongst different strategies, illuminating the relationship between diverse trading algorithms in terms of performance and trade synchronization.

Statistics Tab

Language Selection: Users can adjust the language based on their preferences. By setting the language to LANG_AUTO, the terminal’s default language will be automatically chosen.

 


Software Usage:

  1. To initiate the software, click on “Browse” (1) and select the .bin file containing the strategy data you wish to analyze (details to follow).
  2. Next, click on “Request Data” (2) to load and visualize the data on the platform’s charts.

 

Once executed, the table will display all the strategies extracted from the .bin file, categorized either by magic numbers or by symbols.   

 

Upon uploading the data file, users can choose between viewing either the balance or the equity of the strategies by using the ‘Show Equity‘ toggle. The statistical table will then present various metrics, enabling users to sort strategies based on these metrics.

Individual strategies can be selected for detailed analysis, effectively isolating them from others.

 

Using the calendar tool, a custom time range can be chosen, allowing in-depth examination and data calculation for each displayed strategy.  

Clicking the “Calculate” button allows for an intricate correlation analysis among strategies, examining correlations between purpose-built time series. This aids in understanding the relationship between different trading algorithms in terms of both performance and trade synchronization. 

 

Creating the .bin File for Platform Upload:

  • Download the specified Report_StormWave.mqh file and integrate it with the main file of your expert advisor.
  • Ensure you download the Report_StormWave.ex5 library and place it in the “Libraries” folder.
#property copyright "Copyright 2023, StormWave Trading Technologies"
#property link "https://stormwave.co/"


enum CalculationMode
  {
   BY_MAGIC,    
   BY_SYMBOL    
  };




class CCreateReport
  {
public:
   CalculationMode   m_mode;       
   int               m_reserve;    
   
public:
   
   CCreateReport(void){ };     
   
   ~CCreateReport(void){ };     

   
   virtual void      SetMode(const CalculationMode mode)          { m_mode = mode;   };
   
   virtual void      SetReserve(const int reserve)                { m_reserve = reserve;   };

   
   virtual void      StoreDataInArray(ENUM_TIMEFRAMES time = PERIOD_M5){ };

   
   
   virtual bool      CreateBinReport(const string fileName = "resutlts.bin"){ return true;};
  };

Here’s an example of how to incorporate the library into the expert advisor:

#property copyright "Copyright 2023, StormWave"
#property link      "https://www.stormwave.co"
#property version   "1.00"


#include "Report_StormWave.mqh"


#import "Report_StormWave.ex5"
CCreateReport *iCreateReport();
#import


CCreateReport *m_create_report_magic;

CCreateReport *m_create_report_simbols;




int OnInit()
  {


   m_create_report_magic = iCreateReport();
   m_create_report_magic.SetMode(BY_MAGIC);
   
   


   m_create_report_simbols = iCreateReport();
   m_create_report_simbols.SetMode(BY_SYMBOL);
   

   return(INIT_SUCCEEDED);
  }



void OnDeinit(const int reason)
  {


   delete m_create_report_magic;
   delete m_create_report_simbols;
  }



void OnTick()
  {





   m_create_report_magic.StoreDataInArray(PERIOD_M5);
   m_create_report_simbols.StoreDataInArray(PERIOD_M5);
  }



double OnTester()
  {



   m_create_report_magic.CreateBinReport("results_by_magic_new.bin");
   m_create_report_simbols.CreateBinReport("results_by_magic_new.bin");

   double ret=0.0;



   return(ret);
  }

Conclusions:

This software has been tailor-made to swiftly and securely analyze equity and balance curves. It facilitates a comprehensive study of various statistics for each strategy, allowing users to select and isolate individual strategies, sort them based on precise parameters, or filter the strategies they wish to view based on magic numbers or symbols of interest. The platform also supports a thorough correlation analysis between strategies, ensuring maximum decorrelation analysis to avoid the pitfalls of strategy correlation that could jeopardize diversified investment principles.

Acknowledgments:

Special thanks to Anatoli Kazharski for crafting the graphical interface library. It has been thoroughly reviewed and optimized to enhance its efficiency and efficacy.

[ad_2]

لینک منبع : هوشمند نیوز

آموزش مجازی مدیریت عالی حرفه ای کسب و کار Post DBA
+ مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه
آموزش مجازی مدیریت عالی و حرفه ای کسب و کار DBA
+ مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه
آموزش مجازی مدیریت کسب و کار MBA
+ مدرک معتبر قابل ترجمه رسمی با مهر دادگستری و وزارت امور خارجه
ای کافی شاپ
مدیریت حرفه ای کافی شاپ
خبره
حقوقدان خبره
و حرفه ای
سرآشپز حرفه ای
آموزش مجازی تعمیرات موبایل
آموزش مجازی ICDL مهارت های رایانه کار درجه یک و دو
آموزش مجازی کارشناس معاملات املاک_ مشاور املاک

برچسب ها : ، ، ، ، ،

ارسال نظر شما
مجموع نظرات : 0 در انتظار بررسی : 0 انتشار یافته : ۰
  • نظرات ارسال شده توسط شما، پس از تایید توسط مدیران سایت منتشر خواهد شد.
  • نظراتی که حاوی تهمت یا افترا باشد منتشر نخواهد شد.
  • نظراتی که به غیر از زبان فارسی یا غیر مرتبط با خبر باشد منتشر نخواهد شد.