Page 1 of 1

Bid Ask Median

PostPosted: Mon May 16, 2016 10:20 am
by Apprentice
EURUSD t1 (05-17-2016 1730).png

Based on request.
viewtopic.php?f=27&t=63486&p=106295#p106295
Median=(Bid + Ask)/2;
Bid Ask Median.lua
(2.8 KiB) Downloaded 923 times

Re: Bid Ask Median

PostPosted: Tue May 17, 2016 10:48 am
by Cactus
Looks good thanks.
However on your screenshot chart it does not appear correctly, I think it should always fall in between the blue and pink line, and the green line on your screenshot doesn't?

Also, can I request for additional two things to this now.
I'd like it to behave like normal price, so it would be cool to add a horizontal line with price tag that follows the bid ask median line, just like normal price. And also a value in top right corner that tells the current value of the bid ask median line, accurate to every pip according to symbol please?

Re: Bid Ask Median

PostPosted: Tue May 17, 2016 11:03 am
by Apprentice
Fixed.

Re: Bid Ask Median

PostPosted: Tue May 17, 2016 11:08 am
by Cactus
Great. And actually those two requests aren't needed anymore. I managed to achieve the result I want by adding the non-lag-ma (3,0,1) on the bid ask median which is accurate in telling the price and also highlights the up/down movements cheers for your work

Also the price line, I added that using "axis label" indicator downloaded from this forum

Re: Bid Ask Median

PostPosted: Mon Mar 05, 2018 10:54 am
by Apprentice
The indicator was revised and updated.

Re: Bid Ask Median

PostPosted: Sat Sep 28, 2019 10:21 am
by lumanauw
Hi,

Could this MT4 indicator modified to LUA indicator? It is for counting bid ask (Iike inside one M15 candle) and draw line chart of it. Ask is pulling buy (up) while Bid is pulling down (sell)

Re: Bid Ask Median

PostPosted: Sat Sep 28, 2019 3:27 pm
by Apprentice
Your request is added to the development list.
Development reference 134.

Re: Bid Ask Median

PostPosted: Sun Sep 29, 2019 4:44 am
by lumanauw
Hi, Apprentice

I found the indicator, it is made by you
viewtopic.php?f=17&t=61127&p=95834&hilit=tick+volume.lua#p95834
I think the idea is the same
Could the display mode is linechart instead of histogram, and the data of the current bar is continuation from the previous bar ( line[0]=line[1]+current data ) ?

Thank you