MisterH
MisterH
MisterH
Added topic moving sum of the signs of the bars
I want to create a moving sum of the sign of the bars: an up bar is +1, a down bar is -1, on a window of adjustable size: how do I work with a window? should be extern int window=10; and then??    for ( int i= 0 ; i<limit; i++)
MisterH
Added topic the most frequent value from a number of buffers?
Say you have 10 buffers: buf1[i] =icustom(0,0,"someIndicator",10,0,i); buf2[i] =icustom(0,0,"someIndicator",20,0,i); buf3[i] =icustom(0,0,"someIndicator",30,0,i); ... buf10[i]
MisterH
Added topic different methods to change the look-back window of indicators to adapt to the cycle in the market in real time
FX is not stationary, it is non-periodic. So it does not make sense to use a constant look-back window on any indicator: they all need to be adaptive to the market. I would suggest to make an overview of all possible ways that the length of the
MisterH
Left feedback to developer for job Code fragment: # of bars since the turning point of a buffer
MisterH
Left feedback to developer for job Number of bars since largest absolute change on a window
MisterH
Left feedback to developer for job Number of bars since last new high or last new low
MisterH
Left feedback to developer for job Number of bars to the left
MisterH
Left feedback to developer for job Zig zag close nrp: fix & count # of bars since last change
MisterH
Left feedback to developer for job Congestion count: custom indicator