+ Reply to Thread
Results 1 to 10 of 27

Thread: Coding the Active Boundaries indicator

Hybrid View

  1. #1
    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

  2. #2
    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

  3. #3
    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

  4. #4
    Thank you, Mr. Pascal Willain for explanation. Here is what I got (I made calculation of Active Boundaries using Python, and imported the result into Amibroker).
    Attached Images  

  5. #5
    Quote Originally Posted by rupiter View Post
    Thank you, Mr. Pascal Willain for explanation. Here is what I got (I made calculation of Active Boundaries using Python, and imported the result into Amibroker).
    Congratulations!

    I hope that this will help your trading. Active Boundaries are a valuation tool. This tool works well if used in a wider range of tools that can measure the trading ecosystem. This is at least what I try to do.


    Pascal

  6. #6
    Quote Originally Posted by Pascal View Post
    Congratulations!

    I hope that this will help your trading. Active Boundaries are a valuation tool. This tool works well if used in a wider range of tools that can measure the trading ecosystem. This is at least what I try to do.

    Pascal
    Thank you! That’s what I’m trying to do now. My current task is figuring out Effective Volume formula.
    The data file you provided in the post # 16 was of a great help. Actually I had little problem with EV itself but have some difficulties with understanding how Separation Volume was chosen. Can you help me clear the situation?

    I did everything according to textbook.

    For example, let’s have a look at one-day period on 06.08.2015. Total EV for that day was 5925757 shares. There were 353 trading minutes where EV was detected. Thus Separation Volume according to Average Separation Method would be 5925757 / 353 = 16787 shares. (I calculated it just for comparison).

    To determine Separation Volume with Equi-Power Separation Method, I first arranged EV data in descending order and started to count running total until it was close to half of EV amount of that day (5925757 / 2 = 2962879 shares). On value of 24939 the running total was 2962810 which was pretty close to the goal. So I would say that Separation Volume should be some value between 24939 and next lower value in a row (which is 24631.38605). I chose 24938 as Separation Volume value.

    Name:  2016-02-18_11-45-26.png
Views: 525
Size:  11.3 KB

    Then I compared my SVS / LVS with those values in the data file. As you can see on the picture at 10:01:00 EV was lower than my Separation Volume value so this EV should have been added to your SVS running total. But as it’s shown on the screenshot, that value was added to your LVS (to be precise, it was subtracted, because it was negative value).

    Name:  2016-02-18_12-12-35.png
Views: 520
Size:  18.2 KB

    Tweaking the values, I found out that Separate Volume that was chosen by you, was something between 23546 and 23120.625. But it means that the pool of shares of the Large Effective Volume is bigger than the one of Small Effective Volume… Analyzing other minutes I saw similar situation – chosen Separation Volume value divided all shares unequally.

    Why is that? Or maybe I missed something and my calculations are somewhere wrong? Thank you.

  7. #7
    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

  8. #8
    Quote Originally Posted by soleimani View Post
    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
    It is because I have set an option that filters out large one minute volume as "block trades"
    I believe that I set the filter at 5%, but it could be 3%.

    Pascal

  9. #9
    Join Date
    Nov 2018
    Posts
    2
    Quote Originally Posted by Pascal View Post
    It is because I have set an option that filters out large one minute volume as "block trades"
    I believe that I set the filter at 5%, but it could be 3%.

    Pascal
    thanks a lot,
    3% of that day volume?

  10. #10
    Quote Originally Posted by soleimani View Post
    thanks a lot,
    3% of that day volume?
    I checked and it is 5% of the day volume!
    For the RT Effective Volume, of course the volume used for the 5% cut-off calculation is the trading volume upto calculation time.


    Pascal

+ 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