One of the important aspects in financial trading is the ability to monitor performance and analyze your trading history. Past data allow you to track the trading dynamics and evaluate the overall performance of the strategy used. This is useful for all traders: for those, who perform operations manually and for algorithmic traders. In this article, I suggest creating tools that implement such a function. This article will be divided into ...
Contents IntroductionDeveloping the graphical interfaceSelecting optimization resultsHighlighting a table row programmaticallyAuxiliary methods of working with frame dataHandling events when interacting with the graphical interfaceConclusion more...
Hans Indicators Hans_Indicator_Cloud - indicator for MetaTrader 5Hans_Indicator_x8 - indicator for MetaTrader 5Hans_Indicator_x6 - indicator for MetaTrader 5Hans_Indicator_x22_Cloud - indicator for MetaTrader 5Hans_Indicator_x22 - indicator for MetaTrader 5
Table of Contents Prerequisites for ordering a trading robotWhy is it important to have a well-prepared Requirements Specification?Requirements Specification examplesWhat is contained in the Requirements Specification?Where do I get Requirements Specification if I can't create it?Terms to useHow to write an order description in the FreelanceThe general idea of a trading strategyDescription of a setup preceding the signal ...
When programmers create an EA receiving signals from indicators, they should always decide on whether to use a reference to the indicator or relocate the indicator code to the EA? Reasons may vary. Programmers might want to keep applied indicators and the whole strategy in secret, distribute the EA as a single file, reduce the number of performed operations in case not all indicator signals/buffers are used, etc. Of course, I am not the first and, I believe, ...