Custom bars #576
Custom bars
#576
-
Is there a way to use custom bars with nautilus? I would like to create a bar with nonstandard fields calculated using external data. Just as an example, say I define a bar with the following rules:
|
Beta Was this translation helpful? Give feedback.
Answered by
cjdsellers
Feb 22, 2022
Replies: 1 comment
-
Hi @rdgh8 thanks for your interest There is a way to do this, firstly you could:
You could even take it further by defining your own aggregation type, and writing a custom Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cjdsellers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rdgh8 thanks for your interest
There is a way to do this, firstly you could:
Data
rather thanBar
.Actor
, which you could then use to publish the bars onto the general message bus.You could even take it further by defining your own aggregation type, and writing a custom
BarAggregator
but you probably don't need to for now.Hope that helps!