Skip to content

Commit 400253e

Browse files
authored
Create README.md
1 parent fcbd676 commit 400253e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Reqirements:
2+
NodeJS (nodejs.org)
3+
NGROK (ngrok.com)
4+
TradingView Charts (tradingview.com)
5+
6+
7+
Install:
8+
mkdir <project-folder>
9+
cd <project-folder>
10+
npm init
11+
npm install node-binance-api --save
12+
13+
14+
Start (windows/linux):
15+
./ngrok http 80
16+
node app.js
17+
18+
For testing webhooks go to http://localhost:4040 and select "replay". You can feed your bot any
19+
value you want without having to wait for your alerts to be triggered.
20+
21+
Yes, you can use variables in tradingview webhooks: https://www.tradingview.com/chart/GFSFmOla/
22+
23+
TradingView Basic does not support Webhooks. Currently
24+
only Pro Version or better supports webhooks. The cost is 10.95 monthly
25+
If you visit this link I get a free month, and so do you:
26+
https://www.tradingview.com/gopro/?share_your_love=Greeffer
27+

0 commit comments

Comments
 (0)