Crypto Statto has officially launched its first live trading strategy - and it's already making moves.
After months of rigorous testing, our automated trading engine is now live, running our custom 5% swing trading strategy in production. A major step forwards for our platform, our users, and the future of crypto portfolio management.

Here is a short recap of our platform and how it has progressed.
The first phase was about setting up a platform capable of delivering regular market cryptocurrency reports to our customers. Data is available through multiple reports and our API for registered site users.
We have a lot more to deliver here, including upgrading our infrastructure and adding better reports and datasets. We are also aiming to add a simpler security model, offering wallet based registration and authentication via Nostr and MetaMask.
We also plan to publish data from our trading software.
The second phase is all about positional management, which means interacting with our portfolios to manage our positions. The objectives being as follows;
Whilst our software is performing automated trading, we look upon it more in terms of managing your portfolios to help reduce exposure to cryptocurrency and maintain a certain cash position.
Our first strategy is loosely based upon our swing trading strategy.
More detailed documentation will be published at a later date.
As always, none of this is financial advice. Whilst we are discussing our trading strategy, trading is high risk and over 80% of traders lose money. Indeed, the current strategy we are running may lose money. Anything discussed in this article is not financial advice, and we cannot be held accountable for any losses incurred from you deciding to follow concepts in this article. Indeed, we are discussing a beta version of our trading strategy.
Key objectives of this software are;
• Buy at or below a price
• Sell at or above a price
• Move funds from and to a portfolio
• Cancel trades
By defining management rules, we are able to run portfolio management continuously, creating and cancelling orders, and moving assets to be in-scope and our or scope of trading.
A trading artifact is the information needed for the software to retrieve static data from the cryptocurrency exchange. Example data includes, what assets to retrieve, the strategy name, how to bucket prices, and so on.
Most importantly, is the strategy name.
We set this to retrieve data every minute for this version but this can be altered.
The trading artifact is responsible for providing all reference data to permit;
The application trade is where the real magic happens. Each application trade has the following data;
There are four main (more exist) types of trade rules;
We also include the following
The trading artifact generates many datasets. These datasets are put into a common structure allowing them to determine if a trade can happen or not. This is known as the "Decision Evaluation" process. Basic decisions could be
Our strategy is fairly simple;
For our current strategy implementation, there is some risk if the market kept falling, but we are still refining this.
We have currently set this portfolio to run for;
Some important considerations for our software
By keeping our trading platform simple in terms of trading, we can focus more upon the analytics side of things.
Currently, the software works in terms of trading artifacts and application trades. Once a strategy's trading artifact and application trade are submitted, the system will go about getting reference data, decision evaluation and decision execution.
This is currently centralised, but there is already the ability to submit specific trades instructions to the trading API. All current Decision data is available through the API and this open up the possibility of requesting this for external usage. Furthermore, we are considering making this a publish/subscribe model which then makes things truly interesting.
This opens up the possibility of your own analysis feeding into the software to manage portfolio positions. An example being, you may have strong belief that BTC will fall. By setting intelligence cancellations and portfolio moves, we could retain assets if we think the market is moving.
Right now, we are adding accounting processes to benchmark balances and positions based off fills to give customers overview on how their portfolios are doing.
Here are some initial considerations;
To summarise, our intention is to consolidate reporting across portfolios to understand whether our trading strategies are performing.
Here are real trades that filled from orders created by our automated trading software on our Coinbase Account. We have hidden certain identifier data, naturally.

Our automated trading solution is well underway now. We have multiple tools planned for release and will be formally releasing this in the coming months.
Written with StackEdit.