FlexBot Indicator Suite 

Tutorial videos

Introduction and initial setup

Entries indicator overview

 

Filters indicator overview

 

Exits and backtest

indicator overview

 

Example charts and additional info

How to link other indicators to flexbot filters & exits/backtest

The code to add:
(make a copy of script and if needed convert to pinescript version 5 first) 

   Trigger = Long ? 1 : Short ? -1 : na
   plot(Trigger, color=color.white, display=display.data_window)

Where Long or Short is what the script uses to indicate a trade. Often there are alerts you can look at.

You can add to the Trigger line if the script has exits. 2 = full exit long. -2 = full exit short, 3 = partial exit long , -3 = partial exit short.

How to PROPERLY backtest

How to backtest more chart history using the replay feature

Entries in detail

Filters in detail

Please enter CoinGecko Free Api Key to get this plugin works.