
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
So Moda is every third(x[2],x[5]...) or just x[2] is moda
Sorry, I don't understand it as... ( which corresponds to the maximum of the array pdf[i](the 4th argument of the function.) )
Something like this:
In a straightforward way, without optimisations, matrices and complicated mathematics:
1. For the current bar, count all the MAs separately. We get SMA[N] array which contains values of maxima up to N
2. we create a heatmap[M] which covers prices from minimum=1.00000, each element is responsible for (e.g.) 10 points.
3. We fill this "raw" heatmap: we take each ma value and see which cell it refers to. index=(SMA[i]-minimum)/resolution. We increase the value of this cell hetmap[index]+=1.0
You can output the result to CSV and think
4. Smooth the "raw" heatmap values: start array smooth[] and read the average smotch[i]=average value of heatmap from i-window to i+window inclusive
5. The local maxima of smootch will indicate a "cluster of feeds". I hope you know how to look for maxima :-)
Points 1-5 can be mathematically decomposed and computed much faster, with a minimum of loops and extra arrays, but not necessarily more intuitive.
I don't understandhetmap[index],index - ( if 500 MA for example, and resolution=10 points ) to how much will it be?
Fuck and what isminimum=1.00000.
As I understand it :
In general, no way, it seems as if we need to compare the two nearest MAs, if less than 1, then write to hetmap[i ]
How does this heat map fit in?
I'm sorry, I don't understand which side to approach then!
I'm sorry, I don't know which way to go then!
I think we should start by studying an ABC book.
Seems you have to start by studying an ABC book.
That's what I could do, that's the best option!!! But that's ***.
Here's what I could do, it's the best option!!! But that's ***.
Where are the clusters marked there?
Where are the clusters marked?
In general, it is necessary to calculate the moment of transition of one bundle to another, i.e. when the cluster changes movement.
The picture supposedly shows these moments at point 50ur phyb.
How will you search for point clusters on a straight line?
If (MA[i-1] - MA[i])+(MA[i] - MA[i+1])<0.005 then
within МА [i] zone (for example, +-10 values of indexes i), I look for the minimum value of MA
and write the parameters of the point of cluster into the class (create an object in the class)
identify the adjacent bundle (the bundle itself) specifically for the adjacent bar. I.e. I look through the class objects for closeness of a period and a bar.
and see the tendency of the bundle of objects
In general, I do this kind of act