FIHA - File Handling
The Trading Module interpreter continuously reads module files located in the Configuration folder. Depending on the number of files present, this process may impact system performance due to increased file access operations. While some strategies require frequent updates, others remain unchanged once execution begins. To accommodate these varying characteristics, the file reading interval can be adjusted using the parameters listed below.
Input variable within MetaTrader (Identifier in SET file) | Default value | Comment |
---|---|---|
> (FIHA) Live, Configuration files reading interval (ms) (IN_nFihaConfigurationLiveFileReadingInterval) | 1000 | Specifies the file reading interval when the system is operating on a live chart. |
> (FIHA) Tester, Configuration files reading interval (ms) (IN_nFihaConfigurationTesterFileReadingInterval) | 86400000 | Specifies the file reading interval when the system is executed in the strategy tester. The default setting corresponds to one simulated day. |
In Strategy Tester mode, using the second parameter allows you to increase execution speed, enabling more tests to be performed within a shorter period.