Skip to content

Instantly share code, notes, and snippets.

View myprojectsfile's full-sized avatar
💭
I'm happy now

Mohammad myprojectsfile

💭
I'm happy now
View GitHub Profile
vless://b4ead194-1b6b-469a-872d-4f42c62ce9da@91.98.82.156:443?type=ws&encryption=none&security=&host=91.98.82.156&path=/linkws?ed=2560&sni=#hamedp71%3A%3A%F0%9F%87%A9%F0%9F%87%AA
vless://638c1918-f6f0-4ecc-85e6-a3ac50ed9c02@157.180.123.25:443?type=ws&encryption=none&security=&host=157.180.123.25&path=/linkws?ed=2560&sni=#hamedp71%3A%3A%F0%9F%87%AB%F0%9F%87%AE
vless://df0680ca-e43c-498d-ed86-8e196eedd012@185.234.66.97:8880?security=&fp=chrome&type=grpc&encryption=none#hamedp71%3A%3A%F0%9F%8F%B4%E2%80%8D%E2%98%A0%EF%B8%8F
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpvWklvQTY5UTh5aGNRVjhrYTNQYTNB@45.87.175.58:8080#4Mohsen-819
vless://c29d39bd-92a4-45db-bb61-56013998617c@104.18.109.147:80?allowInsecure=0&sni=www.speedtest.net.www.1google.com.bing.com.visa.com.tls.xv98.ip-ddns.com&type=ws&host=www.speedtest.net.www.1google.com.bing.com.visa.com.tls.xv98.ip-ddns.com&path=/Telegram-XV2ry2?ed=2048#CF%E4%B8%AD%E8%BD%AC_1017094079
vless://df0680ca-e43c-498d-ed86-8e196eedd012@185.234.66.92:8880?mode=gun&security=none&encryption=
ss://Y2hhY2hhMjAtaWV0Zi1wb2x5MTMwNTpXV21GZDlNQ3NkWWo%3D@77.83.245.172:443#%40Hddify
vless://401374e6-df77-41fb-f638-dad8184f175b@185.236.232.100:80?mode=gun&security=none&encryption=none&type=grpc#%40Hddify
vless://337bf72e-bb79-4d5f-be3f-7822eb77100c@best.cdniran.info:443?path=%2F&security=tls&alpn=h3%2Ch2&encryption=none&host=smart.topfornnow.org&fp=chrome&type=ws&sni=smart.topfornnow.org#%40Hddify
hysteria2://571ec94e-613c-430a-93de-397d3d237475@213.108.198.123:22155?security=tls&insecure=1&sni=hsdg.huasuan666.top#%40Hddify
vless://08cb0591-5193-4a0c-9105-ceb09fba67fe@45.131.7.33:2053?path=%2F&security=tls&encryption=none&host=AeEye-52235.zephorium.uk&type=ws&sni=AeEye-52235.zephorium.uk#%40Hddify
hysteria2://571ec94e-613c-430a-93de-397d3d237475@hsdg.huasuan666.top:22155?security=tls&insecure=1&sni=hsdg.huasuan666.top#%40Hddify
vless://08cb0591-5193-4a0c-9105-ceb09fba67fe@45.131.7.195:2053?path=%2F&security=tls&encryption=none&host=AeEye-52235.zephorium.uk&fp=chrome&type=ws&sni=AeEye-52235.zephorium.uk#%40
BNBUSDT
ETHUSDT
LINKUSDT
LTCUSDT
BCHUSDT
YFIUSDT
TRXUSDT
XRPUSDT
FILUSDT
YFIIUSDT
How to Set Multiple SSH Key For gitlab
Create a file named "config" in .ssh folder and setup key as below:
# normal
Host gitlab.com-work_username
HostName gitlab.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/id_rsa
//@version=2
strategy(title='MPS Strategy V4', shorttitle='MPS Strategy V4', overlay=true,initial_capital=1000,pyramiding=0,calc_on_every_tick=true,currency=currency.USD,commission_type=strategy.commission.percent,commission_value=0.03,default_qty_type= strategy.cash,default_qty_value=1000)
// thereIsLongPosition = 0
// thereIsShortPosition = 0
// thereIsLongPosition := thereIsLongPosition[1]
// thereIsShortPosition := thereIsShortPosition[1]
// Define inputs
strategy(title='[STRATEGY][RS]ZigZag PA Strategy V4.1', shorttitle='S', overlay=true, pyramiding=0, initial_capital=100000, currency=currency.USD)
useHA = input(false, title='Use Heikken Ashi Candles')
useAltTF = input(true, title='Use Alt Timeframe')
tf = input('60', title='Alt Timeframe')
showPatterns = input(true, title='Show Patterns')
showFib0000 = input(title='Display Fibonacci 0.000:', type=bool, defval=true)
showFib0236 = input(title='Display Fibonacci 0.236:', type=bool, defval=true)
showFib0382 = input(title='Display Fibonacci 0.382:', type=bool, defval=true)
showFib0500 = input(title='Display Fibonacci 0.500:', type=bool, defval=true)
showFib0618 = input(title='Display Fibonacci 0.618:', type=bool, defval=true)
//@version=2
//
// Title: [STRATEGY][UL]Price Divergence Strategy V1
// Author: JustUncleL
// Date: 23-Oct-2016
// Version: v1.0
//
// Description:
// A trend trading strategy the uses Price Divergence detection signals, that
// are confirmed by the "Murrey's Math Oscillator" (Donchanin Channel based).
//@version=2
strategy(title='[STRATEGY][RS]MicuRobert EMA cross V2', shorttitle='S', overlay=true, pyramiding=0, initial_capital=100000)
USE_TRADESESSION = input(title='Use Trading Session?', type=bool, defval=true)
USE_TRAILINGSTOP = input(title='Use Trailing Stop?', type=bool, defval=true)
trade_session = input(title='Trade Session:', type=string, defval='0400-1500', confirm=false)
istradingsession = not USE_TRADESESSION ? false : not na(time('1', trade_session))
bgcolor(istradingsession?gray:na)
trade_size = input(title='Trade Size:', type=float, defval=10000.00)
tp = input(title='Take profit in pips:', type=float, defval=55.0) * (syminfo.mintick*10)
sl = input(title='Stop loss in pips:', type=float, defval=22.0) * (syminfo.mintick*10)
Host gitlab.com-muuhammad.ahmadi
HostName gitlab.com
User git
IdentityFile ~/.ssh/id_rsa
Host gitlab.com-projects.to.dev
HostName gitlab.com
User git
IdentityFile ~/.ssh/id_rsa.toDev
takeown /R /F Others
icacls Others /t /c /GRANT Everyone:F
-----------------------------
takeown /R /F Private
icacls Private /t /c /GRANT Everyone:F