Search found 10 matches

by agan1337
Fri Jun 05, 2020 4:54 pm
Forum: Bookmap API
Topic: How to report your Bookmap API issues
Replies: 1
Views: 15337

Re: How to report your Bookmap API issues

Hi Andrey

I want report BM API issue, but in your instruction above it is no information where to place report - I did here

ref. BM 7.1.0 build 40

BUTTOM  panel - set.Width(1); not working

It's perfectly works on PRIMARY panel
Thank you

AG
by agan1337
Thu Jun 04, 2020 4:06 pm
Forum: Bookmap Ltd.
Topic: Introducing Liquidity Tracker indicator
Replies: 7
Views: 23199

Re: Introducing Liquidity Tracker indicator

Hello Serg Q. After some time on the chart indicator looks like remember some value  - if you scroll chart up/down indicator start to show different value (Diff line) - Is it a bug ? Q.I setup Line.Width to 1 px. On screen it looks like 4 px Same time in my custom indicators in attachment I been abl...
by agan1337
Wed Jun 03, 2020 5:07 pm
Forum: Bookmap API
Topic: API example: Launching a custom window
Replies: 2
Views: 12580

Re: API example: Launching a custom window

Hello Serg,

Works great !

Thank you very much !!!!

I debug and insert .java to simple-demo-master

No problem at all

Question:  Is it good idea to use it to see output ?
I try see output in LOG , but not successful

Thank you again !

AG
by agan1337
Wed Jun 03, 2020 4:30 pm
Forum: Bookmap Ltd.
Topic: Introducing Liquidity Tracker indicator
Replies: 7
Views: 23199

Re: Introducing Liquidity Tracker indicator

Hello Serg,

Looks very interesting.
Thank you very much !!!!
I try trade with it and it's helps

Best Regards !

AG
by agan1337
Tue Jun 02, 2020 4:44 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 75694

Re: Demo strategies: QuotesDelta Indicator

Hi I try to see OrderID for MBO  I add MarketbyOrderDepthListener and use proper method package com.bookmap.api.simple.demo.indicators; import java.awt.Color; import com.bookmap.api.simple.demo.utils.data.OrderBookBase; import velox.api.layer1.annotations.Layer1ApiVersion; import velox.api.layer1.an...
by agan1337
Fri May 29, 2020 9:01 pm
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 82543

Re: Developing with Bookmap API (step-by-step)

hi AndreyR

Thank you very much
Everything is works now
by agan1337
Thu May 28, 2020 9:43 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 75694

Re: Demo strategies: QuotesDelta Indicator

This is screenshot where you can see BidDelta (green) and Delta(pink) almost together
Red is a askDelta

Best 

AG
by agan1337
Thu May 28, 2020 9:32 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 75694

Re: Demo strategies: QuotesDelta Indicator

Dear Serg

I worked with this indicator and have some confusion in calculation of bid, ask and Delta
I even add bid and ask lines to graph

Looks like bidDelta and Delta very alike in both scenarios  - buyers dominate or sales dominate

Not sure how to insert screenshot to this msg

Best AG
by agan1337
Sat May 23, 2020 11:19 pm
Forum: Bookmap API
Topic: Developing with Bookmap API (step-by-step)
Replies: 38
Views: 82543

Re: Developing with Bookmap API (step-by-step)

Hi I have multiple issues with modification of code Every time when I modify any part of the code , after compiling when I try to insert it in BM -  I get error Modification was just in GraphType:  @Override     public void initialize(String alias, InstrumentInfo info, Api api, InitialState initialS...