Attachments forums

List of attachments posted on this forum.


All files on forums: 136202

Re: Buy Sell Pressure indicator for MT4

andrei-1, Sat Feb 18, 2023 2:39 am

TransparentTrader wrote: Sat Feb 18, 2023 1:25 am Wicks, or no wicks? That is the question.

Code: Select all

uw = high - math.max(open, close)
lw = math.min(open, close) - low 

Code: Select all

B3[i]=(High[i]-MathMax(Open[i],Close[i]))
B2[i]=(MathMin(Open[i],Close[i])-Low[i]); 
If I understood correctly. But this formula has a strange effect. :eh:
All files in topic