Skip to content

Instantly share code, notes, and snippets.

View sadegh's full-sized avatar
🎯
Focusing

Sadegh sadegh

🎯
Focusing
View GitHub Profile
@sadegh
sadegh / TradingView Indicator Compute
Created May 23, 2024 10:45 — forked from kyawswarthwin/TradingView Indicator Compute
tradingview-indicator-compute.js
const INDICATORS = {
'Recommend.Other': { title: 'Oscillators Rating' },
'Recommend.All': { title: 'Technical Rating' },
'Recommend.MA': { title: 'Moving Averages Rating' },
RSI: { title: 'Relative Strength Index (14)' },
'RSI[1]': null,
'Stoch.K': { title: 'Stochastic %K (14, 3, 3)' },
'Stoch.D': { title: 'Stochastic %D (14, 3, 3)' },
'Stoch.K[1]': null,
'Stoch.D[1]': null,
@sadegh
sadegh / README.md
Created December 26, 2017 20:39 — forked from bsodmike/README.md
OC Nvidia GTX1070s in Ubuntu 16.04LTS for Ethereum mining

Following mining and findings performed on EVGA GeForce GTX 1070 SC GAMING Black Edition Graphics Card cards.

First run nvidia-xconfig --enable-all-gpus then set about editing the xorg.conf file to correctly set the Coolbits option.

# /etc/X11/xorg.conf
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"