File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments