cyatophilum

Cyatophilum Intraday Breakouts [BACKTEST]

cyatophilum Aggiornato   
Private indicator. Access can be unlocked by purchasing a subscription on my website which link is in my profile signature.

Here is the backtest version of the Triple Screen Strategy

Recap of the strategy:

The goal of this indicator is to be able to automate and backtest the strategy, all while staying on a single chart and without repainting.
Features:
  • Market Tide MACD configuration
  • Market Wave choice between 3 oscillator: Elder Force Index, Stochastic and William Percent Range
  • Automated Long and Short entries alerts
  • Integrated Trailing Stop Loss system fully configurable with automated exit alerts
  • Integrated Trailing Take profit system fully configurable with automated exit alerts

Indicator samples




Backtest

Strategy time period can be choosen in the parameters of the indicator.
Be aware that the chart is limited to 10 000 candles of the current timeframe for the backtest calculation.
Default initial capital: 10 000$
Default order size: 100% of equity
Default commission fees: 0.1% per transaction
Backtest results below.

Alerts
Entry Long: Triggers on green long labels.
Take Profit Long: Triggers on the "TAKE PROFIT" green flag if the long target is reached.
Stop Loss Long: Triggers on the "STOP LOSS" or "TSSL" label if the stop loss line has been crossed.
Exit Long: Triggers on either of Take Profit Long or Stop loss long.

Entry Short: Triggers on red short labels.
Take Profit Short: Triggers on the "TAKE PROFIT" green flag if the short target is reached.
Stop Loss Short: Triggers on the "STOP LOSS" or "TSSL" label if the stop loss line has been crossed.
Exit Short: Triggers on either of Take Profit Short or Stop Loss Short.

You can get access to this indicator by purchasing a subscription using the link below.

Thanks for reading!
Note di rilascio:
Updated default settings for BTCUSD: 10m (best results)
+ small fixes to the SL/TP system
Note di rilascio:
Added info panel
Note di rilascio:
Graphic update!
Note di rilascio:
info panel update
Note di rilascio:
Added the option to turn on/off long or short trades
Note di rilascio:
Triple Screen strategy: colors updated so that your eyes won't bleed after 1 minute of using it.

NEW STRATEGY ADDED: Pivot Consolidation Breakouts

This strategy uses pivot points and a price consolidation condition to trigger its entries.


Settings:
  • Pivot Points Timeframe : choose the resolution for the pivot points.
    For example, when set on 1D (1 day), the pivots will be the previous day's high and low. These pivots levels will be used for the breakout. They are represented by the upper and lower orange/blue lines.
  • Consolidation Band Width: choose how much the price should be consolidated.
    The required consolidation is represented by the blue/orange colored band. The actual price consolidation is represented by the small cross dots line. The price is considered as consolidated when the cross dots line is inside the colored band. The color will then change to blue. Orange means the price hasn't consolidated enough.


NEW STRATEGY ADDED: Forex Sessions Breakouts

This strategies uses a user-defined data session to calculate a breakout zone, as well as a volume condition.
The data session will often be placed right before the most volatile market hours.


Settings:
  • Data session : data session to calculate the breakout zone. Works like this: - and hours are formated "hhmm" so 0315 = 3am 15 minutes. The timezone used is the one of the exchange (chart). Make sure in your chart settings that the timezone is also set to "exchange".
  • Volume Condition : Drop-down menu with "NONE", "SMALL", "STRONG" options.
  • Limit trades to 1 per day : option that can be turned on/off.



BACKTEST SETTINGS
Backtest parameters used for this update.
Inital Capital: 10 000€
Order size: 5 000 € (this is to avoid compounding)
Commission: 0.1 € per order
Slippage: 2 ticks

Usually on forex a huge leverage is used to make up for the small price movements. However in this backtest none is used.

To replicate the indicator settings used in this snapshot, use the live chart info panel above.

You can get access to this indicator by purchasing a subscription using the link below.
Note di rilascio:
Forex Sessions Strategy: new option to exit trades at the end of the day or not.
Note di rilascio:
Update info panel: "enable long/short" setting was missing.
Note di rilascio:
In this update:

Bugfix: DCA system behavior

New:
- Strategy Alerts
How to use:
Write your alert messages for EXIT, LONG and SHORT orders in the settings (Backtest section).
Then click add alert, and in the placeholder, write the following:
{{strategy.order.alert_message}}
Note di rilascio:
"Forex Sessions" Strategy renamed to "Sessions breakouts" (yes, it's not only meant for Forex!)
"Sessions breakouts" Strategy behavior updated. The breakouts will now trigger earlier and more logicaly.
Improvements on MTF features when using a resolution that is the same as the chart. This should improve the overal results.

Configuration panel udpated: smaller and better placement.

Added new alert system!
To use it:
1. Write your alert messages in the indicator settings (alert section at the bottom)
2. Click "Create Alert" as usual, but choose "alert() function calls only"

That's all! You will receive alerts for every event.
Note di rilascio:
Added alert message for DCA.
Note di rilascio:
- Max number of safety orders increase to 100, but only the first 18 will be plotted due to graphic limitations.
- Trailing Take profit using "once per bar" behavior improved.
- Pivot strategy update to prevent the entry to trigger more than once during the session.
Note di rilascio:
Inputs:
- Added a checkbox for each alert. Uncheck if you don't want the alert to trigger.
- Added tooltips

Configuration panel:
- Added backtest period and open trades number
Note di rilascio:
Trailing Take Profit graphic update
Note di rilascio:
Recalculate On Every Tick set to true by default.
Added fix for the multiple buys issue that used to happen with the option.
Note di rilascio:
Improved Trailing Take Profit behavior. Sometimes it would exit too early.
A bug when a long and short entry could happen on the same bar has been fixed.
Note di rilascio:
BugFix DCA volume scale: the scaling now starts at 2nd DCA
Note di rilascio:
It is now possible to retrieve the DCA order size in the alert message.
In your DCA long or short alert message, writing {order_size} will be replaced by the DCA order size.

Example:
"Order size is {order_size} contracts"
will be replaced by:
"Order size is 5 contracts"
Given the current safety order size is 5.
Note di rilascio:
DCA / Safety Orders
Both base and safety order size no longer is in contracts but in either fixed currency amount or % of Equity.
Note di rilascio:
Added a secondary Take Profit option & alert
- Configure your 2nd target in % (should be bigger than the 1rst)
- Configure the % quantity to exit on the 1rst Take Profit, between 0 and 100. The remaining % will be exit on the 2nd TP.

-> A useful feature to improve your strategies risk management!

Added new Backtest Results panel
You can disable it by going in the style tab -> tables, or by clicking the indicator setting "Backtest Results Table".
You can also change its size if you want to make it bigger or smaller.
Note di rilascio:
update chart
Note di rilascio:
Added alerts for 2nd TPs
Note di rilascio:
Added {position_size} placeholders in the alert message to get the current order size in contracts.
Also, writing "\n" in alert messages now creates a newline.
Note di rilascio:
Added placeholders {price}, {SL}, {TP} and {TP2} for entry alert messages
Note di rilascio:
Removed 2 digits rounding to the alert placeholders.
Note di rilascio:
Fixed a bug when using "reverse order on stoploss" option and DCA not calculating.
Added a "Contracts" option for safety orders' size. Useful for stock and futures.
Safety orders now properly get placed when using "once per bar" option.
Note di rilascio:
Converted to pine v5
Added information in the backtest panel: required initial capital, amount of SO used, max days in a deal.
Note di rilascio:
Bug fixes: dca not closing on take profit
Note di rilascio:
Added RSI/Stoch and ADX filter
Updated alert inputs fields
Note di rilascio:
Updated inputs, added stop loss types, added alert placeholders, added new filters, updated backtest panel, updated graphics.
Note di rilascio:
For the Triple Screen strategy, added the possibility to add any external oscillator for the market wave.
Note di rilascio:
Updated Stop loss, Take Profit and Alert Settings,
Code optimisation for faster loading times of the indicator,
Updated graphics.
Note di rilascio:
Fixed a bug with % equity order size.
Note di rilascio:
Small bug fix regarding exit trades at the end of day option
Note di rilascio:
Added Trend Filters and "Auto" mode to Take profit and Stop loss

🔥Get the Cyatophilum Indicators today and automate them on Binance! => blockchainfiesta.com/strategies/

Discord Server: discord.gg/RVwBkpnQzm

I am taking PineScript Commissions ✔
=> blockchainfiesta.com/contact/
Script su invito

L'accesso a questo script è riservato agli utenti autorizzati dall'autore, solitamente dietro pagamento di una commissione. Puoi aggiungerlo ai preferiti, ma sarai in grado di utilizzarlo solo una volta ricevuto il via libera da parte dell'autore. Per maggiori informazioni, puoi controllare le istruzioni qui sotto o contattare direttamente cyatophilum.

TradingView sconsiglia di acquistare la licenza per usare uno script fino a che non si ha fiducia al 100% nei confronti del venditore. In molti casi, esistono alternative gratuite ed open-source nella nostra Libreria pubblica.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.

Istruzioni dell'autore

This indicator access can be purchased through a subscription on my website: blockchainfiesta.com...traday-Breakouts/32/

Vuoi usare questo script sui tuoi grafici?

Avvertenza: leggi prima di richiedere l'accesso.