Search found 39 matches

by mdtrader
Sat Apr 13, 2019 1:00 pm
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12994

Re: settings applied to all instruments

The second example works fine but the first example with the @Parameter but end up with this error: java.lang.NullPointerException at velox.api.layer1.simplified.InstanceUtils.getColorPanel(InstanceUtils.java:182) at velox.api.layer1.simplified.SimplifiedL1ApiLoader.getCustomGuiFor(SimplifiedL1ApiLo...
by mdtrader
Thu Apr 11, 2019 8:34 am
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12994

Re: settings applied to all instruments

Hi Andrey, unfortunately I need to come back with the same problem, I wrote it worked, but this was only yesterday after inkluding the new jar file, today after starting bookmab I see the same problem, I change the color in one instrument and it applied also to the second instrument (the problem wit...
by mdtrader
Thu Apr 11, 2019 6:27 am
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12994

Re: settings applied to all instruments

Hi Andrey, I copied the code into my project and it works, that's very strange because it was the same as before... But one problem still exists, if I restart Bookmap, than all the settings are back to the default ones and I need to re-set all parameters for each instrument, is there still something...
by mdtrader
Tue Apr 09, 2019 7:04 am
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12994

Re: settings applied to all instruments

I've one indicator applied on 2 instruments, say NQ and CL, if I change the color setting in the NQ and switch to the CL, than I'll have the same color here, so the question is, whats the right way to work with the settings panel so each settings are unique for each instrument?
by mdtrader
Mon Apr 08, 2019 9:01 am
Forum: Bookmap API
Topic: horizontal lines in main chart
Replies: 3
Views: 5636

Re: horizontal lines in main chart

Hi Andrey,
can you provide a example drawing a line using core Level 1 please?

Thanks
by mdtrader
Mon Apr 08, 2019 8:47 am
Forum: Bookmap API
Topic: settings applied to all instruments
Replies: 12
Views: 12994

settings applied to all instruments

Hi, I tried to implement some setting parameters and it worked but then I realized that this settings apply to all instruments and not specific to each instrument only, what is wrong in my code? Color lineColor = Color.GREEN; ... @Override public StrategyPanel[] getCustomSettingsPanels() { BookmapSe...
by mdtrader
Sun Feb 24, 2019 6:53 pm
Forum: General forum
Topic: trade alert sound
Replies: 7
Views: 22760

Re: trade alert sound

Hi,
I asked this simple question early in december last year, no answer til now... is it really too complicated to change this boring alert sound by myself????
by mdtrader
Tue Feb 05, 2019 9:11 am
Forum: Bookmap API
Topic: horizontal lines in main chart
Replies: 3
Views: 5636

horizontal lines in main chart

how can I draw horizontal lines in the main chart?
I think it can be done with plotting a point at the same pricelevel at every tick but maybe there is a better, easier way to do it?

Thank
Mario
by mdtrader
Mon Jan 21, 2019 6:50 pm
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 53935

keyboard shortcuts for trading

is it possible to define custom keyboard shortcuts for trading commands like buy/sell limit/market move stop +/- 1tick move target +/-1tick The reason is, I use a trading keyboard for trading via SierraChart and it's faster then using the mouse but it works not with Bookmap generated orders, would b...
by mdtrader
Mon Jan 21, 2019 6:46 pm
Forum: New Features and Requests
Topic: rectangle and line that draws into the right space
Replies: 0
Views: 3323

rectangle and line that draws into the right space

can you add a rectangle and line that extends to the right please

thanks