question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Replace 'trade markers' with a more generic markers

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
C451commented, Jun 9, 2019

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!

0reactions
C451commented, Jan 25, 2020

A custom overlay is needed.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found