+ 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
    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: 1085
Size:  55.4 KB

    Thanks

    Alberto

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

  3. #3
    Here it is


    Pascal

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

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

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

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

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

  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

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

+ 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