
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
I use function Bar() to find out how many bars are in history. When I run it for D1 timeframe I receive 437 bars when debugging on history data, but more than 6000 when debugging on real data. I have "Unlimited" number of bars in Tools -> options. Is there some settings for debugging on history data or why I get only 437 D1 bars when debbuging on history data? The same applies to other timeframes, when debugging on real data Bars() and also iBars() return bigger numbers. When I use CopyOpen (or CopyClose, ...) I receive just that much values as Bars() says, so I think Bar() function is OK, I am wondering why I have limited history when debugging on history data and if it is possible to change it.
Thanks for all answers.