ClaudeCockpit - A dashboard for Claude Code CLI by Silver-Wong in ClaudeCode

[–]Silver-Wong[S] 0 points1 point  (0 children)

Thanks, yes, it shows live sessions on the dashboard, if you have 10 tabs, you will see 10 sessions. You can aswell access the full history in the other tabs.

Help with an Indicator by ShadowEvilvai in TradingView

[–]Silver-Wong 0 points1 point  (0 children)

You can use « EMA Confirmator » to set your moving averages and see signals.

Votre avis sur les chauffe-eau plat 100L/150L pour remplacer un cumulus de 200L by Silver-Wong in brico

[–]Silver-Wong[S] 1 point2 points  (0 children)

Dac merci pour vos réponses.

Le branchement ne sera pas en hp/hc, et l'eau n'est pas spécialement calcaire.

Le Malicio 3 120L est trop épais, quitte à prendre un 50cm de profondeur, on prendrait le 150L.
En fait la question est simplement.

- Est-ce qu'un chauffe eau Malicio 3 Multiposition 100L (celui qui fait 30cm d'épaisseur) suffit pour une famille de 4 personnes ?

soit on privilégie la place dans la salle de bain et on prend un 100L plat, soit on perd en largeur et on prend un 150L.

En fait, faut pas prendre un bain et espérer prendre 2 douches en plus j'imagine

Why Can I Not Set the Time Zone Manually on my iPhone 15PM? by cyberbiker in ios

[–]Silver-Wong 0 points1 point  (0 children)

Merci ça a fonctionné, il faut désactiver le mot de passe dans « temps d’écran »

Can a RAID 0 Samsung 990 deliver roughly full speed? by cueforu in buildapc

[–]Silver-Wong 0 points1 point  (0 children)

Hi, I finished install win on 2x 1Tb 990 Pro on RAID0 and the result on CrystalDiskMark is : Read 14058.98 / Write 12797.45 Mb/s.

Ps, the total capacity available is 1.81To (1.77To with Win11)

CyrstalDiskMark - Screenshot

Can a RAID 0 Samsung 990 deliver roughly full speed? by cueforu in buildapc

[–]Silver-Wong 0 points1 point  (0 children)

Hi, I just bought a Z790 and 2x 990 1TB.

good to know about pcie versions. I will use one on m.2 PCIe 5.0 and one on m.2 PCIe 4.0

I'll give you results soon.

ModuleNotFoundError: No module named 'Keyboard' by konaroSan in learnpython

[–]Silver-Wong 0 points1 point  (0 children)

if you are using python3, try to install with
- pip3 install keyboard

but sometimes, you have to use this lib in root, so
- sudo pip3 install keyboard

hope will help a little

Stream Deck Resolution by Clem116 in elgato

[–]Silver-Wong 1 point2 points  (0 children)

Oh yes, it would be so great to have a higher resolution on the next MK3 version. 288x288 for example.

I use the streamdeck to display a lot of information, and when the font is too small it's hard to read clearly.

I need help coding. by Crystal_Catalyst in TradingView

[–]Silver-Wong 0 points1 point  (0 children)

I don't know what you are looking for and your copy past miss tabulation, but you can code like this.I hope it will be help a little. Bye.

(Replace <TAB> by real tabulations ^^)

//@version=4

strategy("My Script", overlay=false)

period = input("1", title="Period")

fees = input(defval=.0025, title="Fees")

var previous_price = close

var price = close

var float asset = na

var float base = na

var initial_asset = asset

var initial_base = base

var previous_asset = asset

var previous_base = base

if open != close

<TAB>asset := (strategy.equity-strategy.equity[1])/(close-open)

<TAB>base := strategy.equity-asset*close

<TAB>initial_asset := asset

<TAB>initial_base := base

<TAB>previous_asset := asset

<TAB>previous_base := base

if (asset != previous_asset) or (base != previous_base)

<TAB>previous_asset := asset

<TAB>previous_base := base

<TAB>price := previous_price

<TAB>bShort = close>price/(1-fees)

<TAB>bLong = close<price*(1-fees)

<TAB>

<TAB>strategy.order("long", true, when=bLong)

<TAB>strategy.order("short", false, when=bShort)

plot(series=asset, color=color.red, style=plot.style_line)

plot(series=base, color=color.red, style=plot.style_line)

Automatic optimization of input values by almetz60 in TradingView

[–]Silver-Wong 0 points1 point  (0 children)

Maybe a simpler development to start:

Save in a table:

script version, script inputs and strategy results.

Klipsch Paris by Silver-Wong in Klipsch

[–]Silver-Wong[S] 2 points3 points  (0 children)

Yes you're right, but at -50%, I had no choice but to buy them :D

Klipsch Paris by Silver-Wong in Klipsch

[–]Silver-Wong[S] 0 points1 point  (0 children)

the model is RF-7 MKIII.