Looking for a partner for automatic trading

Yes, I can now write a scientific dissertation on the topic of trading automation methods, but I wrote what interests me at the moment.


You do seem to be very academical, and that’s yet another red flag because academics are usually terrible traders.

“Academia is to knowledge what prostitution is to love; close enough on the surface but, to the nonsucker, not exactly the same thing”
~Nassim Taleb” :D
 
You do seem to be very academical, and that’s yet another red flag because academics are usually terrible traders.

“Academia is to knowledge what prostitution is to love; close enough on the surface but, to the nonsucker, not exactly the same thing”
~Nassim Taleb” :D

Quotes an academic.



I hear there’s a small firm in NY that only hires academics. They aren’t very successful though because none are traders.
 
"we could look at"
Who are "we"?
Of course I will give remote access, but definitely not to everyone, but to those with whom I negotiate. I've already said this:

We are the ones that read your post. I think it is fair to ask for a repository, if you don't want to give it to everyone, you can send PMs to the ones that have replied.

Then we can see those 20 years of coding.

I also have been coding for a long time, about 15 years. So I can tell if you have. I haven't been trading for 20 years, just 4 years. Maybe those red flags are not fair. Who knows, send that repo and maybe we can talk.
 
You do seem to be very academical, and that’s yet another red flag because academics are usually terrible traders.

“Academia is to knowledge what prostitution is to love; close enough on the surface but, to the nonsucker, not exactly the same thing”
~Nassim Taleb” :D

You didn't read my messages carefully, I'm not involved in academic theory, all my activities are absolutely applied and implemented in a software system.
I don’t plan to teach anyone the theory of trade (as well as write dissertations, as I said earlier), it’s not interesting to me. Just as I don’t suggest that anyone buy forecasts, predictions or signals from me for trades, when to enter, when to exit and the like, there are similar services, financiers and business coaches at "every step", just pay money and get rich.
And yes, I understand perfectly well what means to trade on an exchange with leverage, even if it’s small, and what the consequences are in case of an error. Therefore, I approach everything very thoroughly.

That's very interesting for me, what is your interest in this thread? Like “how about we talk?”
 
We are the ones that read your post. I think it is fair to ask for a repository, if you don't want to give it to everyone, you can send PMs to the ones that have replied.

Then we can see those 20 years of coding.

I also have been coding for a long time, about 15 years. So I can tell if you have. I haven't been trading for 20 years, just 4 years. Maybe those red flags are not fair. Who knows, send that repo and maybe we can talk.

Unfortunately, I am not an options trader, nor am I the mentor you are looking for. At this stage, I have enough instruments on Forex, stocks on NYSE and NASDAQ, plus I can try to use the system for trading futures currency pairs and indexes such as ES, NQ, DAX, CAC40, DTE, SPI, TSE60, ESTX5, with them I started developing the system . I am interested in cooperation with the “long-liver” of this forum, in the first post I said about it, even if not since 2006 like my profile and not even 10 years, but at least 5. And please read carefully, I'm not going to distribute my repository "to the right and left". I'm ready to demonstrate the work in real mode, as well as show archived data, but only locally on my servers at the initial stage.

And I suggest once again, if you have any questions, please write me to PM.
 
Unfortunately, I am not an options trader, nor am I the mentor you are looking for. At this stage, I have enough instruments on Forex, stocks on NYSE and NASDAQ, plus I can try to use the system for trading futures currency pairs and indexes such as ES, NQ, DAX, CAC40, DTE, SPI, TSE60, ESTX5, with them I started developing the system . I am interested in cooperation with the “long-liver” of this forum, in the first post I said about it, even if not since 2006 like my profile and not even 10 years, but at least 5. And please read carefully, I'm not going to distribute my repository "to the right and left". I'm ready to demonstrate the work in real mode, as well as show archived data, but only locally on my servers at the initial stage.

And I suggest once again, if you have any questions, please write me to PM.

I already have someone that is guiding me. I didn't think that you could be a mentor for a second.

I prefer to write publicly so everyone can read your answers.
 
@Riks,

As expected, this type of thread tends to generate a lot of replies and noise - especially from people who are not interested. I advice you to not spend time replying to those and just scroll past it.

Focus on those who may actually reach out to you in private and be interested. No need to waste your time on a public debate here.
 
@Riks,

As expected, this type of thread tends to generate a lot of replies and noise - especially from people who are not interested. I advice you to not spend time replying to those and just scroll past it.

Focus on those who may actually reach out to you in private and be interested. No need to waste your time on a public debate here.

Thank you. Yes, I understand that, but on the other hand I think I’ve nicely supplemented the first post with my answers to make it easier to understand what I’m offering.
 
Hi all,

I am looking for a trader from Western Europe (a priority, since I expect not only remote interaction, but will also consider offers from the USA, Canada, Australia) interested in the joint development of an automatic trading system. Priority is given to traders registered on this portal >10 years ago.
I have been developing an automatic trading system since 2004. I started working 20 years ago using the Oanda API, the Esignal data provider using DDE technology (there was complete automation of data uploading through programming keystroke events and mouse buttons without human intervention). Around 2006, I abandoned the Oanda API and switched to the IB API in terms of the availability of much more tools for trading in IB at that time and the cost of trading. All developments at Oanda were transferred to the IB API, but with IB I began developing a system for trading futures contracts of currency pairs and commodities. Over time, I switched to forex instruments (currently CFDs in IB) and shares. At the moment there is a large automatic trading system without human intervention (only the weekly launch of TWS, taking into account mandatory two-factor authentication is required) starting from uploading data in real mode, on several servers from several different TWS (currently the system works with 3 instances of TWS), to if one data source is disconnected, there is a switch to another, data filtering (data is filtered using mathematical analysis in terms of “defective” ticks), synchronization (merging) of ticks from three data sources (InteractiveBrokers has a problem with data quality in real mode, on three Different TWS may receive slightly different data; as a result, ticks from three sources per unit of time are analyzed and the optimal one is selected), data preparation to reduce the load and volume for trading algorithms. Trading applications operate in automatic mode, there are options for automatic start, stop, notification to the phone about all events, balance control, automatic transition to summer/winter time, exclusion of holidays and weekends, etc. To minimize the load on the server (and from the point of view of a large number of ticks), there is a special module for caching the necessary ticks, and outdated and irrelevant data is transferred to auxiliary database tables, which are accessed when necessary. On weekends, data for the week is downloaded through history (in case of force majeure during the week), as well as automatic archiving of the state of the entire system (applications, settings, database) to several backup servers for quick recovery in the event of a breakdown, shutdown, or other force majeure. There is an archive of data with the system development process including source code, ticks, trading results and etc. for the entire time since 2004, from which you can study the process, dynamics and progress of development. Back in the day, reverse testing applications were written. The system works with a MySQL database, C++ code, the load on not the most powerful servers is up to 10-15%, even during “rush hours” when there is news or some events occur on the stock exchanges. The results at the moment are a stable plus for currency pairs over the past year, even on small volumes (even when trading 1 lot for 20,000-35,000 units, depending on the pair, taking into account the commission for entering/exiting a transaction of about $4).
This is brief, I'll tell you more detailed information in personal communication.

You are into the programming stuff.
I hope you can find a partner.

It is common to have partners (with different skills/expertise/resources)
coming together and forming a great team.

All the best mister.
 
Back
Top