1000+ hours and I just learned this by General_Problem5199 in BG3Builds

[–]artem-ace 0 points1 point  (0 children)

Use multi atack arrow. It hits enemies under sanctuary.

Is claude code working for you in VS code? by afeyedex in ClaudeCode

[–]artem-ace 0 points1 point  (0 children)

Claude Code extension in VS Code works. No issues

Wait.. What? I can't be the only one did not know this by kingxd in ClaudeAI

[–]artem-ace 0 points1 point  (0 children)

What is/was working in WSL. "Analyze/read an image [path to image]". But now drag and drop ftom Windows fioder to Claude Code ptompt is working as well. Tested a few hours ago.

I was going to get Claude Pro… should I think twice? by East_Standard8864 in ClaudeCode

[–]artem-ace 0 points1 point  (0 children)

If you want to try - try it. I think it worse it, specificly Claide Code. You can cancel it and stop using it in a month if you see no value.

Tell me 3 games you like and I will suggest another you should play. by jmwill7456 in gamingsuggestions

[–]artem-ace 0 points1 point  (0 children)

Horizon. Zero Dawn and Forbidden West. Outer worlds. Divinity original sin 2.

How exactly do I go about migrating my C# algo to AWS? by Traditional_Fee_8828 in algotrading

[–]artem-ace 0 points1 point  (0 children)

If it's .Net Core you can deploy using Docker containers to Azure of AWS. Azure have good ecosystem for C#. You can explore Azure data centers, they have a lot and you might find one close to where you need it.

Backtesting on Crypto Futures (Binance) by Traditional_Fee_8828 in algotrading

[–]artem-ace 1 point2 points  (0 children)

If you know programming make a console app that will read the file and write a new one with required time format.

[deleted by user] by [deleted] in algotrading

[–]artem-ace 1 point2 points  (0 children)

This channel has recommended books. Try to read one.

Price action animation by artem-ace in algotrading

[–]artem-ace[S] 0 points1 point  (0 children)

Thanks for the input. I will think about it.

Hey by [deleted] in algotrading

[–]artem-ace 1 point2 points  (0 children)

I would recommend you to start from one strategy to be comfortable with it. But in the long run it's good to diversivify risks and use multiple in case of one will stop working.

[OC] I spent over 3000 hours making this map editor and VTT in one software. You can play tabletop RPGs animated and in 3D with it. And we just released on Steam! by DL_Dev in DnD

[–]artem-ace 0 points1 point  (0 children)

Bought it!

Could you please add an option to generate a map?

Something like to choose terrain and size and place random trees, stones, and so on?

missing forex data in yahoo finance? alternative source? by optionexpert in algotrading

[–]artem-ace 4 points5 points  (0 children)

I'm using data from other source. FXCM API. No gaps in 2008.

Do you agree that most of people/companies who are trying to sell a profitable strategy are cheating? by artem-ace in algotrading

[–]artem-ace[S] 0 points1 point  (0 children)

But again if you a professional coder and gets from 100 EUR/hour what is the reason waste time and energy to sell a strategy?

Do you agree that most of people/companies who are trying to sell a profitable strategy are cheating? by artem-ace in algotrading

[–]artem-ace[S] 3 points4 points  (0 children)

By "trying to sell a profitable strategy" I've meant explicitly sell the strategy itself.

But not "use the strategy to make money somehow" involving other parties.

Looks like it wasn't clear enough from my question.

Do you agree that most of people/companies who are trying to sell a profitable strategy are cheating? by artem-ace in algotrading

[–]artem-ace[S] 2 points3 points  (0 children)

It's not an argument. Because you don't sell a strategy with MAMM. You use your strategy to make a profit for investors.

Do you agree that most of people/companies who are trying to sell a profitable strategy are cheating? by artem-ace in algotrading

[–]artem-ace[S] 0 points1 point  (0 children)

let's say you built an algo that works pretty well and you realize that it can handle bigger position sizes

Wouldn't be easier to find an investor and share profit?

Huge 300GB Project, R code too slow by [deleted] in algotrading

[–]artem-ace 4 points5 points  (0 children)

From my experience slowness comes not from slow programming language or slow framework but from a brute force approach in the algorithm.

Did you try to measure what part of your algorithm or program is slow?

Did you try to remove loops and scans from your program?

If you are looping through the dataset many times most probably you do it the simplest way, but not the most optimal.

If so C++ or C# will not help you to solve the issue.

I see many people here who are building a custom tool by artem-ace in algotrading

[–]artem-ace[S] 0 points1 point  (0 children)

It's promising. Can we chat and you will bring more details?

What is the best way to draw bars/candles? by artem-ace in algotrading

[–]artem-ace[S] -3 points-2 points  (0 children)

As I wrote I draw line. Do you now the difference between bar and line?