cyatophilum

Cyatophilum Scalper [BACKTEST]

cyatophilum Telah dikemas kini   
This indicator comes with a backtest and alert version. This is the backtest version. Its purpose is to create low timeframe and scalping strategies, by choosing from a list of built-in entry points which are described in detail below, and by configuring a risk management system to your liking.

Before diving into the entry points, I will explain the strategy and risk management settings.

These 3 settings allow to choose your strategy direction, and main behavior.
- Go Long ↗: activate or deactivate long entry points.
- Go Short ↘: activate or deactivate short entry points.
- Reversal strategy ↗↘↗↘: Activate this option will allow trades to reverse position from an opposite entry point. Keep it deactivated and trades will either wait a TakeProfit(TP) or StopLoss(SL) to be closed. When neither SL nor TP or set, this option is automatically activated.

StopLoss settings:
Both Long and Short SL can be activated and configured.
The base % price is the starting point of the stoploss, in a percentage of current price.
Trailing stop, when activated, works with 2 settings:
- % Price to Trigger: a percentage of current price the price should move in a bar to trigger a trailing movement.
- % Price Movement: the stoploss variation in a percentage of current price that moves on each bar.


TakeProfit settings:
Both Long and Short TP can be activated and configured.
The base % price is the value of the TP, in a percentage of current price.
Trailing Profit Deviation %: Percent deviation for the trailing take profit.


DCA:
DCA stands for Dollar Cost Average. The idea is to open additional orders from the base order so as to improve risk management.
These additional orders are also called Safety Orders. The indicator can handle up to 9 safety orders.
The strategy will exit either from a take profit based on percentage from base order or from a total volume percentage (Configurable in the parameters).
The steps spacing (space between each step) and safety orders volume (order size) can both scale by adding a scale multiplier.



By choosing from the base strategy dropdown menu, the indicator will generate entry points.

1. BUY SELL:
-> Low timeframes spot trading, with simple buy and sell orders.
How it works:
The indicator used is a combination of QQE (Atr based trend following indicator) and RMA 100 trendline.
I think the QQE does a great job in low timeframes because it is not impacted by the noise.
The RMA which is the moving average used in the RSI, will help giving confirmation to the entry points.
How to use:
It is meant to be used as a reversal strategy, but you can add a TP or SL if you want.
When comparing to Buy & Hold, make sure to deactivate the "Short results in the backtest" setting.



2. TREND SCALPING
-> A strategy for low timeframes trading.

How it works:
The strategy creates high volatility entries filtered by a duo convergence of adaptive trendlines (Adaptive HULL MA using the chart's resolution, Adaptive Tilson T3 using 1H resolution) and a higher timeframe (1H) RSI filter (long threshold: 70, short threshold: 40, RSI length: 10).
How to use:
Must be used on charts with a resolution smaller than 1H. Recommended: from 1m to 30m.
Must NOT be used as reversal strategy. Use it with a take profit and stop loss, and DCA if you can.
Sample risk management settings:


3. Support/Resistance BREAKOUTS
-> Trade low timeframes pivot points breakouts.

How it works:
The indicator calculates the 100 previous bars swing high and low. Any break above high or below low will trigger an entry point.
The entry is however filtered by an Adaptive Tilson T3 Trendline, an ADX 30 minimum threshold and a minimum average volume threshold.

How to use:
I recommend to click "Reversal" Strategy and set a Takeprofit target.
Find the best timeframe between 1m and 30m using the backtest version.
Example here with BTCUSDTPERP on 15m:


4. AGGRESSIVE SCALPING
-> Lots of trades in low timeframes.

How it works:
Created using Cyato AI, Higher/Lower Highs and Lows and 2 HULLMA crosses as entries, and 2 Adaptive Tilson T3 as trendfilter, a 25 ADX threshold filter and a volume filter.

How to use:
Recommended Risk Management settings: Takeprofit, Stoploss and DCA (Safety orders).
Find which timeframe work the best from 30 min and below. Should not be used above 30 min since this is the resolution for the MTF Tilson.


How to create Strategy Alerts:
Write your alert messages for EXIT, LONG and SHORT orders in the settings (Backtest section).
Then click add alert, and in the alert message, write the following:
{{strategy.order.alert_message}}

BACKTEST PARAMETERS
- Inital capital: 10 000$
- Base order size: 0.1 contract (0.1 btc)
- Safety order size: 0.1 contract (0.1 btc)
- Commission: 0.1%
- Slippage: 100 ticks

Oldest trade: 2020-08-31
Backtest Period: From 2020-08-31 to 2020-11-12

Configuration used: see the live chart configuration panel at the top.

To gain access to this paid indicator, please use the link below.
Nota Keluaran:
Bug fixes:
Regarding the safety orders, in rare cases a step wasn't triggered when it should.
The reverse order on stoploss option now works with safety orders activated.
Nota Keluaran:
Added option to move the Configuration Panel to the right or left.
Nota Keluaran:
Updated backtest period settings & added strategy alerts for DCA (safety orders)
Nota Keluaran:
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.
Nota Keluaran:
Added alert messages for DCA.
Nota Keluaran:
Added new strategy : "SAFE SCALPING"
Based on my RSI divergences indicator using a RSI length of 7 and a lookback of 125.
The tide/global trend is highlighted by a 100 bars Tilson T3 of 4 Hours resolution (only using past candles to avoid repainting).
The curent resolution trend is handled by a 200 ema.

This strategy must be used with stoploss and take profit, and can be used with or without DCA though DCA is always recommended.
Nota Keluaran:
chart
Nota Keluaran:
- Max number of safety orders increase to 100, but only the first 22 will be plotted due to graphic limitations.
- Trailing Take profit using "once per bar" behavior improved.
Nota Keluaran:
You can now prevent alerts from getting triggered if you leave the alert field empty.
Nota Keluaran:
Indicator inputs update:
- Added tooltips
- Added checkboxes for alert messages
Nota Keluaran:
small details I forgot
Nota Keluaran:
Improved Trailing Take Profit behavior. Sometimes it would exit too early.
Nota Keluaran:
BugFix DCA volume scale: the scaling now starts at 2nd DCA
Nota Keluaran:
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.
Nota Keluaran:
DCA / Safety Orders
Both base and safety order size no longer is in contracts but in either fixed currency amount or % of Equity.
Nota Keluaran:
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.
Nota Keluaran:
You can now write {position_size} in the alert messages in the indicator settings and it will be replaced by the value.
Nota Keluaran:
Perfomance optimisation - Fix for long alert messages that caused a timeout
Nota Keluaran:
Writing "\n" in alert messages now creates a newline.
Nota Keluaran:
When using DCA and with DCA alert type set to "once per bar" (default), the backtest will now place an order at the exact same time as the alert. This update also fixes the issue of DCA being skipped due to oen candle crossing several steps at once.
Nota Keluaran:
Added a "Contracts" option for safety orders' size. Useful for stock and futures.
Nota Keluaran:
Converted to pine v5
Added information in the backtest panel: required initial capital, amount of SO used, max days in a deal.
Nota Keluaran:
Bug fixes: dca not closing on take profit
Nota Keluaran:
Added new strategy 'MACD + EMA + ADX' and updated alert input fields
Nota Keluaran:
Added alert placeholders
All alerts:
{price} will return the close price
{ticker} symbol name without exchange prefix
{tickerid} symbol name with exchange prefix
Buy & Sell alert:
{TP}, {TP2}, {SL} will return the TP & SL prices
Nota Keluaran:
Added Take Profit and Stop Loss mode for 'Pips' calculation, in addition to '%'.
Updated backtest panel.

🔥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/
Skrip jemputan sahaja

Akses ke skrip ini adalah terhad kepada pengguna yang diberikan akses oleh penulis dan kebiasaannya memerlukan pembayaran. Anda boleh menambahkannya kepada senarai kegemaran anda, tetapi anda hanya dapat menggunakannya setelah meminta izin dan mendapatkannya dari penulis. Sila hubungi cyatophilum untuk lebih maklumat atau rujuk arahan penulis seperti di bawah.

TradingView tidak mencadangkan untuk membayar untuk sesuatu skrip dan menggunakannya sehingga anda adalah 100% mempercayai penulisnya dan memahami bagaimana skrip itu berfungsi. Dalam banyak kes, anda boleh mencari alternatif sumber terbuka yang bagus secara percuma di Skrip Komunitikami.

Penafian

Maklumat dan penerbitan adalah tidak dimaksudkan untuk menjadi, dan tidak membentuk, nasihat untuk kewangan, pelaburan, perdagangan dan jenis-jenis lain atau cadangan yang dibekalkan atau disahkan oleh TradingView. Baca dengan lebih lanjut di Terma Penggunaan.

Arahan penulis

This indicator access can be purchased through a subscription on my website: blockchainfiesta.com...tophilum-Scalper/37/

Ingin menggunakan skrip ini pada carta?

Amaran: sila baca sebelum memohon akses.