iBarShift

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
Hallo,
just started coding two weeks ago so I assume my code often is to cumbersome and slow, so be lenient ;)
I want to get the price (low price is this case) of a candlestick where a certain vertical line is placed. For iLow I would need to use a shift which doesn't seem wise to me because it's a relative Point while a datetime is absolute.
I solved this by using an array, which seems a bit bloated to me, when I would only need something like an iLow with datetime instead of shift.
Any hints for a slim code?
Cheers