Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ]

0
(0)
Tên:
Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ]
Tác giả: cmillion (2009.11.10 10:30)
Đã tải xuống: 6466
Tải xuống:
Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 1
SL_to_Bar_ENG.mq4 (9.3 Kb) Xem
Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 1 SL_BW.mq4 (10.8 Kb) Xem

Tác giả

Vladmir Hlystov

Sự miêu tả:

An indicator for Stop Loss levels calculation using Bill Willams technique

Bill Williams in his book "Trading Chaos: Applying Expert Techniques to Maximize Your Profits" (chương 7, Level One: Novice Trader, p.95) has described SL as follows:

"...We place the air bag one tick above/below the high/low of the second bar back on one significantly higher time frame (or the next bar further back that has both a higher high and a higher low or a lower high and lower low).

This is our air bag protection. Its purpose is to protect us against a drunken market that is moving against us. Nhớ, it is not necessiarly an entry signal; it is protection against major losses..."

The indicator calculates and shows Stop Loss levels (for Buy and Sell positions without installed SL) using this method.

Indicator variables:

int BAR = 200; // searching for in last BAR bar
int minSL = 25; // it is exposed when 2 bars are not found
bool show_bar = true; // show bars on which search for SL
show_info = true; // show active orders without SL
color color_BAR = DarkSlateGray; // colour bar on which search for SL
color color_Тек_BAR = Gray; // colour of the current bar
color color_SL = Gray; // colour of the marks

 

Hình ảnh:

Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 3

 

 

Quả sung 1. Bar was found

Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 4

Quả sung 2. The upper bar was not found (SL for Sell position has determined using the greater timeframe):

 

khuyến nghị:

 

  • SL Level is drawing on the right side of the current bar, set chart shift on: Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 5
  • To make it clear, sử dụng show_bar=true
  • Good Luck!

 

17.10.2009:

A new feature has added:

It is possible to show Stop Loss Levels in the history (Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 6SL_BW.mq4):

Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 7

 

Bài đăng này hữu ích như thế nào?

Bấm vào một ngôi sao để đánh giá nó!

Đánh giá trung bình 0 / 5. Số phiếu bầu: 0

Không có phiếu bầu cho đến nay! Hãy là người đầu tiên đánh giá bài viết này.

Chúng tôi xin lỗi vì bài đăng này không hữu ích cho bạn!

Hãy để chúng tôi cải thiện bài đăng này!

Hãy cho chúng tôi biết cách chúng tôi có thể cải thiện bài đăng này?



Tác giả: Nhóm ngoại hối Wiki
Chúng tôi là một nhóm gồm các Nhà giao dịch ngoại hối giàu kinh nghiệm [2000-2023] những người cống hiến để sống cuộc sống theo cách riêng của chúng ta. Mục tiêu chính của chúng tôi là đạt được sự độc lập và tự do về tài chính, và chúng tôi đã theo đuổi việc tự học và có được nhiều kinh nghiệm trong thị trường ngoại hối như là phương tiện của chúng tôi để đạt được lối sống bền vững.