forked from kzh-dev/pine-bot-server
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md Update README.md Update README.md Update README.md Update README.md Update n mvbkbh.md Add files via upload Update README.md Update README.md Update README.md
- Loading branch information
Showing
3 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
# pine-bot-server | ||
|
||
This is a server which works with pine-bot-client. | ||
|
||
I started this project just for fun to implement Pine script parser/evaluator and | ||
I make this repository public because I have no interest to maintain this project especially after TradingView supports Webhook alert. | ||
|
||
Now I'm busy on other project and please allow me not to respond you. 🙇 | ||
pine-script compiler. can answer buy or sell out of script | ||
working fork for a robot | ||
|
||
|
||
robots are in `examples` of `solcpp` | ||
also running `serum-history` required for all this to work | ||
![Screen1](/Untitled.png) | ||
|
||
(ofc it's not original script here) | ||
|
||
``` | ||
sudo apt install python3.8 -y | ||
python3.8 -m pip install ta-lib | ||
python3.8 -m pip install numpy | ||
sudo apt install python3.8-dev -y | ||
python3.8 -m pip install mprpc | ||
python3.8 -m pip install "plotly==3.4.2" --force-reinstall | ||
python3.8 -m pip install flask | ||
python3.8 -m pip install ply | ||
python3.8 -m pip install msgpack-rpc-python | ||
python3.8 -m pip install pandas | ||
python3.8 -m pip install webcolors | ||
python3.8 -m pip install matplotlib | ||
python3.8 -m pip install Pillow --force-reinstall | ||
python3.8 -m pip install mpl_finance | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
plot v3.4 | ||
plotly v3.4 |