Search found 546 matches

by Andry API support
Sat Aug 31, 2019 8:17 am
Forum: BitMEX
Topic: BitMEX Adapter
Replies: 41
Views: 106679

Re: BitMEX Adapter

Hi ChuckBanger,
it's being tested at the moment, and will be updated soon (post-only).
by Andry API support
Thu Aug 29, 2019 3:10 pm
Forum: Bookmap API
Topic: DemoTextDataReplayProvider
Replies: 5
Views: 4881

Re: DemoTextDataReplayProvider

Would you send me your latest log file?
by Andry API support
Thu Aug 29, 2019 1:39 pm
Forum: Bookmap API
Topic: How to add voice alert in custom indicator
Replies: 4
Views: 4901

Re: How to add voice alert in custom indicator

Here is a slightly modified BarBuilder which performes a voice alert any time a new bar comes. Feel free to modify it so it meets the desired conditions. Explore the SoundSynthHelper and Layer1ApiSoundAlertMessage classes if you need more info. Please note that text processing should be performed in...
by Andry API support
Thu Aug 29, 2019 1:21 pm
Forum: Bookmap API
Topic: DemoTextDataReplayProvider
Replies: 5
Views: 4881

Re: DemoTextDataReplayProvider

oh OK, There's the 'Environment setup' section in that pdf. Have you read it and have you managed to import the project into your IDE? If yes, export that DemoTextDataReplayProvider as a jar (in Eclipse that is right click on DemoTextDataReplayProvider -> Export -> ... ). Then place that *.jar file ...
by Andry API support
Thu Aug 29, 2019 11:51 am
Forum: Bookmap API
Topic: BarBuilder API not returning correct OHLC values of BAR
Replies: 2
Views: 3731

Re: BarBuilder API not returning correct OHLC values of BAR

Hi trades4x, Bookmap consumes prices in pips (or ticks, interchangeable in this context). If the pips for this symbol is 0.25 the 2860-2890 range becomes 11440-11560 (2860/0.25 = 11440...). To get regular prices you've got to multiply prices by pips. You can get pips for this symbol from the Instrum...
by Andry API support
Thu Aug 29, 2019 8:58 am
Forum: Bookmap API
Topic: DemoTextDataReplayProvider
Replies: 5
Views: 4881

Re: DemoTextDataReplayProvider

Hi trader,
a zipped file attached
by Andry API support
Wed Aug 28, 2019 8:38 am
Forum: New Features and Requests
Topic: Speed up Bookmap loading by de-selecting cloud data back up
Replies: 5
Views: 6379

Re: Speed up Bookmap loading by de-selecting cloud data back up

to InTheZone,
I need to know what instrument you were subscribing to when that happened. Also, I sent you a private message.
by Andry API support
Wed Aug 28, 2019 8:28 am
Forum: General forum
Topic: trade alert sound
Replies: 7
Views: 22872

Re: trade alert sound

Hi mpxtreme, Customizing built-in sounds is on our backlog. You can change the /resources/sounds/bicycle_bell.wav file in the Bookmap.jar with any suitable wave file named bicycle_bell.wav To do that copy your customized bicycle_bell.wav file, change Bookmap.jar extension from .jar to .zip, open it ...
by Andry API support
Fri Aug 23, 2019 12:49 pm
Forum: Bookmap API
Topic: Demo strategies: QuotesDelta Indicator
Replies: 35
Views: 75990

Re: Demo strategies: QuotesDelta Indicator

This should work for you. Yor output file will be at your C: drive (change the code if you need to). Add TimeListener to implemented interfaces. Add these fields to your class long t; File output = new File("C:\\qd-" + System.currentTimeMillis() + ".csv" ); PrintWriter pw; some lines to your initial...
by Andry API support
Thu Aug 22, 2019 3:19 pm
Forum: New Features and Requests
Topic: Speed up Bookmap loading by de-selecting cloud data back up
Replies: 5
Views: 6379

Re: Speed up Bookmap loading by de-selecting cloud data back up

Hi IntheZone,
to figure out what goes wrong we would appreciate a log file or some screenshots of trying to load the cloud data.