Máy dò phạm vi không đổi Forex

0
(0)
Tên:
Constant Range Detector
Tác giả: tập tin45 (2012.06.29 10:38)
Đã tải xuống: 3546
Tải xuống:
Constant Range Detector Forex 1
Máy dò phạm vi không đổi-rev1.mq4 (2.2 Kb) Xem
Constant Range Detector Forex 2 CR-0-Trống.zip (871 byte)

Thông tin: Constant Range Detector indicator

Ghi chú: This indicator is intended for use with Constant Range Charts: Range Bars hoặc Renko Boxes, không phải nến tiêu chuẩn - thanh

  1. Constant Range Candles and Charts are also referred to as Range Bars (RB) Range Bar Charts.
  2. Constant Range Candles / Bars all have the same pip range value from high to low.
  3. Standard Candles / Bars all have different pip range values from high to low.
  4. The indicator computes the pip range of the 8th historical candle / bar from the current candle / quán ba.
  5. As each new candle / bar is formed the 8th historical candle becomes the next candle to the right.
  6. Because all range candles / bars have the same pip range value each successive 8th candle produces the same fixed range output.
  7. If the indicator is used with standard candles / bars the range output will not be fixed but will differ with each new candle / quán ba.

Constant Range (CR): CR 50

LCrudeAug12: 79.58 Cao - 79.08 Thấp (a random candle data chosen for illustration)

Constant Range Detector Forex 3

Ghi chú: Be aware that Data Window will return High - Low subtraction values of 150 vì 15 số pít, 200 vì 20 pips etc, TRÊN 3 & 5 digit pricing.

Constant Range Chart: CR 10

WTI-Oil: 200 LWMA - Williams Aligator (click chart to enlarge)

Constant Range Detector Forex 4

Hỏi - Đấu thầu + Spread Indicator in above charts can be got - Đây

  1. Free Constant Range Indicator - 1: Nguồn . Ghi chú: Point based - 3 & 5 digit pricing will require range setting to include additional zero. I E. 25 pip range requiring an indicator setting of 250. Automatic refreshes and generates range candles / bars on MT4 start. Ghi chú: When in installing indicator ensure file ovoranbar001.ex4 is in the /experts/libraries folder.
  2. Free Constant Range Indicator - 2: Nguồn. Ghi chú: Pip based. Will need manual refresh on MT4 start - set 1M feeder chart to 5M then back to 1M to start refresh when MT4 starts, after which range candles / bars will continue to be generated until MT4 closed.
  3. Constant Range Bars - HERE - flawless performance. Ghi chú: license linked to external server.
  4. Constant Range Information: Google - try "Range Bars", "Constant Range Bars", "Range Bar Trading", vân vân.Mẹo: Create ready made constant range templates for ease and speed of use. Ask-Bid-Spread indicator can be used on constant range templates and generated range charts for ease of check that both charts are in sync and range chart updating.
    Base template CR-0-Blank.tpl for 1M chart provided (see download), will need Ask-Bid+Spread indicator.
    ___________________________________________________________________________________________________________________________

    Code Revision
     //vì (int i = 0; Tôi <= limit; i++
       int i;
     //vì (int i = 0; Tôi < thanh; i++){
          ObjectDelete("CRD");
          //ObjectDelete("name");
    

The following links and products in post above are no longer free or valid.

  1. Free Constant Range Indicator - 1: Nguồn . Ghi chú: Point based - 3 & 5 digit pricing will require range setting to include additional zero. I E. 25 pip range requiring an indicator setting of 250. Automatic refreshes and generates range candles / bars on MT4 start. Ghi chú: When in installing indicator ensure file ovoranbar001.ex4 is in the /experts/libraries folder.
  2. Free Constant Range Indicator - 2: Nguồn. Ghi chú: Pip based. Will need manual refresh on MT4 start - set 1M feeder chart to 5M then back to 1M to start refresh when MT4 starts, after which range candles / bars will continue to be generated until MT4 closed.
11.10.2012 09:31 tập tin45

tập tin45:

I will post a revised download and see if MQL4 Codebase will update.

MQL4 Codebase updated - Tải xuống: Constant Range Detector-rev1 is the updated revised code. Cảm ơn

06.07.2012 19:10 tập tin45

willgart:
1. sorry... but I don't understand what this indicator is supposed to do???2. why did you scan the historical candles if the only relevant information is associated the the 8th candle before the current?

3. ts all? you just display the difference between the high and low of this 8th candle?

4. Tại sao? what do we have to understand from the displayed number? and how this value will help us trading more efficiently?

5. why did you delete multiple times the same object in the deinit function? deleting 1 time is enough...

6. hoặc (int i = 0; Tôi < thanh; i++){
7. ObjectDelete("CRD"); ObjectDelete("name");}

8. a lot of questions 🙂

Cảm ơn

1. For fast and easy identification of Range / Box size - Range Bar / Renko Charts.

2. A fast hack that worked without fault - but yes, an unnecessary routine.

3. 8th is just an arbitrary candle and any completed candle will do. As each successive 8th candle is checked for size it also confirms the range không thay đổi.

4. Một] See clause 1 and b] in the same way Time Frame identification or any other identification facilitates efficiency.

5. See clause 2.

6. Chính xác

 //vì (int i = 0; Tôi <= limit; i++)
   int i;

7. Chính xác

//vì (int i = 0; Tôi < thanh; i++){
      ObjectDelete("CRD");
      //ObjectDelete("name");

8. Chào mừng

The above unnecessary code will have minimal impact on computer resources and the indicator runs without fault, but rightly so, not the most efficient code.

I will post a revised download and see if MQL4 Codebase will update.

04.07.2012 21:18 tập tin45

Renko Bars : Boxsize - Phạm vi 25 (CR consistent with Renko wick option false)


WTI-Oil: Renko Feeder Chart - Phạm vi 25
Constant Range Detector Forex 5
WTI-Oil : Renko Generated Chart - Phạm vi 25 - Modified Heiken Ashi added for direction color.
Constant Range Detector Forex 6

Free Renko EAs, chiến lược - HERE

Ghi chú:

  1. EAs rely on ticks and if install when markets are closed there will be no ticks.
  2. If the EA does not update Constant Range Detector will not respond to a new EA range setting.
  3. To solve, a Tick Generator comes in handy - HERE - miễn phí.
01.07.2012 04:53 tập tin45

sorry... but I don't understand what this indicator is supposed to do???

why did you scan the historical candles if the only relevant information is associated the the 8th candle before the current?

its all? you just display the difference between the high and low of this 8th candle?

Tại sao? what do we have to understand from the displayed number? and how this value will help us trading more efficiently?

why did you delete multiple times the same object in the deinit function? deleting 1 time is enough...

vì (int i = 0; Tôi < thanh; i++){
ObjectDelete("CRD"); ObjectDelete("name");}

a lot of questions 🙂

30.06.2012 05:07 willgart

Free Constant Range indicator - 1, refer above.

Example of M1 Feeder Chart template generating multiple Range Charts

8 pips @ M2, 10 pips @ M3, 15 Pips @ M4, vân vân

Constant Range Detector Forex 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.