Type/to search

Y-Profit Maximizer Strategy

Common strategy
Created: 2023-12-11 09:21:54
Last modified: 3 years ago
1
Follow
1802
Followers

img

Overview

The core idea of this strategy is to maximize profits by using moving stop loss tracking, and optimize entry by using filters and take profit methods. The Y shape in the strategy name represents the crossover pattern of the buy and sell signal lines.

Strategy Logic

This strategy is mainly based on KivancOzbilgic's PMax Explorer strategy with some modifications.

  1. Calculate PMax based on ATR and Moving Average. Generate buy signal when price crosses over PMax.

  2. Add T3 indicator and price as filters to ensure entering on an upward trend.

  3. Set take profit methods: First use double BAND strategy to determine first take profit; Then use Dice strategy to determine subsequent take profits and stop losses.

  4. Use MOST indicator to assist in determining trend, to reduce unnecessary reverse operations.

Advantage Analysis

  1. The PMax strategy itself has the advantage of avoiding chasing high stops, and the moving stop mechanism further helps reduce DD.

  2. The double filter ensures that we only get into positions on upward trends, avoiding false breakouts.

  3. Multiple take profit points make profits more flexible.

  4. MOST indicator ensures only long operations, avoiding reverse trading.

Risk Analysis

  1. PMax itself has some lag, easily missing the first breakout.

  2. Too many filter settings could also miss the golden entry point.

  3. Overly optimistic take profit settings will prevent orders from fully filling.

  4. Doing long-only trading can make it difficult to profit in products with high volatility.

Optimization Direction

  1. Can test adding MACD-like indicators to determine short-term divergences for better entry timing.

  2. Can test simplifying filters, keeping only one filter indicator.

  3. Can add auto-adjust take profit mechanism, dynamically adjusting subsequent take profit points based on volatility and return rate.

  4. Can test allowing short positions, adjusting position proportions based on filters.

Summary

The overall strategy is centered around using PMax for entry judgement, and designed multiple filters and take profit methods for optimization, which can yield good returns in trending products. Afterwards, by simplifying filters, optimizing take profit settings, appropriately adjusting position management, the strategy can be optimized to suit more products, achieving even better performance in live trading.

Source
Pine
/*backtest
start: 2022-12-04 00:00:00
end: 2023-12-10 00:00:00
period: 1d
basePeriod: 1h
exchanges: [{"eid":"Futures_Binance","currency":"BTC_USDT"}]
*/

//@version=4
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © KivancOzbilgic
//developer: @KivancOzbilgic
Strategy parameters
Strategy parameters
-------------------- PMax Ayarları -------------------
Kaynak
ATR uzunluğu
ATR Multiplier
Moving Average Tipi
Moving Average uzunluğu
Filtreleme Açık/Kapalı
Filtreleme T3/Src (T3 Açık/Src Kapalı)
ATR Hesaplama Yöntemi Değişsin mi?
Moving Average i göster?
Al Sat Sinyallerini göster?
Fiyat/Pmax kesişim sinyallerini göster?
Bulut Açık/Kapalı?
-------------------- T3 Ayarları --------------------
T3 Uzunluğu
T3 Filter Uzunluğu
T3 Volume Faktörü
Fibo T3 Uzunluğu
T3 Fİbo Volume Faktörü
T3 ü göster?
T3 filtreyi göster?
T3 Fibonacci Oranlı Çizgiler?
---------------- Take Profit Ayarları --------------
Yılan Genişliği
Dominant Döngü Genişliği
Hızlı Ort
Yavaş Ort
Genişlik
TP Filtresi avg2/avg4?
TP Level ve Exit Level Sayım Açık Kapalı?
Erken TP Açık Kapalı
------------------- MOST Ayarları ------------------
Source
Length
Percent
Moving Average Tipi
Al Sat Etiketleri
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)