Termos de Referência

System Overview

This system places two manual trades per entry (e.g., "Trade A" and "Trade B") with distinct ATR-based risk management rules. The goal is to balance capturing trends while protecting profits as the price moves favorably. Key features:

  1. ATR Multipliers for stop loss, take profit, and trailing stops.

  2. Dynamic Trailing Stop Adjustment: Tighten the trailing stop after the price reaches a predefined profit threshold.

  3. Dual-Trade Strategy: Separate trades with different objectives (e.g., one for short-term gains, one for longer trends).


Core Components

1. ATR Calculation

  • Period: 14-period ATR (standard for volatility measurement).

  • Value: Use the latest ATR value at the time of trade entry.

2. Entry Rules

  • Manual Entry: You manually trigger trades based on your strategy (e.g., chart patterns, indicators).

  • Two Trades per Entry:

    • Trade A: Primary trade with tighter trailing stops and a closer profit target.

    • Trade B: Secondary trade with wider stops to capture larger trends.

3. Stop Loss & Take Profit (Initial Setup)

  • Initial Stop Loss (Both Trades):
    Stop Loss Distance = 2x ATR
    Example: If ATR =  10 , s t o p l o s s i s p l a c e d 10,stoplossisplaced20 below (long) or above (short) entry.

  • Take Profit (Trade A Only):
    Take Profit = 3x ATR
    Example: If ATR =  10 , t a k e p r o f i t i s 10,takeprofitis30 above entry for Trade A.
    Trade B: No fixed take profit; relies on trailing stops.

4. Trailing Stop Logic

  • Trailing Stop Activation: Begins when price moves ≥  1x ATR  in profit.

  • Trailing Distance:
    Trailing Stop = 1.5x ATR  (adjusts as price moves).

  • Dynamic Tightening Rule:
    When price reaches +3x ATR from entry:

    • Tighten trailing stop to  1x ATR  (from 1.5x) to lock in profits.

5. Trade-Specific Rules

  • Trade A:

    • Closed automatically at the  3x ATR  profit target.

    • Uses tighter trailing stops (e.g., 1x ATR after +2x ATR profit).

  • Trade B:

    • No fixed take profit; trails until stopped out.

    • Trailing stop only tightens after  +3x ATR  profit.

6. Risk Management

  • Position Sizing:
    Lot Size = Risk per Trade / (Stop Loss Distance in $)
    Example: If risking  100 p e r t r a d e a n d s t o p l o s s = 100pertradeandstoploss=20, lot size = 5.


Workflow Example

Scenario: Buy EURUSD at  1.1000 , A T R = 1.1000,ATR=0.0100 (10 pips).

  1. Trade A:

    • Stop Loss = 1.1000 - 20 pips = 1.0980

    • Take Profit = 1.1000 + 30 pips = 1.1030

    • Trailing Stop: Activates at 1.1010 (+10 pips), trails at 15 pips until +30 pips.

  2. Trade B:

    • Stop Loss = 1.0980 (same as Trade A).

    • Trailing Stop: Activates at 1.1010, trails at 15 pips.

    • At +30 pips (1.1030), trailing stop tightens to 10 pips.

  3. Outcomes:

    • Trade A closes at 1.1030 (profit).

    • Trade B continues trailing until stopped out (e.g., at 1.1020 if price reverses).


Key Customization Options

  • Adjust ATR multipliers (e.g., 2x vs. 3x) based on asset volatility.

  • Define tightening thresholds (e.g., tighten after +2x vs. +3x ATR).

  • Enable/disable fixed take profit for Trade B.

    Included the old system I use to use buy want it less demanding on the CPU



Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(191)
Projetos
233
27%
Arbitragem
12
33% / 42%
Expirado
8
3%
Trabalhando
2
Desenvolvedor 2
Classificação
(2)
Projetos
2
0%
Arbitragem
0
Expirado
0
Carregado
3
Desenvolvedor 3
Classificação
(5)
Projetos
6
17%
Arbitragem
0
Expirado
0
Trabalhando
4
Desenvolvedor 4
Classificação
(1)
Projetos
1
0%
Arbitragem
0
Expirado
0
Trabalhando
5
Desenvolvedor 5
Classificação
(50)
Projetos
64
39%
Arbitragem
1
0% / 100%
Expirado
7
11%
Trabalhando
6
Desenvolvedor 6
Classificação
(15)
Projetos
33
24%
Arbitragem
3
0% / 33%
Expirado
1
3%
Trabalhando
7
Desenvolvedor 7
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(7)
Projetos
8
63%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(62)
Projetos
141
46%
Arbitragem
19
42% / 16%
Expirado
32
23%
Livre
10
Desenvolvedor 10
Classificação
(1)
Projetos
0
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(2)
Projetos
2
0%
Arbitragem
0
Expirado
0
Trabalhando
12
Desenvolvedor 12
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(42)
Projetos
88
14%
Arbitragem
33
27% / 58%
Expirado
36
41%
Trabalhando
Pedidos semelhantes
<xml xmlns="http://www.w3.org/1999/xhtml" is_dbot="true" collection="false"> <variables> <variable type="" id="7O0^KGEFXjUXczC*,3?O" islocal="false" iscloud="false">Max Loss Amount</variable> <variable type="" id="oAE;A-n$mSwY25a#87z5" islocal="false" iscloud="false">RSI</variable> <variable type="" id="pG+F3kX1nbZ0d7R))Tya" islocal="false" iscloud="false">Expected Profit</variable> <variable type=""
i need a professional skill developer that can help me in converting tos to tradingview with all the indicator, strategy, and alert preserve functionality, ensure accuracy and optimaze for tradingview thanks
### **Hiring an Expert Developer for Strategy Coding & Debugging** We are looking for an experienced algorithmic trading developer to code and debug a **multi-condition trading strategy** based on candlestick patterns, Money Flow Index (MFI), Exponential Moving Average (EMA), and Average True Range (ATR) for precise trade execution and risk management. #### **Strategy Overview:** This strategy incorporates two
I have a gold trading report file for about a month, explaining how the bot works in the buying and selling method. I mean, I want to reach this result in the bot programming, which is in the Excel file, and the bot will be on the platform MetaTrader 5 If you analyze the data, you will not be able to reach a solution. I have an excel file that is the trading results of the bot. I want to make a bot exactly like it
Exclusive ghost 35+ USD
Articles MetaTrader 5 / Examples How to create Requirements Specification for ordering a trading robot 10 MetaQuotes 191 237 Table of Contents Prerequisites for ordering a trading robot Why is it important to have a well-prepared Requirements Specification? Requirements Specification examples What is contained in the Requirements Specification? Where do I get Requirements Specification if I can't create it? Terms to
Creat ea on my trading strategy with Ai, I need someone that can help me to create EA for tradingview with AI, Can anyone do that? If you can, you should message me
Don't message if you are Nigerian plz I would like to do macd crossing checks on a set of companies that are in my screener list. Is it possible to automatically load the list from my screener in trade view? Would like to trigger a buy when the macd crosses the signal line and sell when crosses back down, I currently trade with fidelity and Robinhood and it’s super manual. I already have a trading view account and
Bee fxbot 30 - 200 USD
the bot must take only perfect entries & putting stop loss so that account must be safe.the bot must make only profit & use proper risk.strategy must be good.the bot must be fast
Hello, i am looking for experienced developer to transform indicator ICT_Killzones_Toolkit . from tradingview pine script to ex4 indicator and code it in my ea moneypal to open trades on some conditions of orderblocks and FVG fair value gaps and add me one function to close orders Regards
Build Indicator 50+ USD
This indicator has to be built.And now there are some points which need to be added to this like 5 waves CHoCH, trend line examples, 5 Waves CHoCH Examples.Now tell me whether you will be able to build this or not

Informações sobre o projeto

Orçamento
50 - 100 USD

Cliente

(2)
Pedidos postados6
Número de arbitragens0