Rafal W.
Rafal W.
Complete the test file to verify whether the file is valid. File: `tests/TestTicksRaw.mq4` Testing: ``` ./scripts/run_backtest.sh -v -e TestTicksRaw ``` On Windows, use Vagrant and run: `vagrant up` first and...
Complete the test file to verify whether the file is valid. File: `tests/TestSymbolsRaw.mq4` Testing: ``` ./scripts/run_backtest.sh -v -e TestSymbolsRaw ``` On Windows, use Vagrant and run: `vagrant up` first and...
Complete the test file to verify whether the file is valid. File: `tests/TestSymbolsSel.mq4` Testing: ``` ./scripts/run_backtest.sh -v -e TestSymbolsSel ``` On Windows, use Vagrant and run: `vagrant up` first and...
Complete the test file to verify whether the file is valid. File: `tests/TestSymgroupsRaw.mq4` Testing: ``` ./scripts/run_backtest.sh -v -e TestSymgroupsRaw ``` On Windows, use Vagrant and run: `vagrant up` first and...
Spread 0 (`-s 0`) means the current spread. However when run, we're still having 0 spread, e.g.: ``` $ ./_VM/scripts/run_backtest.sh -v -t -e TestSpread -D5 -m1 -s0 Spread Current (0)...
When testing with 5 digits, sometimes the lot step is 0. Although it works for 4 digits. For example: ``` $ ./scripts/run_backtest.sh -v -t -e TestLotstep -D5 -m1 -y 2014...
See: [Using the Birt’s patch script](http://eareview.net/tick-data/backtesting-with-birts-patch)
Given user copied HST/FXT files into VM folder, specifying: ``` ./get_bt_data.sh EURUSD 2014 custom ``` should find and copy the these files into platform for testing.
### Terraform Version ``` Terraform v0.12.2 + provider.azurerm v1.30.1 + provider.dns v2.1.1 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `dns_cname_record` If this issue...
The following error happens when executing minified code at chrome://settings/passwords > Uncaught ReferenceError: PasswordManager is not defined at :1:34 Tested on Chrome: 63.0.3239.132 and on 66.0.3331.0 (Canary). Although this code...