Search found 39 matches

by mdtrader
Thu Jul 25, 2019 10:50 am
Forum: Bookmap API
Topic: pulling and stacking
Replies: 4
Views: 7110

pulling and stacking

How can I get access to the pulled and stacked orders in the book around a pricelevel?
I need to see how much is pulled and how much is stacked, say +/- 5 levels from the actual price.
Is where any example to do this and what is a workaround to do this?

Thanks
by mdtrader
Tue May 07, 2019 7:18 am
Forum: Bookmap API
Topic: access to notes or cloud notes
Replies: 1
Views: 5061

access to notes or cloud notes

Hi,
how can I get access to the cloudnotes and custom notes entries? I need to access the price and text entries to draw within the top panel

Thanks
Mario
by mdtrader
Mon May 06, 2019 10:14 am
Forum: Bookmap API
Topic: calling trading commands
Replies: 1
Views: 4313

calling trading commands

Is there a way to call this bookmap functions within a key listener within a own study?
https://www.dropbox.com/s/8hxqhbx8rey2m ... _12-08.png
Or is there a other (easy) way to call trading order commands only from keyboard, say press key "b" for a market buy and so on?

Thanks
by mdtrader
Mon Apr 29, 2019 6:48 am
Forum: General forum
Topic: bug: linestyle not saved for workspace
Replies: 1
Views: 13193

bug: linestyle not saved for workspace

Hi,
I think it's a bug that I everytime I start bookmap or change a instrument I need to reconfig the line style from the drawing tools, it's not saved permanently.
https://www.dropbox.com/s/d997j8rlyhznb ... _08-47.png
by mdtrader
Thu Apr 18, 2019 12:42 pm
Forum: Bookmap API
Topic: different color for positive and negativ values
Replies: 3
Views: 5657

Re: different color for positive and negativ values

this works like a charme, thanks
by mdtrader
Thu Apr 18, 2019 6:19 am
Forum: Bookmap API
Topic: different color for positive and negativ values
Replies: 3
Views: 5657

different color for positive and negativ values

Hi, how can I achive to color a line in the bottom panel like the CVD with different colors for positive and negativ values? I tried "Indicator.setColor(...)" but this colors the whole line, the second try was to use 2 indicators with different colors and a AxisGroup and use one for the positive val...
by mdtrader
Thu Apr 18, 2019 5:47 am
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12950

Re: settings applied to all instruments

I've version 7.1.1 Build 32
by mdtrader
Wed Apr 17, 2019 5:24 pm
Forum: Bookmap API
Topic: running bookmap from ide
Replies: 9
Views: 18917

Re: running bookmap from ide

I rechecked my settings and saw that I added the wrong project to the configuration :oops: , I changed this and now Bookmap is starting and I can debug

Sorry for this stupid mistake... so maybe we can delete the whole post
by mdtrader
Wed Apr 17, 2019 8:56 am
Forum: Bookmap API
Topic: running bookmap from ide
Replies: 9
Views: 18917

running bookmap from ide

I try to run bookmap direct from the ide described here: https://github.com/BookmapAPI/Layer0ApiDemo/blob/master/doc/Layer0APIGettingstarted.pdf 'Run from IDE' at page 3 but If I start debug it seems to start bookmap but I got an error "Source not found" (edit source lookup path), but I don't know w...