Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
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
alexeyneu authored and g56 committed Oct 22, 2022
1 parent 28ed2d0 commit d456a18
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
33 changes: 26 additions & 7 deletions README.md
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
```
Binary file added Untitled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion n mvbkbh.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
plot v3.4
plotly v3.4

0 comments on commit d456a18

Please sign in to comment.