You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am not clear about your point number
3) Don't forget that the main result here must be chess tactics and strategy ideas that we can code
Why impossible? We can test and reverse engineer the chess tactics and strategies to create such algorithms (as rule 3 states), if we have a complete system, or just create one from an abstract concept (the working stuff by now, that you are asking for we don't lose).
In my point of view, the system idea is a complementary way to build something more realistic and automatic, that will join all this.
But the dream is free ;-)
Why impossible? We can test and reverse engineer the chess tactics and strategies to create such algorithms (as rule 3 states), if we have a complete system, or just create one from an abstract concept (the working stuff by now, that you are asking for we don't lose).
In my point of view, the system idea is a complementary way to build something more realistic and automatic, that will join all this.
But the dream is free ;-)
Ok,
I have no idea how real chess algorithms are programmed, so, for now, I would start modelling the following concepts (UML classes, or whatever) for this fundamental event-based EA:
Pieces
Long term economic events (these are markets' long-term breaths)
Short term economic events (these are the news)
All the above are supposed to move currencies, commodities, etc.
EA's Cognitive Habilities
Strategy
The above determines how the EA behaves to what's happening in the market.
Chess is a game of complete information, both players can see all the other players moves and pieces unlike in a market. Chess has a limited amount of possibilities where a market is infinite. I would be more inclined to liken trading a market to a game of Poker. Although Poker is also quite different from trading, there is an added sense of randomness that both trading and poker have as well as them both being games of incomplete information.
One thing I learned in school was (back then) that the computer could not solve the game of chess as there are too many possibilities, instead the computer must look ahead to all the possibilities that it can for as many turns as it can and then score the outcome of all those possibilities and choose the move with the highest score of worst case scenario of that particular move in that particular scenario. I do derive one of my MQL programming techniques from what I learned in school about programming a chess computer, namely, the technique of scoring possible entry or exit (or other action) and only entering or exitting once the threshold is met in the score.
Even in the scenerio of programming an ea, one would not/could not score the worst case scenario of a given action instead one would give higher scores to things that increase the probability of positive results.
"Thinking ahead" in chess can be likened to back testing although of course they are quite different over all.
I totally agree with this guy. Interesting thread tho. I didn't say anything because I didn't want to be mood_killer but those were my taught exactly.
I've liked playing chess growing up mainly because my father always played with his friends. They would sometimes talk about how deep someone's move perception was. Meaning how many moves into the future this person could predict good move. Modern computers can make a pretty lengthy depth_perception compared to humans; but Super-Computer vs another Super-Computer will always end in a draw. They'll always play the most efficient moves which leads to a draw.
The closest I came to relating Forex to chess was in my early_days when I learned about candle_sticks. I taught why not equate different candlestick pattern to different ranking of pieces on a chess board, but that was about as far as I went. Later it came as no surprise that I equate trading to a game of poker despite my efforts to try equating trading to Blackjack for the same above reasons. Blackjack has a limited amount of possible outcomes like only 52 cards are gonna come out of that deck & if only 4_cards are remaining and no A's has been played then all remaining cards must be A's. The Forex-market has no such thing and I like the way Alain described it earlier.
True the market can also go sideways. Or a price may not necessarily change on next bar. But the simplicity and complexity of the market may come even closer to another game .... flip of coin. <- And this, allot of people do-not want to accept ... not even me :)
Laplacianlab, I like this approach, however can you explain more your idea?
Thanks for your interest in this idea. I think I'm not going to be able to code anything about it, for now, but I can develop it a bit more cause dreaming is free and this is a brainstorming, isn't it?
Pieces
Let's assume that we've been able to identify the long term news which move the market (China's growth, gurus' predictions, debt crisis, etc.) and we are able to make questions such as the following:
As we said, we finally were able to code a RDF Ontology named Collective Intuition, so right now our MQL5 EAs can perform queries like the above thanks to SPARQL. The knowledge needed for building this Ontology has been extracted from a number of different sources.
As a result, now we can combine that knowledge with a news calendar in order to place orders in markets. This is a fundamental robot based on the why of things.
EA's Cognitive Habilities
Carlsen, Polgar and Karpov are simply different people. I'm sure they won't play the same chess game against Deep Blue.
Maybe they can be modeled this way (I don't know):
Carlsen
Karpov
So why don't we try to quantify our EA's cognitive skills like this in order for it to act differently in a number of different situations? That can be done very easily with a set of parameters!
Then later we can start recording the EA's operations. If we see that results are not very good, then we can change the initial strategy.
I totally agree with this guy. Interesting thread tho. I didn't say anything because I didn't want to be mood_killer but those were my taught exactly.
Hi Ubzen, thanks for sharing, I think you have too much to contribute here and just started to do that.
Actually, Victor Allis estimated game-tree complexity of chess "to be at least 10123, based on an average branching factor of 35 and an average game length of 80. As a comparison, the number of atoms in the observable universe, to which it is often compared, is estimated to be between 4×1079 and 1081". Someone can state that the number of atoms in the observable universe is finite. Indeed, but probably we all agree that it is an impressive number.
So, the easy task here is associate tactics from chess to trading, since we can code it as concepts. And the hard one (that I call a dream) is create a model and system to do this 100% automatically.
I liked too much what you told about you chess/candle insights, as this may be also a way to address the dream, as Jordi (laplacianlab) ideas too. By the way, I could see a week ago a picture connecting all the points to make this dream a reality.
But I believe that the solution and architecture I started to show is just one way, and the main idea here is explore several concepts. In this sense, I decided not contaminate other ideas and critics, passing my insights step by step, that is what I'm doing right now.
So why don't we try to quantify our EA's cognitive skills like this in order for it to act differently in a number of different situations? That can be done very easily with a set of parameters!
Then later we can start recording the EA's operations. If we see that results are not very good, then we can change the initial strategy.
Thanks, now I see it better, but I still can't connect the points.
Maybe to help this, think in the the following steps:
If you can write a code for this 3 steps, and explain the algorithms to address that, you have an Eureka too, as in my opinion, any dream model must address these 3 steps, if we really want to emulate this game and not just use conceptual tactics models.
By the way, I wrote this dream steps as a rule in the first post, so we can improve it better.