Giter Club home page Giter Club logo

Comments (5)

mrjbq7 avatar mrjbq7 commented on June 2, 2024

from ta-lib-python.

shingtat2 avatar shingtat2 commented on June 2, 2024

What is df.ta.strategyOn Dec 28, 2023, at 9:50 AM, shingtat2 @.*> wrote: Hi all, Anyone can help on my issue? environment Python 3.10.11 Ta-lib installed Code: df.ta.strategy(verbose=False, append=True) Keep looping below message and stuck forever: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\pool.py:48: FutureWarning: Series.getitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use ser.iloc[pos] return list(map(args)) Have tried all ways to disable warnings eg: # Save the current warning settings current_warnings = warnings.filters.copy() # Suppress all warnings warnings.filterwarnings('ignore') # Redirect standard output to null sys.stdout = open(os.devnull, 'w') # Suppress logging logger = logging.getLogger() original_level = logger.getEffectiveLevel() logger.setLevel(logging.CRITICAL + 1) # Suppress only FutureWarnings warnings.simplefilter(action='ignore', category=FutureWarning) warnings.simplefilter(action='ignore', category=all) —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.>

It's "all" strategy by default

from ta-lib-python.

mrjbq7 avatar mrjbq7 commented on June 2, 2024

from ta-lib-python.

shingtat2 avatar shingtat2 commented on June 2, 2024

Right but that code doesn’t come from this project, so without knowing what it is; I can’t help.

On Thu, Dec 28, 2023 at 10:04 AM shingtat2 @.> wrote: What is df.ta.strategyOn Dec 28, 2023, at 9:50 AM, shingtat2 @.> wrote: Hi all, Anyone can help on my issue? environment Python 3.10.11 Ta-lib installed Code: df.ta.strategy(verbose=False, append=True) Keep looping below message and stuck forever: C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\multiprocessing\pool.py:48: FutureWarning: Series.getitem treating keys as positions is deprecated. In a future version, integer keys will always be treated as labels (consistent with DataFrame behavior). To access a value by position, use ser.iloc[pos] return list(map(args)) Have tried all ways to disable warnings eg: # Save the current warning settings current_warnings = warnings.filters.copy() # Suppress all warnings warnings.filterwarnings('ignore') # Redirect standard output to null sys.stdout = open(os.devnull, 'w') # Suppress logging logger = logging.getLogger() original_level = logger.getEffectiveLevel() logger.setLevel(logging.CRITICAL + 1) # Suppress only FutureWarnings warnings.simplefilter(action='ignore', category=FutureWarning) warnings.simplefilter(action='ignore', category=all) —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.> It's "all" strategy by default — Reply to this email directly, view it on GitHub <#630 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAF5AZWIBP5GXVOETTMUHDYLWYCZAVCNFSM6AAAAABBFX7W2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZRGM4DMNZYGM . You are receiving this because you commented.Message ID: @.***>

import pandas_ta as ta

I use pandas_ta and it says the all strategy has to install the ta-lib as well.
so did I come to the wrong place, should I go to the pandas-ta section?

from ta-lib-python.

mrjbq7 avatar mrjbq7 commented on June 2, 2024

from ta-lib-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.