Search found 26 matches

by mpxtreme
Thu Oct 17, 2019 1:24 pm
Forum: New Features and Requests
Topic: Historical Data Backfill
Replies: 5
Views: 9064

Re: Historical Data Backfill

When you say up to 24hours or data...is this from the users data feed or from DevExperts? Because most if not all trading platforms at least provide the backfill from the start of the Globex session when launching the platform in the morning from the user's data feed ...Rithmic CQG etc Which include...
by mpxtreme
Mon Oct 14, 2019 11:05 pm
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 53954

Re: keyboard shortcuts for trading

Thanks AndreyR!


I am also trying to find a way around the F10 key...seeing the same behavior where BM is no longer the front focused app.

Thanks
mpxtreme
by mpxtreme
Mon Oct 14, 2019 8:53 pm
Forum: Bookmap API
Topic: Footprint bars computation (an example of API usage)
Replies: 6
Views: 12667

Re: Footprint bars computation (an example of API usage)

If we could have 1 example of how to actually build a candle/bar it would be helpful for devs to build alternative data candles/bars..like range/volume etc. Then we could just substitute a custom data event that triggers the "open"  price and then simply use the high/low/close prices provided in the...
by mpxtreme
Sat Oct 12, 2019 2:05 am
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 53954

Re: keyboard shortcuts for trading

Hi IntheZone, the code I have posted is a sample 'custom user module' created for Bookmap with a Simplified API. Take a look at this package https://github.com/BookmapAPI/DemoStrategies There's a brief overview in the Doc folder. You are welcome to ask your questions if something goes wrong. There ...
by mpxtreme
Sat Aug 31, 2019 5:33 am
Forum: New Features and Requests
Topic: keyboard shortcuts for trading
Replies: 25
Views: 53954

Re: keyboard shortcuts for trading

The issue with adding our own user custom features, is that they need to be re-imported on updates or re-installs. This feature is standard in the majority of trade execution platforms. At least the basics. Join Bid or Buy Limit Buy Ask Join Offer or Sell Limit Sell Bid Buy Market Sell Market Cancel...
by mpxtreme
Sat Aug 31, 2019 5:14 am
Forum: New Features and Requests
Topic: Add sounds for orders (moved)
Replies: 0
Views: 2557

Re: trade alert sound

Hi AndreyR,

Thank you I will change it.

Can we also add a few extra sounds?
When receiving an "order pending" confirmation from the exchange.
When receiving an "order cancelled or deleted"  confirmation from the exchange.

Thanks again!

 
by mpxtreme
Tue Aug 27, 2019 11:42 pm
Forum: New Features and Requests
Topic: Expose built-in indicators values via API
Replies: 1
Views: 2616

Re: (Updated) API Requirements, limitations, and known bugs

Has anyone been able to call the values of anyone of the following...

Vwap
CVD
Last Trade Quantity aggregate value
by mpxtreme
Tue Aug 27, 2019 11:31 pm
Forum: General forum
Topic: trade alert sound
Replies: 7
Views: 22776

Re: trade alert sound

T-R-A-D-E S-O-U-N-D-S
not voice alerts.





 
by mpxtreme
Mon Jun 24, 2019 3:06 pm
Forum: Bookmap API
Topic: Demo Execution Strategies
Replies: 20
Views: 23081

Re: Demo Execution Strategies

Hi mpxtreme, This is a kind of functionality that can be added via API by anyone, if it's needed. Source code of those 3 strategies is available here: https://github.com/BookmapAPI/DemoStrategies/tree/master/Strategies/src/main/java/velox/api/layer1/layers/tradinghelper Regarding if/when we are goi...
by mpxtreme
Fri Jun 14, 2019 8:45 pm
Forum: Bookmap API
Topic: Demo Execution Strategies
Replies: 20
Views: 23081

Re: Demo Execution Strategies

Anything happening on this front guys? Kind of a shame to not feature this area and develop with more vigor since the whole premise of the app is having access to data no other platform offers in the retail space. What's key here is having the ability to react to that data 100X faster than a manual ...