├── README.md ├── binary └── Tensor-trade-3.7.zip └── source ├── chatgpt- start.py ├── chatgpt-env.py ├── chatgpt-exchanges.py ├── chatgpt-modules.py ├── chatgpt-strategy.py └── chatgpt-strategy1.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/README.md -------------------------------------------------------------------------------- /binary/Tensor-trade-3.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/binary/Tensor-trade-3.7.zip -------------------------------------------------------------------------------- /source/chatgpt- start.py: -------------------------------------------------------------------------------- 1 | strategy.run(episodes=10) 2 | -------------------------------------------------------------------------------- /source/chatgpt-env.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/source/chatgpt-env.py -------------------------------------------------------------------------------- /source/chatgpt-exchanges.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/source/chatgpt-exchanges.py -------------------------------------------------------------------------------- /source/chatgpt-modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/source/chatgpt-modules.py -------------------------------------------------------------------------------- /source/chatgpt-strategy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/source/chatgpt-strategy.py -------------------------------------------------------------------------------- /source/chatgpt-strategy1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/origami-xyz/Tensor-trade-script/HEAD/source/chatgpt-strategy1.py --------------------------------------------------------------------------------