Moving AveragesRe: Something interesting please post here (Metatrader)

664
Price Distribution indicator

It is a simple price distribution. Fiddling with the parameters can create quite different results.

cell_width
how many bars to use for the price distribution per column

cell_rows
how many rows to split the price distribution into

cell_cols
how many columns to generate... for some heavy computations you can reduce this number if performance suffers as you most likely need the recent price distribution

cell_step
the higher the number the more blocks are skipped for each step it is still calculating cell_width number of bars. so if cell_step and cell_width are the same you will see a clear picture. if cell_width is significantly higher you will see data "blurred" in.

cut_off
all cells are normalized with a value from 0 to 1 if you draw all of them it will be very resource intensive. so everything smaller than cut_off is just not drawn. (I put 0.8 sometimes to identify strong support/resistance areas)

count_inside_bars
count_support
count_resistance
and here is some magic... instead of counting the whole bar I have split it into
inside bar = ( Open - Close )
support = ( Low - Min(Open, Close )
resistance = ( Max(Open, Close) - High )

That way you can focus your study only on support or only on resistance areas.

Happy Neural Networking!!!
what we want: 1+1+1+1+1+1+1+1+1=9 <3
what market delivers: 1+2+8+7-4+0-5+8-4-5+1=9 :problem:




Who is online

Users browsing this forum: Ahrefs [Bot], ChatGPT [Bot], DotNetDotCom [Bot], for28, horizon202, IBM oBot [Bot], kvak, moey_dw, Ruby [Bot], Steam1, TEAMTRADER, TransparentTrader, URS and 74 guests