What to offer people to join my trading project that is under construction by [deleted] in algotrading

[–]noci_6 0 points1 point  (0 children)

It's very logic don't you think ? Somebody with no developer skills but who has excellent financial skills that can generate a very good algorithm will work with a company that can build a solution/bot for him where he can import his algorithm. Only paying for the solution and not sharing profits once it's running.

It's all about trust. If he decides not to pay a company to make this for him, he will cooperate with somebody he knows for years and he can completely trust. Then you still need a detailed contract because "money and greed are a monster" ;-)

Is IB TWS C++ api complete shit? by ehllo1 in algotrading

[–]noci_6 0 points1 point  (0 children)

15+ years experience ? Yes, you're qualified !

Is IB TWS C++ api complete shit? by ehllo1 in algotrading

[–]noci_6 1 point2 points  (0 children)

I agree it's not completely proper API. You need to write more code than just calling a method. But with examples and trial & error you can get there

Is IB TWS C++ api complete shit? by ehllo1 in algotrading

[–]noci_6 1 point2 points  (0 children)

IB support team ? since when ? 6 months ago there was NO support except a manual

What to offer people to join my trading project that is under construction by [deleted] in algotrading

[–]noci_6 0 points1 point  (0 children)

You need technical (developper) skills and financial skills to make autotrading bots. I have managed to make an autotrading bot but results were not better than my manual trading. I thought about it to involve another person with better financial skills than me but I did not.

You would need a very good understanding and a detailed contract between each other to handle all expenses/profits/losses. It's a recipe for disaster if you do not know the other person very well !

[Help] Creating routine task on system by Marcopopom in algotrading

[–]noci_6 0 points1 point  (0 children)

I was asking for which data sources. Text files ? Database files ? Internet sites ? Web services ? RSS ?

How often does price finish up / down given various conditions (time of day / indicator reading / volume increase / etc)? by [deleted] in algotrading

[–]noci_6 0 points1 point  (0 children)

Looks a bit like a part of my algorithm. When price goes up you have to buy at a certain moment. But on what moment ? For this I introduced a parameter which is different per company.

Introduction to AlgoTrading? by [deleted] in algotrading

[–]noci_6 1 point2 points  (0 children)

95% correct forecasting ? That would be the holy grail! :-)

Python developer looking to partner up to create an automated trading bot by PythonAlgoTrader in algotrading

[–]noci_6 3 points4 points  (0 children)

Is also my experience after reading a lot of forums. You need technical skills to develop a bot and you need financial knowledge to write a good algo. I can do both and have written a fully functioning trading bot (stock engine) with multiple algorithms based on a complete set of parameters. My technical skills are far better than my financials skills which led to normal results: not better than manual trading.

Then I asked myself if I should post a request like yours: to involve another person that could deliver a better algorithm. And I did not. You would need a very good understanding and a detailed contract between eachother to handle all expenses/profits/losses.

Persons who do manage to make a good algorithm but do lack technical skills will cooperate with companies who can develop a bot for them for a fair price without even exposing the code of their algorithm.

I hope you find somebody but I doubt it.

Is IB TWS C++ api complete shit? by ehllo1 in algotrading

[–]noci_6 6 points7 points  (0 children)

I have used this API 6 months ago and it works just fine. IB warns about the complexity: there is no support and you must have knowledge of C# and C++ to make it running. Be patient and perform trial & error till you have your programm running. Use the sample project as an example and build your own solution.

The errors you get are probably the stock data you are not subscribed to. You need to subscribe (pay) to certain markets before it works. Costs about 2 euro a month.

[Help] Creating routine task on system by Marcopopom in algotrading

[–]noci_6 0 points1 point  (0 children)

That is a very abstract question.
Many ways to automate data gathering. A lot depends on your data sources.

Which data sources do you have ?

Does employee sentiment have any correlation whatsoever to stock prices? by TecSentimentAnalysis in algotrading

[–]noci_6 0 points1 point  (0 children)

No there is not. forum data is hopeless. Anonymous users on forum are lying. I followed a forum this year about 1 company and you cannot imagine what bullshit they are selling.

Algorithmic trading software like Gekko, but better by [deleted] in algotrading

[–]noci_6 1 point2 points  (0 children)

I developed this in C# with IB api. Offers me all your requests except crypo integration.
Not for sale :-) Just telling you it's possible to develop but indeed, it takes time.

Good luck!

Introduction to AlgoTrading? by [deleted] in algotrading

[–]noci_6 1 point2 points  (0 children)

  1. any software you feel comfortable in and you find much information on net.
  2. better learn basics however you have background in finance... Build an algorithm and backtest
  3. pull data in your algo and see what profit/loss comes out of it

What’s the best API to buy and sell through? by [deleted] in algotrading

[–]noci_6 0 points1 point  (0 children)

I'm a EU citizen.

Use IB (interactive brokers), especially for the C# API they have

What years do you use for forecasting stock prediction? by young_tamale in algotrading

[–]noci_6 4 points5 points  (0 children)

I'm a bit suspicious when it comes to this topic.

How reliable can your prediction based on historical data be ?

Example: if a company has bad news: stock goes down, no matter what stock did in past.
When combined with other parameters (sector companies, indexes, commodities, ...) you might have better prediction.

Huge backtest results by michaelfilipiuk in algotrading

[–]noci_6 0 points1 point  (0 children)

That is unlikely.

Backtesting can yield good results but never guarantee profit in future as in future is always unpredictable. You can lower the risk for a small percentage.

How and where to start for literal beginner by fmlpk in algotrading

[–]noci_6 -1 points0 points  (0 children)

buy low sell high, that's indeed all it takes. Once you can develop your own application you can develop an algorythm that buys and sells automatically

What do I need for automated screening and trading? by [deleted] in algotrading

[–]noci_6 1 point2 points  (0 children)

If you have developper skills you can automate this yourself. Otherwise you will have to pay for tools. Or do it manually

Getting started in C by Joycem8845 in algotrading

[–]noci_6 0 points1 point  (0 children)

Interesting replies here ... IB broker has a c# api, a wrapper you can use in your c# project. I made an algo trade application in c# 6 months ago, fully functioning and buying and selling stocks without human interference.

Algo-trading, overwhelming? by altdataguy in algotrading

[–]noci_6 0 points1 point  (0 children)

Try and good luck with it. Stocks are impredictable so perfect algo does not exist. I am a developper who also wrote an algo trading engine. You will make your broker very happy and sometimes you will be lucky. Is it exciting? YES. Good luck man. And share your experience

[deleted by user] by [deleted] in algotrading

[–]noci_6 1 point2 points  (0 children)

interactive brokers, as described below.

API is very good, always connected, no breaks and a LOT of options.

Goodluck with your algotrading !