Indicators: Average Speed

 

Average Speed:

Calculate Average Speed of price.

Author: Totom Sukopratomo

 
<Deleted>
 

god job tom
 

tomsuk001 Please answer, why do you calculate differently:

case PRICE_CLOSE:{
               d=MathAbs(close[j]-close[j-1])/_Point;
               v=d/t;
               sumv+=v;
               break;
              }
case PRICE_HIGH:{
               d=MathAbs(high[j]-high[j-1])/_Point;
               v=d/t;
               sumv+=d; <----- maybe: sumv+=v ?
               break;
              }
 
avoitenko:

tomsuk001 Please answer, why do you calculate differently:

Thank you for read my code avoitenko. This is my type-mistaken. Corrected code already sent to moderator's check.
 
<Deleted>
<Deleted>
 
samtidar:

god job tom
Thank you samtidar, please redownload corrected code at nearest future.
 

Newest version with corrected code is available to download now.


Thanks.

 

Can you supply mql4 version for it please ..

Thanks 

 
Hello , Do you have any suggestion to implement  points by second , thanks.
 
smell like econophysics to me. and i believe in that more than convensional economic theory