Jump to content
Medved Trader Forums

gidielle

Members
  • Posts

    303
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by gidielle

  1. Maybe I'm wrong but I believe min and max would be calculate easily:

     

    If (Bar Close == Bar Open)

    (

          Max = f(x);

          Min = f(x);

    );

    If (Bar Close != Bar Open &&  f(x) > Max)

    (

          Max = f(x);

    );

    If (Bar Close != Bar Open &&  f(x) < Max)

    (

          Min = f(x);

    );

  2. for my volatility indicator I would need to know the time of last Bar Close = Bar High and time of last Bar Close = Bar Low to calculate relative time interval  [bar High, Bar Close] [bar Low, Bar close].

     

    you believe it is possible in a far future to have this option?

     

    thx

  3. I don't think google has Level II. As for Level I, the stuff we are able to get is not sufficient for quotes. 

     

    ok, I have asked because I have seen Level I and Level II in Google Finance source but I I didn't  can flag them

×
×
  • Create New...