Could you automate what you do?

trendie

Legendary member
Messages
6,875
Likes
1,433
I have been doing backtesting, and am finding my personal performance is not necessarily the same as an algorithm.
This is bothering me.

Is your trading style automatable?
Are you adding some human-centric value to your trading?
Is your edge an indefinable judgement / skill ?

Am struggling to quantify what I am doing that I cant put into code.
Or is this the 10,000 hour / unconscious competence coming into play?

EDIT: If its any help, I am finding my coding on its own, ie, buy/sell/close out for each trade has a slight edge. If I aggregate several buys/sells then close-out an aggregate, I am finding a wider edge, so I am guessing its "spikey" / noise thats lowering my coded edge.
This aggregate of several trades into a single position is an idea I may have explored previously.
 
I do not try to automate manual/discretional trading strategy (is it possible at all?).
However, having statistically and fundamentally strong quant strategy based on spread mean reversion, I've been struggling several weeks now to make out-of-sample back test to have similar equity curve as its in-sample version (is it possible at all?) :confused::cool:

I'm still not sure, but it looks soooo beautiful :love:


1617970290030.png
 
Last edited:
I do not try to automate manual/discretional trading strategy (is it possible at all?).
However, having statistically and fundamentally strong quant strategy based on spread mean reversion, I've been struggling several weeks now to make out-of-sample back test to have similar equity curve as its in-sample version (is it possible at all?) :confused::cool:

I'm still not sure, but it looks soooo beautiful :love:


View attachment 298810

A bit of progress, my mean reversion strategy back tests has started to look much more realistic. There is still a lot of work though to fully automate it. It's a lot of Python code and I'm planning to use Darwinex's ZeroMQ framework for MT4 connection. This framework is really perfect for intercommunication between MQL and Python.

1620479486575.png



#P_L_porn
 
Last edited:
You can automate some processes. But the essence of sales is that there is contact between people. Although nowadays people are very lazy and don't want to make contact. But nevertheless, in my opinion, this is what people lack. Nowadays, I think it has long been clear to everyone that business has to be built online. In my opinion, advertising plays a big role in it. I personally have long used the way to promote your site using Reddit. You need to buy reddit upvotes. It is a very good method can in principle not be doubted. But you can still read the information you need on the site https://upvotes.space/reddit/buy-reddit-upvotes/ . There you can even ask a manager a question.
 
Last edited:
I'm trying to automate a manual discrete trading strategy, but it's actually quite complicated and tedious.
Everything has to be double-checked to see a more accurate chart and result.
So doing it manually is not the best option.
Думаю, лучшее решение - нанять профессионала.
Это стоит денег, но я думаю, вы увидите результат.

Thanks. I do not need to hire anybody, I'm capable to create algo in C#/Python by myself.

I've been demoing from last week my algorithm. It's early to make any conclusions and still a lot to do.
The work in progress:

1632245722607.png


 
Last edited:
Top