+ Reply to Thread
Results 1 to 10 of 27

Thread: Coding the Active Boundaries indicator

Hybrid View

  1. #1
    Join Date
    Mar 2013
    Location
    Reggio Emilia, Italy
    Posts
    24
    Quote Originally Posted by Pascal View Post
    I think that what you are asking is technically too difficult for non-developers to come up with an easy response.
    The AB calculation is similar to a VWAP calculation. A VWAP uses the Volume to calculate the average price. (Volume weighted Average price.) AB also needs to use the number of shares that were exchanges at each price level: this is also a volume weighted average price and not a simple average price.

    Below is the minute data for the company X and the Active Boundaries graph as of last night.
    The best is that you try your different ideas and see which comes close to the pattern below.
    The, the answer will be obvious.


    Pascal

    Attachment 25307

    Hi Pascal,

    I am working in coding the Active Boundaries, and in order to accomplish it as more correct as possible, I am asking if it is possibile to have the output of the Active Boundaries for the X company as from your previous graph.

    This would help a lot.

    Thanks

  2. #2
    Join Date
    Mar 2013
    Location
    Reggio Emilia, Italy
    Posts
    24
    It seems I have been succesfull with my Java implementation for the Active Boundaries indicator

    Name:  ZA818.png
Views: 1019
Size:  60.7 KB


    Although your result it is smoother than mine (do you smooth the AB with EMA or any other filter?), the overall path seems quite similar


    Name:  ZA819.png
Views: 1035
Size:  62.2 KB

    I am using the second method you propose at pag.110

    Thanks

  3. #3
    Join Date
    Dec 1969
    Location
    New Jersey
    Posts
    189
    Congrats acepsut!

    Harry

  4. #4
    Join Date
    Mar 2013
    Location
    Reggio Emilia, Italy
    Posts
    24
    Quote Originally Posted by Harry View Post
    Congrats acepsut!

    Harry
    Thanks Harry.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts