-
Notifications
You must be signed in to change notification settings - Fork 223
Incorrect use of the name 'Tick' Should be 'Bar' #139
Comments
"Bar" comes with a graphical meaning. And for now I don't want to reduce the tick concept to its graphical part. I agree that the name is not perfect but I did not find another better one. I see it like a clock tick with OHLCV for the preceding period. |
I see why you wouldn't want to change it (after all, it's pretty embedded into the codebase) but I do agree with @marshallgs that it is confusing given that "tick" is so widely used across the industry. Internally to my own system I've used My These are often called Candles (due to their shape on the graph). Looking at ta4j I think |
I can see that Bar has a graphical meaning, or reference. However I think this is a minor issue, and I think Tick and Bar are well known and understood. Here are some alternative terms that you may wish to consider
|
Transfered to ta4j/ta4j#9. |
Nice codebase! One thing: You define a tick as open/high/low/close/volume data, but that is incorrect. please take a look at investopedia.com. A tick is a trade, usually the last trade placed, which means it contains: price, quantity, timestamp, symbol at minimum. What you call a 'tick' is in fact a 'bar'. You should consider renaming to fix that as it creates confusion when trying to use the javadocs.
The text was updated successfully, but these errors were encountered: