Replace 'trade markers' with a more generic markers
See original GitHub issueI like the trade markers. They’re great. But often, you just want to also put markers at other random points, on the chart to highlight things for whatever reason.
This is why I think the ‘trade marker’ should just be abstracted into a more generic ‘marker’ on-chart display and you just set the marker you want to use.
Maybe something like… .
onchart {
'drawings': [
{
'name': 'my first set of markers'
'type': 'marker'
'data': [
[x,y],
]
'settings': {
'marker': '↑'
'color': '#A2FF00'
...etc
}
}
]
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
Replace 'trade markers' with a more generic markers #31
I'm new to npm/vue. I did manage to get this running, however the grin example didn't work for me. I will have a...
Read more >Create your own Trade Signals with Markers Plus - YouTube
Learn More : https://ninjatraderecosystem.com/webinar/create-your-own- trade -signals-with- markers -plus/Pablo Maglio, Founder of The Indicator ...
Read more >How many markers are needed to robustly determine a cell's ...
Gene names and lines highlight the Pareto front of markers, which offer optimal trade-off between signal-to-noise and coverage.
Read more >color changing markers
Maped Color'Peps Magic Color-Change Markers x 8 + 2 Revealer Markers (844612) Only 5 left in stock - order soon.
Read more >How do I remove trade entry markers from charts
Hi, Is there a setting to temporarily remove trade entry and exit markers from charts? ... Hello Ryan, Yes, please see the instructions...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Great!
The project was designed specifically to be easy-expandable. And even at this stage almost every possible indicator could be implemented. However, I’d like to focus more on the implementation of the building blocks, because the main goal of the project is to be expressive. Custom y-axis is on the map for sure.
I hope to push some updates next week.
Thanks for promoting the stuff!
A custom overlay is needed.