Code Monkey home page Code Monkey logo

keithorange / psychictrader Goto Github PK

View Code? Open in Web Editor NEW
18.0 1.0 3.0 122 KB

PsychicTrader is a cutting-edge crypto predictor leveraging the power of Associative Remote Viewing (ARV). By correlating user-described future visions with a diverse set of images from the COCO dataset, it predicts potential top-performing cryptocurrencies, executes trades based on these predictions, and provides post-trade feedback to users.

Python 65.54% Jupyter Notebook 15.95% Shell 0.12% CSS 5.56% HTML 12.84%
ai chatgpt crypto freqtrade freqtrade-strategies psychic remote-viewing trading trading-bot trading-strategies

psychictrader's People

Contributors

keithorange avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

psychictrader's Issues

Error

from quantum_random import QuantumRandom
ModuleNotFoundError: No module named 'quantum_random'

pip install quantum_random
Requirement already satisfied: quantum_random in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (1.3.2)
Requirement already satisfied: requests in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from quantum_random) (2.28.2)
Requirement already satisfied: xdg in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from quantum_random) (6.0.0)
Requirement already satisfied: typing-extensions in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from quantum_random) (4.7.1)
Requirement already satisfied: click in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from quantum_random) (8.1.6)
Requirement already satisfied: colorama in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from click->quantum_random) (0.4.6)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from requests->quantum_random) (3.2.0)
Requirement already satisfied: idna<4,>=2.5 in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from requests->quantum_random) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from requests->quantum_random) (1.26.15)
Requirement already satisfied: certifi>=2017.4.17 in c:\users\andrii\appdata\local\programs\python\python311\lib\site-packages (from requests->quantum_random) (2023.7.22)****

ERROR - Unexpected error [Errno 13] Permission denied: '/Users'

Traceback (most recent call last):
File "/home/stark4/freqtrade/freqtrade/strategy/strategy_wrapper.py", line 27, in wrapper
return f(*args, **kwargs)
File "/home/stark4/freqtrade/freqtrade/strategy/interface.py", line 862, in _analyze_ticker_internal
dataframe = self.analyze_ticker(dataframe, metadata)
File "/home/stark4/freqtrade/freqtrade/strategy/interface.py", line 840, in analyze_ticker
dataframe = self.advise_indicators(dataframe, metadata)
File "/home/stark4/freqtrade/freqtrade/strategy/interface.py", line 1367, in advise_indicators
return self.populate_indicators(dataframe, metadata)
File "/home/stark4/freqtrade/PsychicTrader/freqtrade_wrapper/user_data/strategies/FreqtradeStrategy.py", line 29, in populate_indicators
communication_data = self._read_from_file(self.COMMUNICATION_FILE)
File "/home/stark4/freqtrade/PsychicTrader/freqtrade_wrapper/user_data/strategies/file_communicator.py", line 30, in _read_from_file
self._write_to_file(filename, default_data)
File "/home/stark4/freqtrade/PsychicTrader/freqtrade_wrapper/user_data/strategies/file_communicator.py", line 22, in _write_to_file
os.makedirs(os.path.dirname(filename), exist_ok=True)
File "/home/stark4/anaconda3/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/home/stark4/anaconda3/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/home/stark4/anaconda3/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
[Previous line repeated 2 more times]
File "/home/stark4/anaconda3/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/Users'
2023-10-26 10:12:59,223 - freqtrade.strategy.interface - WARNING - Unable to analyze candle (OHLCV) data for pair REI/USDT: [Errno 13] Permission denied: '/Users'
2023-10-26 10:12:59,224 - freqtrade.strategy.strategy_wrapper - ERROR - Unexpected error [Errno 13] Permission denied: '/Users' calling <bound method IStrategy._analyze_ticker_internal of <FreqtradeStrategy.CustomFreqtradeStrategy object at 0x7f5be9749ea0>>

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.