Search found 33 matches

by ingyukoh
Sun Dec 29, 2019 11:05 am
Forum: General forum
Topic: Timeframe Question
Replies: 2
Views: 4704

Re: Timeframe Question

Dear DPM and AndreyR, Multi time frame can illuminate time price space. Simple average of ask/bid liquidity over time T of tick and trade volume would be appropriate. Display in the same price-time coordinate with cumulative order book(COB) over T, CVP(cumulative volume profile) as well as CVD. Simu...
by ingyukoh
Sun Dec 29, 2019 7:52 am
Forum: Bookmap API
Topic: How to import custom API modules into Bookmap
Replies: 19
Views: 74405

Re: How to import custom API modules into Bookmap

Dear AndreyR, fundraiser, and Serg, "Market maker" source code at https://github.com/BookmapAPI/simple-demo/blob/master/src/main/java/com/bookmap/api/simple/demo/strategies/MarketMaker1.java is n o longer available. The code can be extremely useful for studying purpose. For example, https://github.c...
by ingyukoh
Sun Dec 29, 2019 5:27 am
Forum: General forum
Topic: Quotes Delta and CVD for up/down/whipsaw classification
Replies: 0
Views: 5641

Quotes Delta and CVD for up/down/whipsaw classification

QuotesDelta defined as integration of (bidDelta-askDelta) within depth of size in QuotesDetal.java can be viewed with CVD(cumulative volume delta) accessed in VolumeCounter.java defined as integration of (Volume Buy-Volume Sell). If both QuotesDelta and CVD are up moving, strong trend in upward dire...
by ingyukoh
Sun Dec 29, 2019 5:15 am
Forum: Bookmap API
Topic: WeightedMidprice weighted for market sentiment
Replies: 0
Views: 5375

WeightedMidprice weighted for market sentiment

In WeightedMidprice.java, WeightedMidprice is defined as bestBid * bestAskSize + bestAsk * bestBidSize with normalization of total size. First look at the formula surprises me that the weighted with wrong size. However I conjecture that you formulate for the sake of market sentiment. For examplem, b...
by ingyukoh
Sat Dec 28, 2019 7:03 pm
Forum: General forum
Topic: Footprint? DOM trader? Volume Profile? Compare with Bookmap
Replies: 1
Views: 10997

Re: Footprint? DOM trader? Volume Profile? Compare with Bookmap

Dear Bruce,   Unfortunately, above URL addresses do not show the contents. Comparing Bookmap to the Price Ladder DOM    Bookmap show historical trajectory in addition to current depth of market      Persistent thick heatmap is support/resistance through price/time trajectories.   Bookmap show all de...
by ingyukoh
Sat Dec 28, 2019 6:28 pm
Forum: General forum
Topic: Iceberg orders in crypto markets
Replies: 3
Views: 6572

Re: Iceberg orders in crypto markets

Dear MaxInvest and AndreyR, Iceberg detection   ref: "Iceberg Orders Tracker" in https://bookmap.com/wiki/Iceberg_Orders_Tracker.   Even though iceberg at the Bid is not visible through thick heatmap in bids, counting of down trade volume ( large red volume dot ) hitting the bid without decreasing t...
by ingyukoh
Fri Dec 27, 2019 3:42 am
Forum: General forum
Topic: Why does very imbalanced order book ask side attracts price instead of rejecting?
Replies: 6
Views: 7228

Re: Why does very imbalanced order book ask side attracts price instead of rejecting?

Why imbalanced orderbook in ask side attracts up volume? Two possibilities: 1. uninformed up volume takers  2. serious informed up volume takers :     Added Trade Vol=measure up volume change/unit time @ ask     Added Liquidity Vol=compare against liquidity change /unit time at the imbalanced order ...
by ingyukoh
Fri Dec 27, 2019 3:20 am
Forum: General forum
Topic: Breaking of resistance with persistent liquidity
Replies: 1
Views: 2963

Breaking of resistance with persistent liquidity

support/resistance flip   Persistent liquidity in heatmap provides clear support in bids and resistance in asks.  Sometimes  persistent liquidity is  pierced through large trade volume.    I want to formulate quantitative measure of failure of support/resistance by  1. flux(number of up trades /unit...
by ingyukoh
Thu Dec 12, 2019 1:08 am
Forum: General forum
Topic: heatmap from orderbook of limited depth (5 or 10)
Replies: 4
Views: 5369

Re: heatmap from orderbook of limited depth (5 or 10)

Dear Zack and Svyatoslav,   Thanks for concept of extended order book and full depth. Through extended order book, can I write to feed Kospi and Nikkei stocks and futures(depth 5 for equities and 10 for futures) to bookmap through bookmap API ? I am a good programmer in C# and python.  But I think I...
by ingyukoh
Wed Dec 11, 2019 5:51 pm
Forum: Bookmap API
Topic: bookmap API youtube tutorial
Replies: 1
Views: 3315

bookmap API youtube tutorial

Do you have "bookmap API"  youtube tutorial,
explaining Developing with Bookmap API (step-by-step) starting from downloading project,IDE,Gradle,Import and Export?

Best regards,
Ingyu