https://github.com/dearvn/tradingview-pinscript-futures-binance
Some pine script to trade futures on Binance exchange
https://github.com/dearvn/tradingview-pinscript-futures-binance
binance binance-futures bnb c98 coin futures
Last synced: 4 months ago
JSON representation
Some pine script to trade futures on Binance exchange
- Host: GitHub
- URL: https://github.com/dearvn/tradingview-pinscript-futures-binance
- Owner: dearvn
- Created: 2022-11-23T00:53:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T03:27:44.000Z (about 2 years ago)
- Last Synced: 2025-06-19T01:48:12.266Z (12 months ago)
- Topics: binance, binance-futures, bnb, c98, coin, futures
- Homepage:
- Size: 3.32 MB
- Stars: 39
- Watchers: 4
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A new indicator to predict signal: https://www.patreon.com/donaldit/shop/simple-indicator-for-tracking-trading-on-231800?source=storefront
**If you win, please support me on Paypal: clickclone@gmail.com**
ETHUSDT: 0x269a945fb11642235c1c6ae3fe755ce9d7a50e32
ETHBUSD: 0x269a945fb11642235c1c6ae3fe755ce9d7a50e32
## Trading on Binance
Timeline trading: 6:00AM to 1:00PM
* 2023 Using script `ETHUSDTPERP.txt` to auto bot from tradingview to Binance
* AUTO ALERT ETHUSDTPERP
`ETHUSDTPERP.txt`
## Profit


## History
* 12/14/2022

* 12/13/2022

## Some pinescripts to study trading futures on Binance
## BNBUSDTPERP

## SOLUSDTPERP
backtest SOLUSDTPERP 82%

** Coins to trade ex: C98USDTPERP
** Timeframe: 1m

Indicators using at here:
`bash
vwap
wma
rsi
`
## SWIDEWAY
I try some logic to filter sideway at here
if math.abs(close - avg(close[0] ... close[10])) < 0.001 then detecting as sideway case
You can use this strategy candle bar as study case.
## BACKTEST
** Over 90% accurately then use `futures-strategy-1m-candles-best.txt`

** Over 70% accurately and filter sideway then use `binance-futures-strategy-candle-bar.txt`

