Stochastic Oscillator, the beginning - page 58

 
drunkpips:
'DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4' DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 1 1

'char' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 11

'=' - name expected DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 16

')' - semicolon expected DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 363 41

'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 19

'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 19

'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 32

'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 32

'||' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 39

'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 48

'>' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 48

'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 62

'<' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 62

')' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 67

expression has no effect DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 54

')' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 364 68

'-' - unexpected token DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 365 56

'else' - illegal 'else' without matching 'if' DSS%20of%20momentum%20+%20arrows%20_%20mtf[1].mq4 366 10

16 error(s), 1 warning(s) 17 2

am gettings this errors, 16 in total. any help

That is because you are trying to compile it with new metatrader 4. This one is compatible with the new metatrader 4. As it was told a lot of time : new metatrader 4 and the previous builds are not compatible. Backward compatibility is just partial

 

i read somewere that velocity is the smoothed momentum .

dont know how true it is cos am looking for the 4tf bar velocity with arrow and alert. i have the 2x velocity which i got on tsd but it does not have arrows.

thanks for this indicator but the 2x velocity gives cleaner and better signals. pls help me with the 4tf bar and arrows of the 2 x velocity indicator

 
drunkpips:
i read somewere that velocity is the smoothed momentum .

dont know how true it is cos am looking for the 4tf bar velocity with arrow and alert. i have the 2x velocity which i got on tsd but it does not have arrows.

thanks for this indicator but the 2x velocity gives cleaner and better signals. pls help me with the 4tf bar and arrows of the 2 x velocity indicator

drunkpips

Velocity is not a "smoothed momentum" but a "smoother momentum" (the difference is big - in a case if it was a "smoothed momentum" we would calculate momentum and then smooth it which is not a case at all when velocity is concerned). Math for velocity is completely different than for momentum

PS: 4 time frame version of 2 x velocity was already made by mrtools (here https://www.mql5.com/en/forum/181187/page27 )

 

the best things of life are free

 

Stochastic with flat

 
tampa:
Stochastic with flat

Looks interesting

But how exactly can we know that it is flat. Could that be changed so that those line both get 50, insted of zigzaging?

 
on my own:
Looks interesting But how exactly can we know that it is flat. Could that be changed so that those line both get 50, insted of zigzaging?

Here is this version :: you can define using parameters which values to us in time when it is flat. Example is using 51 and 49

 

Mladen...my eternal question...can this trick (previous Stochastic w/flat) be accomplished with SSA?...

(P.S.: Let's feed the wolves...)

 
Pava:
Mladen...my eternal question...can this trick (previous Stochastic w/flat) be accomplished with SSA?... (P.S.: Let's feed the wolves...)

It can

The whole trick is simple : if standard deviation is smaller tan the flat parameter, then the stochastic is drawn as that flat line. That same criteria can be applied to any indicator

 

Can I ask you to make it with SSA?...will be interesting to see it on a chart...

mladen:
It can The whole trick is simple : if standard deviation is smaller tan the flat parameter, then the stochastic is drawn as that flat line. That same criteria can be applied to any indicator
Reason: