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

0
(0)
姓名:
Indicator for Stop Loss levels calculation using Bill Williams technique [ ]
作者: 百萬 (2009.11.10 10:30)
已下載: 6466
下載:
Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 1
SL_to_Bar_ENG.mq4 (9.3 KB) 看法
Indicator for Stop Loss levels calculation using Bill Williams technique [ ru ] 1 SL_BW.mq4 (10.8 KB) 看法

作者

Vladmir Hlystov

描述:

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" (章節 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. 記住, 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

 

圖像:

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

 

 

如圖 1. Bar was found

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

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

 

建議:

 

  • 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, 使用 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

 

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.