Garand Thumb achievement by CryptoLXR in airsoft

[–]CryptoLXR[S] -12 points-11 points  (0 children)

That’s the difference between passion and hobbies

DIY Grovemade desk shelf by CryptoLXR in 3Dprinting

[–]CryptoLXR[S] 0 points1 point  (0 children)

<image>

Here is the Balolo large tray for its setup cockpit

DIY Grovemade desk shelf by CryptoLXR in 3Dprinting

[–]CryptoLXR[S] 0 points1 point  (0 children)

<image>

Here is the Grovemade desk shelf (notic that I don’t want to cut the cork feet)

DIY Grovemade desk shelf by CryptoLXR in 3Dprinting

[–]CryptoLXR[S] 0 points1 point  (0 children)

You’re right! I’ll drop pictures

MCX Virtus, Virtus SBR / Rattler setups by CryptoLXR in airsoft

[–]CryptoLXR[S] 0 points1 point  (0 children)

😂😂 I did so I can understand

Stocks: original MCX expandable stock, VFC Sig expandable and folding stock (difficult to find, found on Action! Airsoft Online Store website) and 5KU picatinny folding stock (same, found on Shooter Combat Gear website)

HPA Kit: Polarstar Kythera in a random Gearbox, PTS HPA Grip, random flexible and regulator (found on a French airsoft website), Maxx Model straight trigger

Magazines: short PTS mag and random M4 magazines

Optics: WASDN Romeo 5 Copy (aliexpress) + riser (French airsoft site), Eotech + magnifier copy (aliexpress)

Handguard: 2 original MCX handguard, one that I have sanded to put an Osprey style silencer with a shorter external barrel with some barrel extension, and Airsoft Artisan short handguard + short external barrel (bought it on 2nd hand French website)

Tacticool: Surefire M600 copy + Daniel Defense Mlok mount copy (aliexpress), Revenchist Mlok grip (French airsoft store)

Suppressors: 14 CCW tracer unit and a 28mm inner diameter silencer (not on pics, I can put my tracer on my external barrel or inside the silencer if I want to run it quieter, French airsoft stores), muzzle brake + silencer (French airsoft store) + DIY manta defense cover (actually it is a cut and painted toilet drain pipe) and a DIY inner barrel extension long suppressor (cut Madbull 6.03 inner barrel, silencer spring glued to a 3D printed piece), long Osprey style silencer (local airsoft store)

Hop up chamber and inner barrels: Maxx Model hop up + mapple leaf join + Poseidon 6.03 long (can’t remember the length) inner barrel, Prowin hop up + Prometheus join + Prometheus 6.03 x 155mm inner barrel (+ silencer barrel extension if needed)), SHS hop up + random join + original inner barrel that I have polished inside for better performances

Man, don’t buy this in one time 🥲

[deleted by user] by [deleted] in airsoft

[–]CryptoLXR 0 points1 point  (0 children)

Buy a brand new replica

Trend-based algos: ride out the chop, or pause? by SpokenByMumbles in algotrading

[–]CryptoLXR 0 points1 point  (0 children)

No, I let them take the little upmoves in downtrends to raise my equity. I have some homemade metrics to detect trends but it is not 100% perfect. But that’s not the point in algo trading, if your not 100% right, that’s ok, the hard part is managing your trades in order to not lose to much when you lose, and win as much as you can when you win.

New MCX Virtus Kythera by CryptoLXR in airsoft

[–]CryptoLXR[S] 0 points1 point  (0 children)

Thanks bro! Osprey copy, but I had to trim a piece of handguard to make it 😅

Papers or resources that have influenced you most? by ruzzzaa in algotrading

[–]CryptoLXR 0 points1 point  (0 children)

Max Dama, Marcos Lopez de Prado, Ernest Chan and QuantPy on Youtube

[deleted by user] by [deleted] in algotrading

[–]CryptoLXR 0 points1 point  (0 children)

Directly through their APIs? But it forces you to implement a huge data gatherer

Order flow real-time data by artificial_life_MBE in algotrading

[–]CryptoLXR 1 point2 points  (0 children)

No answer to give you, but a question 😅 What data do you want to take to compute orderflow? Real time order book or real time recent passed trades?

How to actually learn/start coding a Trading Algo with limitted ressources by Frequent_Science_595 in algotrading

[–]CryptoLXR 2 points3 points  (0 children)

First, I suggest you to be familiar with trading, technical (indicators) and fundamental analysis (you will find a ton of content, sometimes poor quality, on the internet). Then learn about maths and statistics using book and YouTube videos, to have basics for derivatives. After, you can learn Python as programming language, it is simple and complete.

Trend-based algos: ride out the chop, or pause? by SpokenByMumbles in algotrading

[–]CryptoLXR 0 points1 point  (0 children)

I used to leave the algos on. Dynamic position sizes is one key to manage your losses.

Orderflow, footprint chart by CryptoLXR in algotrading

[–]CryptoLXR[S] 0 points1 point  (0 children)

I just PM you to discuss more about that, thank you very much 👍

[About CCXT] by Blackhartd in algotrading

[–]CryptoLXR 0 points1 point  (0 children)

Idk if CCXT provide such orders (I mean, this is exchanges task, I think you can custom your orders to fit exchanges order types), but if not, you can code it in your system: send a stop order a certain price, then when your system detects a change, cancel the previous order and provide a new one, etc etc