Milvetti

Easy Strategy Builder

Hello, I focused on making this indicator as user-friendly as possible while designing it. I avoided complex structures, and as a result, I believe I have created an indicator that everyone can easily use.

With the Strategy Builder indicator, you can automate the strategy you use and visualize signals on the chart. This allows you to scale your strategy and stay informed of new signals through alerts.

How it works?

Firstly, we need to determine the entry condition for the trade. For this, you have 15 different sources at your disposal.

1. Price
2. RSI
3. RSI MA
4. CCI
5. STOCH K
6. STOCH D
7. MA 1
8. MA 2
9. ATR
10. DMI+
11. DMI-
12. SUPERTREND
13. BB Lower
14. BB Middle
15. BB Upper

Using the relationship between these sources or with a key level, we can generate signals. There are 7 different conditions available to control this relationship.

1. > x is greater than y
2. > = x is greater than or equal to y
3. < x is less than y
4. ≤ x is less than or equal to y
5. = x is equal to y
6. Cross Up = x has crossed above y. One bar ago, x was less than y, now x is greater than y.
7. Cross Down = x has crossed below y. One bar ago, x was greater than y, now x is less than y.

Let’s make a few examples

1.
- Entry Condition: RSI crosses above RSI moving average.
- Exit Condition: RSI crosses below RSI moving average.


Let's use more than one condition together

2.

Entry Condition: rsi<30 ve rsi cross up rsi Ma
Exit Condition: Rsi>70 ve rsi cross down rsi Ma


Let's strengthen the signal by adding different indicators and price.

3.

Entry Condition: rsi<30 and price<bb middle and rsi cross up rsi ma
Exit Condition: rsi>70 and price> bb middle and rsi cross down rsi ma


What if things go wrong? Let's add stop loss

4.
Entry Condition: rsi<30 and price<bb lower and rsi cross up rsi ma
Exit Condition: rsi>70 and price> bb higher and rsi cross down rsi ma
Stoploss: %2


That's how simple it is to create a strategy. Need a more complex strategy? Feel free to contact me.

Important notes:


1. Avoid continuously triggered conditions.
Example:
Entry Condition: RSI > 0
2. Determine logical entry and exit conditions.
3. Avoid placing stop losses too close to entry points.

보호된 스크립트입니다
이 스크립트는 클로즈 소스로 게시되며 자유롭게 사용할 수 있습니다. 당신은 스크립트를 차트에 사용하기 위해 그것을 즐겨찾기 할 수 있습니다. 소스 코드는 보거나 수정할 수 없습니다.
면책사항

이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.

차트에 이 스크립트를 사용하시겠습니까?