EURUSD - Trends, Forecasts and Implications (Part 1) - page 14

 
xenon13 >> :

Even if you only take the last nine days, the average move is only 55 points.

Don't you know how to calculate the average?

how do you calculate the average move ?

>> let me teach you.


I don't count weekends, of course.

I just count the move from the high to the catch and divide it by the number of real candles I took the move from

check

>> it's 110pts.


//+------------------------------------------------------------------+
//|                                                           sr.mq4 |
//|                      Copyright © 2009, MetaQuotes Software Corp. |
//|                                        http://www.metaquotes.net |
//+------------------------------------------------------------------+
#property copyright "Copyright © 2009, MetaQuotes Software Corp."
#property link      "http://www.metaquotes.net"

//+------------------------------------------------------------------+
//| script program start function                                    |
//+------------------------------------------------------------------+
extern int ds=9;
int start()
  {
//----
   double sr = 0;
   for ( int i = 1; i <= ds; i++)
   {
       double h = iHigh( Symbol(),0, i);
       double l = iLow( Symbol(),0, i);
       sr = sr + h- l;
   
   }
   Comment( sr/ ds );   
//----
   return(0);
  }
//+------------------------------------------------------------------+
 
rid писал(а) >>

Calendar for today, Wednesday, 16 September 2009:

You're getting sick of spamming here. Everyone has a calendar of events.
 
YuraZ писал(а) >>

how do you calculate the average stroke?

Let me teach you.

I don't count weekends, of course.

I'm counting just the move from hai to catch check

It's 110p.

We don't need that kind of madness, that's how you're gonna teach your grandchildren.

 
xenon13 >> :

We don't need that kind of madhouse, that's how you'll teach your grandchildren.

>> let him go 55p in your "average."

 
xenon13 писал(а) >>

We don't need this kind of madhouse, that's how you'll teach your grandchildren.

Aren't you a moderator by any chance?

You're the one that's flapping and teaching someone else.

 
forte928 >> :

You wouldn't happen to have a moderator crying for you, would you?

One more comment and you'll be on the purge list.

There's a pattern to this.

Who needs it?

 
YuraZ >> :

how do you calculate the average stroke?

Let me teach you.


I don't take into account weekends of course

I just count the move from high to catch and divide by the number of real candles I took a move on

check

it's 110p.



YuraZ, in general case you may have an overflow when calculating the sum. Here's a piece of code of the class implementing the vector, I won't translate it from C#, I think it's clear anyway:


        public float MeanValue()
        {
            float mean = 0;
            for (int i = 0; i < this. Length; i++)
            {
                mean += (this[ i] - mean) / ( i + 1.0 f);               
            }
            return mean;
        }
 
xenon13 >> :
You're getting tired of spamming here. Everybody's got a calendar of events.

You seem to have got up on the wrong foot today.

Of course, everyone has a calendar. However. This thread is open specifically for discussing price movements, news, current and anticipated events.

What else is there to do here? Be silent and "march in formation" and write posts on a whistle with your prior permission?

!

 
rid >> :

You seem to have got up on the wrong foot today.

Of course, everyone has a calendar. However. This thread is open specifically for discussing price movements, news, current and anticipated events.

What else is there to do here? Be silent and "march in formation" and write posts at the whistle with your prior permission?

!



I, for example, only look at your postings.

I'm used to it now.

 
YuraZ >> :

>> and the franc is stalling.

I wonder if it will draw a hammer on the day?

Reason: