> For the complete documentation index, see [llms.txt](https://insilico-research.gitbook.io/insilico-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://insilico-research.gitbook.io/insilico-research/background-and-introduction/pivots.md).

# Pivots

## Pivotal System

Crayons includes a proprietary pivotal recognition algorithm, no confirmations no hindsight, no historical time based levels.

It detects in real time providing actionable and reflectable levels for current and future price action. Alongside that, the pivot origination candle produces directional impulse for short term price movements.

## Turning Point

Pivots stands for “turning point” its a price level representing support and resistance.

![](/files/-MVdH2_0nmGDQDnPQvDS)

Their use is straight forward, they are important price levels that generates high interest from market participants, once it has acceptance above the level, it heads higher. If accepted below the level, price goes lower.

![](/files/-MVdHB0lR2K-sprHuDq1)

## Extensions

As time passes pivots grow with each candle. The example here shows the previous slides’ pivot growth and directional impulse.

![](/files/-MVdHNz2rnLxhNAdJ9en)

They can end up extending for a long time until the pivot recognition algorithm detects a new pivot of the same color.

It's important to remember that support can turn into resistance after a level is invalidated and with time resistance can turn into support. Meaning a level’s bias depends on location relative to pivots.

![](/files/-MVdHV0PFVnOP0rOaoiu)


---

# 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://insilico-research.gitbook.io/insilico-research/background-and-introduction/pivots.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.
