Login Page - Create Account

Support Board


Date/Time: Sat, 09 May 2026 17:53:17 +0000



Post From: Large Volume Trade Study Issue

[2026-05-09 06:26:45]
User751630 - Posts: 16
Since I posted the LargeVolumeAggregateTrades some bugs were fixed and some changes/additions were made.

-Added the ability to merge concentric/overlapped markers to reduce marker pollution, if trades occur within a certain range/proximity, in ticks, merger occurs. user18818 deals with this problem by using overlap suppression, this approach is a bit different. This only occurs if trades occur in the same bar and side.

-Changed marker persistence to use a std::list<LargeTradeData> instead of a vector. This is much more efficient when erasing items since it is replacing nodes in a link list.

-as of yet the marker recycling is not very well tested, this rarely occurs unless a large bar period is being used.

It is fascinating to watch markers dilate and shift in real time as new large trades occur in contested areas such as absorption and distribution.

Cheers

Hi, when i try to compile your .cpp, it works but then when i go to study>custom study i can't find the largevolumeaggregatetrade in the list.
Do you know why?
Thanks.


And another question :

Do you think you can code the nasdaq effort indicator like in deepcharts?


https://www.deepcharts.com/helpcenter/article/deep-m-effort-(nq)
copy paste with (nq) the url
Date Time Of Last Edit: 2026-05-09 06:29:06