> For the complete documentation index, see [llms.txt](https://delorean-bot.gitbook.io/dbot-nft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://delorean-bot.gitbook.io/dbot-nft/delorean-bot-edicion-14.05.2023.md).

# Delorean Bot (edición 14.05.2023)

**DeLorean Bot** es un proyecto hecho realidad para fomentar Bitcoin y la inversión en trading sobre el BTC. En base a esto, su **CEO**, **Marc**, creó un algoritmo de trading para obtener rentabilidad a corto, medio y largo plazo mediante la operativa alcista en Bitcoin, de forma regular.

Es muy importante conocer el funcionamiento de los mercados financieros, pues Bitcoin también forma parte del mismo desde 18 diciembre de 2017 por la incorporación en el mercado de futuros de Chicago.

La historia de nuestro CEO como trader nace en julio de 2006 realizando las primeras compras de acciones en el mercado cotizado español; rápidamente amplio horizontes realizando operativa en mercados europeos, en acciones del CAC francés, DAX XETRA alemán, hasta bien entrado el año 2016 que inició su operativa en índices, más concretamente en el DAX Alemán.

En 2019 empezó a realizar su propio código, creando así el **DELOREAN**, en homenaje al coche de la película de **REGRESO AL FUTURO**. Este código, de forma gráfica, permite identificar una tendencia en cualquier activo, ya sea alcista, o bajista, y permite codificar un algoritmo de operativa de forma automatizada.

Durante 2019 conoció a **Pablo** mediante twitter, y en muchos años se barajó la posibilidad de ofrecer la posibilidad de acceso al algoritmo de forma indirecta para ayudar a nuevos traders a conocer el funcionamiento de los mercados, y también a traders experimentados para mejorar su toma de decisiones, así **nació en el año 2022, DeLorean Bot**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://delorean-bot.gitbook.io/dbot-nft/delorean-bot-edicion-14.05.2023.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
