Topic: Data Horizon - Maximum number of Bars.
I'd like to load more than 50k bars, which is where it is capped at.
Cheers.
Create and Test Forex Strategies
You are not logged in. Please login or register.
Forex Software → Forex Strategy Builder (legacy) → Data Horizon - Maximum number of Bars.
I'd like to load more than 50k bars, which is where it is capped at.
Cheers.
Try:
(install folder)\Forex Strategy Builder\System\config.xml
then change <MAX_BARS> from 50000 to something higher. Should be the 3rd or 4th line, at the top.
To overcome 50 000 bars limit in FSB open System/config.xml file and set desired numbers.
On the example below the limits are set to 200000.
After changing values, go to the Data Horizon tool and change the settings.
<?xml version="1.0"?>
<config>
<MIN_BARS>300</MIN_BARS>
<MAX_BARS>200000</MAX_BARS>
<MAX_INTRA_BARS>200000</MAX_INTRA_BARS>
Loading bigger data file will slow FSB and will increase memory usage.
...
Edit:
Hmmm. Krog was faster than me this time...
Thanks chums.
sorry but i have been trying for a long time to overcome that obstacle yet i could only get 54000 bars and i changed the max bars and min bars to more than 500k, what can i do to overcome such an obstacle? thanks!
sorry but i have been trying for a long time to overcome that obstacle yet i could only get 54000 bars and i changed the max bars and min bars to more than 500k, what can i do to overcome such an obstacle? thanks!
Your data file is not big enough, I suspect.
Sorry for dragging up an old post, however I can't find the config.xml file - does it still exist in the current version? If not, how do I increase the maximum number of bars?
check User Files and you will see System files
Forex Software → Forex Strategy Builder (legacy) → Data Horizon - Maximum number of Bars.
Powered by PunBB, supported by Informer Technologies, Inc.