Price Weighted Tick Volume

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

Price Weighted Tick Volume

Postby logicgate » Fri Aug 09, 2019 10:45 am

Hi dear friend Apprentice, can you please code this indicator for MT4?

Here is the formula:

Tick Volume / Money Flow = Cumulative Sum (Tick Price x Uptick's Volume) - Cumulative Sum (Tick Price x Downtick's Volume)


Can you add an option to choose if you want the indicator to be plotted as a line or histogram?

Thanks!
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am

Re: Price Weighted Tick Volume

Postby logicgate » Fri Aug 09, 2019 4:39 pm

Also an option to display it as OHLC bars too!
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am

Re: Price Weighted Tick Volume

Postby Apprentice » Fri Aug 09, 2019 5:08 pm

Unfortunately, Uptick's Volume and Downtick's Volume are not available.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Price Weighted Tick Volume

Postby logicgate » Fri Aug 09, 2019 8:43 pm

Apprentice wrote:Unfortunately, Uptick's Volume and Downtick's Volume are not available.



Can you use the code from this indicator attached here as a starting point? Somehow they figure how to separate up ticks and down ticks.
Attachments
TicksSeparateVolume.mq4
(4.39 KiB) Downloaded 362 times
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am

Re: Price Weighted Tick Volume

Postby Apprentice » Sat Aug 10, 2019 4:42 am

Actual data was not used, They use this formula.
UpTicks[i]=(Volume[i]+(Close[i]-Open[i])
DownTicks[i]=Volume[i]-UpTicks[i];
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Price Weighted Tick Volume

Postby Apprentice » Sat Aug 10, 2019 6:34 am

Up Down Tick.mq4
(5.3 KiB) Downloaded 379 times

Re-writen version of posted indicator.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Re: Price Weighted Tick Volume

Postby logicgate » Sat Oct 05, 2019 8:07 am

Apprentice wrote:
Up Down Tick.mq4

Re-writen version of posted indicator.


Hello dear friend. Can you add an option to this indi to combine the values? So you subtract the up tick from the down tick and plot it cumulatively. Thanks
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am

Re: Price Weighted Tick Volume

Postby Apprentice » Wed Oct 09, 2019 11:14 am

Your request is added to the development list.
Development reference 167.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: Price Weighted Tick Volume

Postby logicgate » Wed Oct 09, 2019 4:48 pm

Apprentice wrote:Your request is added to the development list.
Development reference 167.


Thanks, give it the ability to choose the timeframe too!
logicgate
FXCodeBase: Aspirant (Junior)
 
Posts: 680
Joined: Tue Dec 11, 2018 7:54 am

Next

Return to Indicator and Signal Requests

Who is online

Users browsing this forum: No registered users and 9 guests

cron