Page 1 of 1

Tick_Volume (lumanauw)

PostPosted: Wed Oct 09, 2019 12:47 pm
by Apprentice
EURUSD m1 (10-09-2019 1753).png

Based on request.
viewtopic.php?f=17&t=61127&p=128914#p128914

if (ask+bid) /2 > prev((ask+bid) /2) up++, down=prevdown
If (ask+bid) /2< prev((ask+bid) /2) down++, up=prevup

Tick_Volume_lumanauw.lua
(6.93 KiB) Downloaded 440 times

Re: Tick_Volume (lumanauw)

PostPosted: Thu Oct 10, 2019 1:27 pm
by paulcarissimo
Hi, may I request an MT4 version of this indicator? Thanks.

Re: Tick_Volume (lumanauw)

PostPosted: Fri Oct 11, 2019 10:16 am
by Apprentice
Your request is added to the development list.
Development reference 183.

Re: Tick_Volume (lumanauw)

PostPosted: Mon Oct 14, 2019 5:31 am
by Apprentice
MT4 doesn't have tick bid/ask the history.
Will see what we can do.

Re: Tick_Volume (lumanauw)

PostPosted: Wed Oct 16, 2019 8:49 am
by Apprentice
Something like this?
viewtopic.php?f=38&t=69019