Bitcoin Forum
June 22, 2024, 01:05:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Trading Discussion / Re: [Bottic] Automate your trading strategies without coding on: February 09, 2018, 07:26:05 PM
Do you have any report that show how well bot responded to the market while in testing phase?

This is not a bot. This is a platform where you can automate your own strategy. It is like a lego builder for your strategies and you need no coding.
The benefit is you can focus on testing as many strategies as possible and investing less time in the
setup. This is not a money making bot, this is a platform to convert your own strategies and idea into bots
without even coding one line.
2  Economy / Trading Discussion / Re: [Bottic] Automate your trading strategies without coding on: February 09, 2018, 03:45:00 PM
The learning curve depends on the strategy you are trying to implement. The idea is similar to Lego. You have blocks which can do certain things and then you join them. To build complex strategies you will need some experience to make it work in one go, but to build strategies which are pretty clear and do not have multilevel conditional flow, it is pretty easy, like in 15 minutes you will have your first bot ready.
3  Economy / Service Announcements / Re: [Bottic] Automate trading strategies without coding on: February 09, 2018, 10:11:47 AM
Hey Pipin,

We don't give bots. We give building blocks to create your own bot. Any strategy you have can be automated.

We have blocks for sentiment analysis, but not machine learning because such strategies work only with large volume short term trades, unless and until they are unique and they depend on a complex metric which is a good indicator (and the market is not aware about it yet).
4  Economy / Service Announcements / Create your own crypto trading bots without coding on: February 06, 2018, 03:19:27 PM
Hey,

We are a team of trading bot developers. With enough experience of building bots in our kitty, we realised
building bots and maintaining them is still a hassle when it comes to experimenting. Since strategies
are more important than the tech you are using in the beginning, there should be an easy way to
build, test and automate strategies and convert successful in a bot easily.

So we built Bottic. Using Bottic you can build trading bots without writing any code.


Bottic functions on very simple principles:

- The basic building block of a bot is an event. An event is defined by a single indicator/formula/chart pattern
or you can combine them to create an event. There is also a library of indicators and chart patterns to choose from.
Formulas can be defined using several available market variables. Some events generate a signal (like a blip e.g. crossovers) and
some events can have a state (like On/off or true/false e.g.  BTC-ETH > BTC-BCH*2 )

- Every trading decision is governed by one or a set of events. We call this set of events a strategy. Event blocks can be
combines using logic gates to form strategies. Every strategy has a buy/sell or both actions as the end result.
e.g. (SELL if eventA AND eventB occurs)

- Every event block and strategy block is re-usable, so it's very easy to test different bots with small tweaking.

- To combine these blocks we proved a very simple visual interface. All you need is a mouse to build strategies.

- After building your bot you can backtest and analyse the behaviour of your bot. The dashboards are simple and intuitive.

- If all looks good, you can host it on the platform or download the bot and run from you machine (your strategies are stored on your machine only).



We have complete integration with Bittrex and partial integration with two more exchanges (by partial we mean not all market variables are available to build strategies). We plan to integrate soon more exchanges depending upon our users voting.
Bottic in closed beta right now. If you are interested in the Beta or voting for your exchange click on the link at the bottom of the page on http://merklefoundry.com/bottic/
We also have small community of brainstormers which are other bot builders and active traders. You can join the community with the link at the bottom of http://merklefoundry.com/bottic/

We haven't yet finalised a pricing model, we are focussed on the platform right now. We would love to hear your questions, suggestions, advice on pricing and any feature suggestions.
5  Economy / Service Announcements / [Bottic] Automate trading strategies without coding on: February 06, 2018, 05:30:49 AM
Hey,

We are a team of trading bot developers. With enough experience of building bots in our kitty, we realised
building bots and maintaining them is still a hassle when it comes to experimenting. Since strategies
are more important than the tech you are using in the beginning, there should be an easy way to
build, test and automate strategies and convert successful in a bot easily.

So we built Bottic. Using Bottic you can build trading bots without writing any code.


Bottic functions on very simple principles:

- The basic building block of a bot is an event. An event is defined by a single indicator/formula/chart pattern
or you can combine them to create an event. There is also a library of indicators and chart patterns to choose from.
Formulas can be defined using several available market variables. Some events generate a signal (like a blip e.g. crossovers) and
some events can have a state (like On/off or true/false e.g.  BTC-ETH > BTC-BCH*2 )

- Every trading decision is governed by one or a set of events. We call this set of events a strategy. Event blocks can be
combines using logic gates to form strategies. Every strategy has a buy/sell or both actions as the end result.
e.g. (SELL if eventA AND eventB occurs)

- Every event block and strategy block is re-usable, so it's very easy to test different bots with small tweaking.

- To combine these blocks we proved a very simple visual interface. All you need is a mouse to build strategies.

- After building your bot you can backtest and analyse the behaviour of your bot. The dashboards are simple and intuitive.

- If all looks good, you can host it on the platform or download the bot and run from you machine (your strategies are stored on your machine only).



We have complete integration with Bittrex and partial integration with two more exchanges (by partial we mean not all market variables are available to build strategies). We plan to integrate soon more exchanges depending upon our users voting.
Bottic in closed beta right now. If you are interested in the Beta or voting for your exchange click on the link at the bottom of the page on http://merklefoundry.com/bottic/
We also have small community of brainstormers which are other bot builders and active traders. You can join the community with the link at the bottom of http://merklefoundry.com/bottic/

We haven't yet finalised a pricing model, we are focussed on the platform right now. We would love to hear your questions, suggestions, advice on pricing and any feature suggestions.
6  Economy / Trading Discussion / [Bottic] Automate your trading strategies without coding on: February 05, 2018, 12:59:03 PM
Hey,

We are a team of trading bot developers. With enough experience of building bots in our kitty, we realised
building bots and maintaining them is still a hassle when it comes to experimenting. Since strategies
are more important than the tech you are using in the beginning, there should be an easy way to
build, test and automate strategies and convert successful in a bot easily.

So we built Bottic. Using Bottic you can build trading bots without writing any code.


Bottic functions on very simple principles:

- The basic building block of a bot is an event. An event is defined by a single indicator/formula/chart pattern
or you can combine them to create an event. There is also a library of indicators and chart patterns to choose from.
Formulas can be defined using several available market variables. Some events generate a signal (like a blip e.g. crossovers) and
some events can have a state (like On/off or true/false e.g.  BTC-ETH > BTC-BCH*2 )

- Every trading decision is governed by one or a set of events. We call this set of events a strategy. Event blocks can be
combines using logic gates to form strategies. Every strategy has a buy/sell or both actions as the end result.
e.g. (SELL if eventA AND eventB occurs)

- Every event block and strategy block is re-usable, so it's very easy to test different bots with small tweaking.

- To combine these blocks we proved a very simple visual interface. All you need is a mouse to build strategies.

- After building your bot you can backtest and analyse the behaviour of your bot. The dashboards are simple and intuitive.

- If all looks good, you can host it on the platform or download the bot and run from you machine (your strategies are stored on your machine only).



We have complete integration with Bittrex and partial integration with two more exchanges (by partial we mean not all market variables are available to build strategies). We plan to integrate soon more exchanges depending upon our users voting.
Bottic in closed beta right now. If you are interested in the Beta or voting for your exchange click on the link at the bottom of the page on http://merklefoundry.com/bottic/
We also have small community of brainstormers which are other bot builders and active traders. You can join the community with the link at the bottom of http://merklefoundry.com/bottic/

We haven't yet finalised a pricing model, we are focussed on the platform right now. We would love to hear your questions, suggestions, advice on pricing and any feature suggestions.




Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!