+ Reply to Thread
Results 1 to 10 of 27

Thread: Coding the Active Boundaries indicator

Hybrid View

  1. #1
    AB is a very straightforward calculation, as far as you have the ActiveFloat right.

    If your activeFloat is 80M shares, then what you need to do is calculate the average price of the past 80M shares that have been traded and compare it to the price of the final minute of trading. That will be in percentage the average gain of shareholders measured at the final trading minute.

    Then, you go back one minute and do the same for the past 80M shares. In reality, there are only a few shares that are trading at a different price. You need to compute the small chnage and then go down one minute, for the last 6 months. That makes a lot of calculation, but the coding takes only a few lines.



    Pascal

  2. #2
    Join Date
    Mar 2013
    Location
    Reggio Emilia, Italy
    Posts
    24
    So, if I understood correctly, here is an example:

    I have set the Active Float to 4 millions: the red rectangle hold the minutes so that its total volume is <= 4 millions.

    Calculate the average close price (1.3415) and then compared this average price with the latest close price (1.341).

    The result is -0.0348%. Is this process correct?

    Or should I have to calculate for every single close price inside this 4 millions rectangle and compare to the latest close price, and then take the average?

    Name:  ZA729.png
Views: 1078
Size:  55.4 KB

    Thanks

    Alberto

  3. #3
    Join Date
    Mar 2013
    Location
    Reggio Emilia, Italy
    Posts
    24
    Is there anyone that has been able to properly code the Active Boundaries Indicator?

    I am not sure if my previous example is correct, is there anyone willing to help?

    Thanks.

  4. #4
    Here it is


    Pascal

    Name:  X_EV.gif
Views: 1214
Size:  22.0 KB

  5. #5
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    11
    Thanks a lot!

    Even though I was able to download only last 15 days from Yahoo finance it looks good.
    I'm trying to test your indicators on Polish market and have no full access to minute bars of the US stocks.
    I would be double glad :) if you would attach the last 40days data of X to be sure :)

    Regards

    Jarek

    Quote Originally Posted by Pascal View Post
    Here it is


    Pascal

    Attachment 32373

  6. #6
    Quote Originally Posted by jagin View Post
    Thanks a lot!

    Even though I was able to download only last 15 days from Yahoo finance it looks good.
    I'm trying to test your indicators on Polish market and have no full access to minute bars of the US stocks.
    I would be double glad :) if you would attach the last 40days data of X to be sure :)

    Regards

    Jarek
    here is the "X" data

    Pascal

    X_TMP.xls

  7. #7
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    11
    Quote Originally Posted by Pascal View Post
    here is the "X" data

    Pascal

    Attachment 32396
    Double thanks Pascal :)
    My indicator looks good all the way.

    Regards

    Jarek

  8. #8
    Join Date
    Nov 2018
    Posts
    2
    Quote Originally Posted by Pascal View Post
    here is the "X" data

    Pascal

    Attachment 32396
    Dear Mr. Pascal,

    In following column the effective value is calculated as 0 but as i calculate base on formula it shall be -216,082 it there any exception?

    Date time Open High Low Close Vol Eff Vol

    9/11/2015 16:00:00 14.14 14.15 14.09 14.11 432163 0

    Regards,
    Soleimani

+ 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