Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor dropTA to use panel functionality #114

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 8, 2016

  1. Refactor dropTA to use panel functionality

    Since S4 method and chartSeries.chob are deprecated, dropTA, listTA and
    get.chob functions are refactored to use panel functionality of
    xts::plot.xts.
    
    The way TAs are removed is based on which frame they are added to.
    erichung0404 committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    8fb26c5 View commit details
    Browse the repository at this point in the history
  2. Refactor swapTA to use panel funactionalty

    To reduce memory usage temporary storage is dropped and "replace()" function
    is applied to re-order TAs and function calls instead. actions and y limits
    are re-ordered according to the frames.
    erichung0404 committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    756da0a View commit details
    Browse the repository at this point in the history
  3. Refactor moveTA to use panel functionality

    In addition to the movement of TA, function calls and actions are
    re-ordered as well.
    erichung0404 committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    bdac3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

  1. Refactor addTA to use panel functionality

    When "ta" is not characters of functions from TTR
    (SMA, BBands, ...), shading regime or new series are
    added if "ta" is logic or an object of xts class, respectively.
    erichung0404 committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    ce7cad7 View commit details
    Browse the repository at this point in the history