<p>The Tick Data Suite allows us not only to download historical data from reliable sources but also to improve the accuracy of our backtest by adding new features like slippage and variable spread. The Tick Data Suite is an excellent complementary tool for the NNFX Algo Tester and for MT4. </p><p id="isPasted">As an example, we will test our algorithm in the AUDCAD pair over the 6-year period from January 1, 2015 to January 1, 2021.1- So first let's download the historical data for that pair (you only need to do this once). Select the AUDCAD pair and click on the button with the 3 dots (Operations).To ensure that all indicators have enough data at the beginning of the backtest to work correctly, add one year to the total historical data period, so your starting date will be January 1, 2014. Then click Start download.</p><p class="forexqa-img-container"><img src="https://prod-forexqna.s3.amazonaws.com/uploads/froala_editor/images/1743485446522.png" style="box-sizing: border-box; border-style: none; max-width: 100%; width: 730px; text-align: center; color: rgb(33, 37, 41); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" class="fr-fic fr-dii fr-draggable forexqa-img"></p><p>2- The download of the historical data will start immediately. Depending on the amount of historical data the download may take a few minutes.</p><p class="forexqa-img-container"><img src="https://prod-forexqna.s3.amazonaws.com/uploads/froala_editor/images/1743485446473.png" style="box-sizing: border-box; border-style: none; max-width: 100%; width: 730px; text-align: center; color: rgb(33, 37, 41); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" class="fr-fic fr-dii fr-draggable forexqa-img"></p><p>3- After the download is complete, we can start our backtest. For that we open MT4. You will notice that the MT4 Strategy Tester now includes a new option, Use tick data. And we can easily access the Tick Data Suite settings options by clicking on the Tick Data Settings button.Before that, we will select the NNFX ALGO TESTER, the AUDCAD pair, the backtest period and also disable the Visual Mode. Note: You must always check the "Use tick data" option in order to use the Tick Data Suite data. Some options like the slippage or variable spread are only available in the Every Tick model; however you can use the downloaded historical data with the Open Prices Only model too, if you wish.4- Select the backtest period. Remember always to leave a year of historical data before the start date, so in this case we can start our backtest from 2015-01-01 to 2021-01-01, exactly what we wanted.5- Then we can configure our algorithm by clicking on the Expert properties button. No additional configuration is needed here to use the NNFX Algo Tester together with the Tick Data Suite, so configure your indicators as you usually would.6- Now check the Use tick data option and click on the Tick data settings button.</p><p class="forexqa-img-container"><img src="https://prod-forexqna.s3.amazonaws.com/uploads/froala_editor/images/1743485445837.png" style="box-sizing: border-box; border-style: none; max-width: 100%; width: 730px; text-align: center; color: rgb(33, 37, 41); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" class="fr-fic fr-dii fr-draggable forexqa-img"></p><p>7- In the Tick data settings we can enable Variable spread and Slippage if we want to, as well as change the margin requirements, commissions, target limits, etc. All these settings are optional; the only setting we must always check to ensure that the NNFX Algo Tester works correctly is in the Advanced tab. In the Advanced tab, the value of the "Bars before data" should be set to the recommended value of 250. This is a required parameter for the Every Tick model (you can only change it if you have the Every Tick model selected), and this setting will ensure that there is enough historical data before the start date for all indicators to work smoothly during backtesting, and for the result to be accurate.</p><p class="forexqa-img-container"><img src="https://prod-forexqna.s3.amazonaws.com/uploads/froala_editor/images/1743485446083.png" style="box-sizing: border-box; border-style: none; max-width: 100%; width: 730px; text-align: center; color: rgb(33, 37, 41); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" class="fr-fic fr-dii fr-draggable forexqa-img"></p><p>When you have finished your configuration, click OK to close the window.</p><p>8- Now we can start our backtest or optimization. Just click on the Strategy Tester Start button.</p><p><br></p><p><br></p>
<p>The Tick Data Suite allows us not only to download historical data from reliable sources but also to improve the accuracy of our backtest by adding new features like slippage and variable spread. The Tick Data Suite is an excellent complementary tool for the NNFX Algo Tester and for MT4. </p><p id="isPasted">As an example, we will test our algorithm in the AUDCAD pair over the 6-year period from January 1, 2015 to January 1, 2021.1- So first let's download the historical data for that pair (you only need to do this once). Select the AUDCAD pair and click on the button with …</p>