Example tick level indicator

trdrbust

Member
Joined
Nov 13, 2020
Posts
18
Likes
4
Hi,

Does anyone have an example of a tick-based indicator like VWAP with source code they would be willing to share?

Is the source for the MotiveWave provided indicators available?(Seems like I read it might be available, but I can't find it)

Some items I'm interested in seeing:

How to load the instrument's data on a timeframe different than the Chart. For example, standard vwap requires each trade. The chart might be on a minute timeframe, but I need those trade ticks.

How to calculate on the tick timeframe but display on the chart timeframe. I guess this would involve calculating and saving vwap in the OnTick handler and using the most recent calculated value in the calculate() handler.

Coming over from NT, just trying to save me a little time.

Thanks
 

Donovan2580

Well-known member
Joined
Sep 13, 2020
Posts
430
Likes
236
I am no programmer, but I believe this is might be of use to you.

It contains the code for almost everything included in MotiveWave including the VWAP (There is a .ZIP file in the first post)


Don't know if that is what you are looking for, but thought I would try and help.

Have a good one,

Donovan
 
Top