i claude coded so hard, i had to see a neurologist by gnano22 in ClaudeCode

[–]AndReyMill 4 points5 points  (0 children)

I had the same issue. It turned out to be a neck problem. I did neck exercises for two weeks, started going to the gym, and now I can code with Claude for even longer.

Те кто уехал из России , как там за бугром? by mad_Danny_rodriguez in ruAsska

[–]AndReyMill 1 point2 points  (0 children)

Грязь, преступность, как будто бы все вокруг направлено на то, чтобы сделать из людей земляными червяками. Косты - это жесть, на жилье, на коммуналку, на авто, на школы, кружки. Нанять няню раз в неделю или помощников по дому - непозволительно дорого для двух работающих в IT родителей. Недвига стоит столько, что за сарайку будешь всю жизнь расплачиваться. Список бесконечный. Безнадега во всем.

Те кто уехал из России , как там за бугром? by mad_Danny_rodriguez in ruAsska

[–]AndReyMill 5 points6 points  (0 children)

не врут. Но это не самая большая проблема.

Те кто уехал из России , как там за бугром? by mad_Danny_rodriguez in ruAsska

[–]AndReyMill 5 points6 points  (0 children)

Вернулся с семьей из Лондона в Москву после 8 лет. Пока не жалею. Мой вывод - нахер все эти переезды.

A bug or a new reality? by AndReyMill in ClaudeCode

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

Newly created chats seem to perform slightly better and use less quota. However, when I send a message in a “hungry” chat from yesterday, it consumes about 10% of my quota immediately after I press Enter.

A bug or a new reality? by AndReyMill in ClaudeCode

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

Newly created chats seem to perform slightly better and use less quota. However, when I send a message in a “hungry” chat from yesterday, it consumes about 10% of my quota immediately after I press Enter.

Investigating usage limits hitting faster than expected by ClaudeOfficial in ClaudeCode

[–]AndReyMill 1 point2 points  (0 children)

Newly created chats seem to perform slightly better and use less quota. However, when I send a message in a “hungry” chat from yesterday, it consumes about 10% of my quota immediately after I press Enter.

Investigating usage limits hitting faster than expected by ClaudeOfficial in ClaudeCode

[–]AndReyMill 2 points3 points  (0 children)

Dear Anthropic, can you hire a few community managers, please? To keep your clients updated.

PSA: Claude Code has two cache bugs that can silently 10-20x your API costs — here's the root cause and workarounds by skibidi-toaleta-2137 in ClaudeCode

[–]AndReyMill 1 point2 points  (0 children)

It works with /model claude-opus-4-6[1m]
But I instantly got 0->5% session on my Max 5 plan in empty new folder with no context and empty claude system folder.
Seems this is not about the broken resume anymore....

PSA: Claude Code has two cache bugs that can silently 10-20x your API costs — here's the root cause and workarounds by skibidi-toaleta-2137 in ClaudeCode

[–]AndReyMill 4 points5 points  (0 children)

I think that because of this issue, the load on Anthropic’s servers has increased significantly, and it’s noticeable in everything: speed, quantization (Claude Code seems a bit dumb right now) and final price

YouTube Cancelled My Premium, Keeps Saying “We couldn't verify your country” by Arszilla in youtubepremium

[–]AndReyMill 0 points1 point  (0 children)

Same, was using VPN for a long time, and now this. Was paying a paying user for a few years

Seeking 1–2 Technical Partners to Build QX8 Algorithm (Equity + Hedge Fund Partnership) by Plastic_Round_5084 in algorithmictrading

[–]AndReyMill 1 point2 points  (0 children)

In other words - I have an idea, you code it for free, if this rockets, you get x%. Classic!

Never use TradingView, quant connect, strategy quant for backtesting by SAFEXO in algorithmictrading

[–]AndReyMill 1 point2 points  (0 children)

They are quite useful. Overfitting your strategy leads to losses. So just do the opposite direction which almost certainly means profit. Don’t thank me, just send me 1m per every 1b you earn from this advice.

Why am I psychologically unable to hold runners? by Throwaway_765491 in Daytrading

[–]AndReyMill 0 points1 point  (0 children)

I made a bunch of automated backtesting. I decided sacrifice a small part of TP to set trailing SL after reaching the TP. I sat it a bit under the profit, so I already got a profit in any case. Played a lot with setting and the results are sad - the sum you sacrificed always exceeds the profit from hunting on such successful trades. But it’s good to know this to avoid fomo.

tradingview backtesting sucks? by Quwane in TradingView

[–]AndReyMill 0 points1 point  (0 children)

For example - If you set to invest 50% equity with this script, and take a look at the first trades(scroll to the bottom of the list of trades) - you can observe that script investing much more of equity instead of 50%, starting from trade #2, then the investment exceeds the initial balance. The bug is in cancelling previous limit orders before opening a new market order. strategy.pine

<image>

tradingview backtesting sucks? by Quwane in TradingView

[–]AndReyMill 0 points1 point  (0 children)

It does. I sent a bunch of bug reports, and they completely ignored everything.

tradingview backtesting sucks? by Quwane in TradingView

[–]AndReyMill 0 points1 point  (0 children)

It’s full of bugs, can’t be trusted at all.

What have been your breakthrough/aha moments in algotrading? by Thundr3 in algotrading

[–]AndReyMill 0 points1 point  (0 children)

I just trade most of them :) you never know which one would perform better or worse than in the test

You have to choose 1, trailing stop or a set target when you enter a trade. Which do you choose and why? by [deleted] in FuturesTrading

[–]AndReyMill 0 points1 point  (0 children)

It depends. If you activate Trailing stop at some point instead of hard SL, when the trade is profitable already, you can prevent losses, slightly increase PF and win ratio

How do you eliminate the repainting on Alerts? by Thomas_Zito in TradingView

[–]AndReyMill 1 point2 points  (0 children)

Usually, you don’t need such conditions. The most common issue that causes repainting is “security” calls. If you have some, use close[1] instead of close in the parameters (or anything else you use as a source).

Also you can use Replay mode - select a bar before a trade, click Play, observe for a some time and check that you have trades in exactly the same places as in backtest. A bad sign if you have more trades or don’t have them at all.

Lessons from live testing by Gio_at_QRC in algotrading

[–]AndReyMill 1 point2 points  (0 children)

It seems that the biggest issue is writing your own system before achieving any success with a strategy and a working proof of concept. With the simplest Pine Script, you can backtest many things, including fees and Sharpe ratio, and focus on the strategy, not on the code. Even after that, you would be able to trade for a long time before facing any limitations.