Sunday 25 February 2018

Forex 캔들 길이 표시기


Forex 블로그.


Forex 거래 경험 및 거래자에게 유용한 외환 시장에 대한 정보.


구독하여 일일 업데이트를받은 편지함으로 바로 가져올 수 있습니다.


캔들 위크 길이 표시기 & mdash; MT4 / MT5.


오늘, CandleWicks 표시기의 개선 된 버전을 제시합니다. 간단한 경보 스크립트가되는 것에서부터 일부 차트로 표시되는 것은 실제 지표가됩니다. 우리 포럼 사용자 중 한 명의 요청에 따라 필자는이 표시기에 길이 표시 기능이있는 촛불을 코딩했습니다. 입력 매개 변수를 통해 상인이 설정 한 제한보다 긴 심지의 윅 (보통 / 표준 핍으로 표시)의 핍 길이를 표시합니다. 나는이 지표를 사이트의 MetaTrader 지표에 추가하고 싶지 않습니다. 왜냐하면 거래에 어떻게 사용될 수 있는지 알지 못하기 때문입니다. 다른 모든 지표와 마찬가지로 MT4 및 MT5에서 사용할 수 있으며 완전히 무료입니다.


새로운 맞춤 입력 매개 변수 :


DisplayWickLimit & # 8212; 표시기의 최소 심지 길이 (표준 / 표준)를 차트에 표시합니다.


DisplayHighWickColor & # 8212; 위 윅 길이 색상.


DisplayLowWickColor & # 8212; 바닥 심지의 색상.


DisplayWickDistance & # 8212; 초 높이에서 위윅 길이 표시까지의 거리 (차트 시간대 및 확대 / 축소 수준에 따라 조정할 수 있습니다).


이전 매개 변수 설명은 여기에서 찾을 수 있습니다.


데모 이미지 (EUR / USD H1, DisplayWickLimit = 10) :


업데이트 2013-02-08 : 필요할 경우 캔들 위크 표시기와 백분율 표시를 함께 사용할 수도 있습니다.


관련 게시물:


& # 8220; Candle Wicks 길이 디스플레이 표시기에 대한 121 개의 응답 & mdash; MT4 / MT5 & # 8221;


Rob Matysiak.


귀하의 블로그는 훌륭합니다. 특히 촛대 스틱 다이어그램을 참고로 생각합니다.


이 표시기 (촛불의 위크)는 훌륭하지만, 실제로 필요한 것은 동일한 표시기입니다. 촛불의 전체 길이를 보여 주며, 낮은 곳을 만듭니다. 그것은 가능한가 ??


2011 년 10 월 19 일 5:54 pm.


예. MQL 코딩에 대해 많이 알지 못하더라도 코드에서 직접 이러한 변경 작업을 수행 할 수 있습니다.


2011 년 10 월 19 일 7:05 pm.


안녕하세요. 재 경기에 감사드립니다. 제발 도와주세요. & # 8230; 내가해야하는 것?? 나는 해독이별로 좋지 않다.


고마워, 안부.


2011 년 10 월 19 일 오후 8:31


물론, 어떤 버전을 사용하고 있습니까? & # 8211; MT4 또는 MT5?


2012 년 3 월 5 일 오후 12:31


설정하는 방법 촛불 촛불 바디 pips을 표시 할 수 있습니까? 오픈 가격은 가격을 닫습니다.


고마워요.


3:51 pm 2012 년 3 월 5 일


죄송합니다. 이 표시기로 촛불 바디 pips를 표시 할 수있는 설정이 없습니다. 이를 위해 코드를 변경해야합니다.


2011 년 10 월 21 일 오후 6:47


.mq4 파일에서 다음 표현식을 찾으십시오.


높음 [i] - 닫기 [i] 열기 [i] - 낮음 [i] 높음 [i] - 열기 [i] 닫기 [i] - 낮음 [i]


다음 표현식으로 대체하십시오.


2015 년 7 월 31 일 오전 8시 2 분.


안녕하세요, 저는 당신의 블로그를 좋아합니다.


나는이 수정을 적용하려고 노력하고있다. 그러나 그것은 쉽지 않다.


몇 가지 조건이 있습니다 .. 할 일을 어떻게 설명 할 수 있겠습니까?


2015 년 7 월 31 일 12:57 pm.


어떻게 그렇게 쉽지 않은가? Ctrl + H를 사용하여 & # 8220; High [i] & # 8211;의 모든 인스턴스를 찾아 교체하십시오. 닫기 [i] & # 8221; & # 8220; 높음 [i] & # 8211; Low [i] & # 8221; Open [i] & # 8211;의 모든 인스턴스 낮음 [i] & # 8221; & # 8220; 높음 [i] & # 8211; 낮음 [i] & # 8221; '높음'[i] 및 # 8211; [i] & # 8221; & # 8220; 높음 [i] & # 8211; 낮음 [i] & # 8221; 및 닫기 [i] & # 8211;의 모든 인스턴스 낮음 [i] & # 8221; 같은 '하이'[i] & # 8211; 낮음 [i] & # 8221; 얼마나 어려울 수 있습니까?


2015 년 7 월 31 일 오후 2시 29 분


나는 그것을하는 것이 무서웠다. 나는 시도 할 것이다.


당신은 위대합니다. 감사.


2015 년 7 월 31 일 오후 2시 48 분.


왜 겁 먹을까요? 무언가를 깨면 항상 초기 버전을 다시 다운로드 할 수 있습니다.


2015 년 7 월 31 일 오후 5시 20 분에


나는 그것을했지만 지금은 플랫폼이 더 이상 사용자 정의 지표를 추가 할 수 없게되었습니다.


그것은 그것을 볼 수 없다.


여기서 내가 당신의 지시에 따라 바꿨습니다.


미안해. 인내심을 가져라. : ((


2015 년 7 월 31 일 오후 6시 20 분


이 코드는 다른 코드 (이 게시물의 링크를 통해 다운로드 한 코드가 아닌)로 작업 중이거나 그 중 많은 부분을 대체 한 것 같습니다. & # 8230; 다시 시작하는 것이 좋습니다. 또한 변경 사항을 적용하여 & # 8220; 컴파일 & # 8221;을 누르면 정확하게 무엇이 잘못되었는지 알려주는 오류 목록이 나타납니다.


이 얼마나 시원한 지표. 50 % 또는 그와 같은 촛불이 어떤 백분율 %의 촛불을 보여줄 수 있습니까? 그것은 매우 유용 할 것입니다. 나는 코더가 없지만 나는 20 % 이상인 촛불을 식별하는 데 도움이되는 방법을보고 싶어한다.


2011 년 11 월 7 일 오후 6:06


그것은 작은 수정으로 할 수 있습니다.


2014 년 8 월 18 일 오후 2시 31 분


귀하의 사이트에 처음으로, 좋은. 나는 Kev가 2011 년 11 월 7 일을 언급하면서 촛불을 백분율로 나눌 지표를 원합니다. 고마워. 존.


2014 년 8 월 18 일 오후 7:08


아니, 나는 가지지 않았지만 케브는있다. 아래 코드를 볼 수 있습니다.


이 모드가 무엇인지 말해 주시겠습니까? 저는 오늘이 문제를 해결할 것입니다.


나는 수학을 얻고, 심지 길이를 양초 높이 / 낮춤으로 나눈다 (즉, 전체 양초 길이 포함 심지)


그레이트 인디.


방금 해봤지만 생각보다 약간 까다 롭지 만 포트폴리오에 추가하고 싶을 수도 있습니다. 뛰어난 코드 조각에 대해 다시 한 번 감사드립니다.


2011 년 11 월 8 일 오후 2:30.


공유에 큰 감사를드립니다. 파일을 공유하는 웹 사이트에 파일을 업로드하고 코드의 긴 부분 대신 여기에 링크를 제공하면 더 낫습니다. 어쨌든 고마워!


내가 코더가 아니기 때문에 경고를 적절하게 코딩 할 수는 없었다. 미안하다.


안녕하세요. & # 8230; 이것은 훌륭한 지표입니다. 저는 오랫동안이 지표를 조사해 왔으며, 이제 여기에서 발견되었습니다. 그러나 촛불의 몸 길이를 보여주는 표시기 만 수정합니다. 알림 메시지는 나에게 매우 유용합니다. 정말 고맙습니다. 나는이 사업과 귀하의 삶에서 당신을 위해 더 많은 성공을 기원합니다.


2011 년 11 월 10 일 5:23 pm.


나는 기쁘다. 시간이 있다면 수정 파일을 일부 파일 공유 웹 사이트에 업로드하고 여기에 링크를 게시하십시오. 어쩌면 다른 몇몇 거래자들 또한 유용 할 것입니다. 감사.


2011 년 11 월 11 일, 오전 3시.


위의 ur 명령을 따르지만이 표현식으로 바꾸려면 : [i] & # 8211; 닫기 [i] 및 닫기 (i) - 열기 (i). 하지만 시각적 인 & amp; 소리 경고. 제대로 작동하지 않습니다. 새로운 초를 시작할 때마다 경고가 계속 발생합니다. 그것을 향상시킬 수 있습니까? 감사!


2011 년 11 월 11 일 8:43 am.


117-124 줄을 제거하고 대신 다음 코드 줄을 제거하십시오.


if (MathAbs (Close [index] - Open [index]) & gt; = UpperWickLimit * Point) DoAlert = true;


그런 다음 UpperWickLimit을 통해 경고를위한 최소 양초 크기를 설정할 수 있습니다.


2:34 am, 2011 년 11 월 12 일.


Oo yess ... 나는 라인 117-124를 수정하는 것을 잊었다. 이제 일이야. 대단히 감사합니다 !!


나는이 표시가 마음에 듭니다. 경고가 나에게 2 분의 1의 순간에도 가격 움직임을 상기시켜주기 때문입니다. 1 분 안에 가격이 7 pips 이상으로 올라간다면 scalper가 무역 기회를 찾을 수있는 좋은 계기가됩니다.


2011 년 11 월 12 일 오전 8:17.


표시기의 재미있는 사용법 :).


3:19 am시 2012 년 11 월 19 일


안녕하세요, Adi, 귀하가 지표를 공유 할 것을 요청할 수 있습니다. 그게 내가 남자를 많이 도왔을거야. 덕분에.


mq5 코드를 이용해 주셔서 감사 드리며 프로그래밍에 대한 기본 지식,


특정 양초 크기에 경고하기 위해 코드를 수정하는 데 사용했습니다. :)


이 표시기는 총 길이의 1/3 또는 30 % 이내에 개폐 가능한 촛불만을 보여줄 수 있습니까? 정말 고마워요.


2012 년 1 월 9 일 오전 10:15


위쪽 / 아래쪽 1/3 또는 1/3 (기본적으로 열기와 닫기의 차이가 길이의 1/3을 넘지 않음)을 의미합니까?


2012 년 2 월 10 일 12:35 am.


네, 촛불의 위쪽 / 아래쪽 1/3 밖에 없습니다. 매우 감사합니다.


2012 년 2 월 10 일 5:09 pm


CandleWicksDisplay의 새 버전을 다시 다운로드하십시오. 입력 매개 변수는 TopBottomPercent라고합니다. 촛불을 길게하려면 & # 038; 위쪽 / 아래쪽 1/3 안에 닫음으로 길이를 얻으려면 33으로 설정하십시오. 백분율 값으로 설정할 수 있습니다.


코드를 주셔서 대단히 감사합니다! 그것은 내가 필요한 것에 아주 가깝습니다.


필자는 몸의 거리를 pips로 계산하도록 코드를 변경했습니다.


그러나 일부 촛불은 숫자를 표시하지 않습니다. 이것을 파악할 수 없었습니다.


왜 일부는 번호가 매겨졌고 어떤 것은 번호가 매겨지지 않은 것입니다.


당신이나 다른 코더가 코드를 모든 사람들에게 보여줄 수있게 도와 줄 수 있습니까?


양초에서 그리고 매력적인 거리에서 양초?


미리 감사드립니다.


오, 그래 : 나는 Open & Close Length 만 또는 전체 & # 8221; body & # 8221; 길이는 pips입니다.


2012 년 2 월 22 일 오후 2시 23 분


오, 나도. open - close (본문 길이 만). 내가 코드를 변경하려고하지만 아무런 가치도 보이지 않습니다.


2012 년 2 월 22 일 오후 2시 41 분.


MathAbs를 사용해보십시오 (닫기 [i] & # 8211; 열기 [i]).


제안 된 코드를 제공해 주셔서 감사합니다.


여전히 제대로 계산되지 않습니다. 약 80 %의 효과를 나타내지 만 일부 지역에서는 카운트없이 긴 추세를 유지합니다.


다른 아이디어는 크게 감사하겠습니다.


2012 년 2 월 22 일 오후 7:37


DisplayWickLimit을 0으로 설정하는 것을 잊었습니까?


안녕하세요, 이 위대한 인디에 감사드립니다. 나는 2 개의 조건 : 초의 몸이 많은 핍보다 크고 (같은 시간에) 심지 중 하나가 심지의 수보다 작 으면 나에게 경고하기 위해 그것을 수정하고 싶다. 제발 도와 줘서 고마워요!


나는이 표시기를 양초의 크기를 보여주기 위해 변환하는 방법을 알고있다. & nbsp; huhu.


2012 년 3 월 27 일 11:46시.


이 표시기를 사용하는 방법을 모르겠습니다. 그것을 사용하는 방법에 대해 나를 도와주세요.


2012 년 3 월 27 일 12:29 pm


MetaTrader의 차트에 첨부하십시오.


이것은 훌륭한 지표의 한 마음입니다. 필자의 유일한 요구는 양초 조사에서 내가 예를 들겠다는 것을 나타내는 지표를 작성하는 것입니다.


우리가 uptrend에 있고 닫는 것은 제 1의 초를 위해있다라고 생각한다, 그리고, 제 2의 양초는 제 2의 닫히는 제 3의 촛대와 같은 제 1의 양초와 같은 것의 제비 뽑기 위에 닫힌다. 제 2는 나의 질문이 지금있다. 각 촛불의 마감은 1 2 3 3 4처럼 높습니다. 그러나이 코드는 3 개 이상의 측면 양초가 있다고 말하면 다시 계산을 시작하거나 다시 시작할 수 있어야합니다. 카운트를 에이 진 이상으로 시작하십시오. 나는 그것이 완료 될 수 있다면이 표시기를 너무 원한다. 하지만 나는 이것을 mt4에 부탁한다.


2012 년 4 월 2 일 9:55 am.


흥미로운 아이디어. 우리 포럼에서 물어볼 수 있습니다 :


아마도 누군가 그것을 구현할 것입니다.


안녕, 위대한 inidicator.


metaquotes에 의해 제안 된대로 매일 MT4를 다시 시작하면 이전 촛불을 할 때 심지 번호가 차트에서 제거되지 않으므로 중복 번호와 언젠가는 다른 번호가 표시됩니다.


이 표시기를 새로 고치고 오래된 객체를 24 시간 동안 지우는 방법이 있습니까?


미리 감사드립니다.


2012 년 4 월 11 일 오전 7:52


표시기는 초기화 취소시 모든 객체를 삭제합니다. 최신 버전을 사용하고 MetaTrader 4를 올바르게 종료하십시오.


대단한 감사. 나는 당신의 첫 번째 버전을 얼마 전에 발견했다.


2012 년 4 월 11 일 9:17 am.


어떤 시간대 양초에 커서를 올려 놓으면 그 특정한 양초의 최고 값과 최저 값의 순 차이를 보여 주어야합니다. 가능하다면 예, & # 8211; 내 주소로 동일한 선생님을 업로드하십시오. 고맙습니다.


2012 년 7 월 23 일 9:06 am.


아뇨, 미안 해요. 그것의 팝업 MetaTrader 시스템 툴팁. 그건 바꿀 수 없어요.


안녕하세요, 관리자, 도와 주실 수 있습니까? 이 표시기가 필요하지만 경보가 있다는 표시기를 원합니다. 예를 들어, 1.23000의 공개 가격, 열린 가격의 5pips 가격, 1.23050의 가격으로 경보가 울리기를 원합니다. 그 반대의 경우 가격이 하락하면 1.22950의 가격으로 울리기를 원합니다.


다시 한번 나를 도와주세요.


이것을 공유해 주셔서 감사합니다. 정말 감사합니다. 나는 언젠가 이것을 찾고 있었다. 이 블로그를 발견했을 때 & # 8230; 와우 !


프로그래밍 배경이 없습니다. 그냥 궁금. 이 표시기를 EA / 로봇으로 만들 수 있습니까? 그렇습니다. 성공 / 실패율을보기 위해 우리가 파고 드는 비즈니스 논쟁을 테스트 할 수 있는지 테스트를해볼 수 있습니까?


2012 년 11 월 24 일 오후 2:35


확실히 EA로 만들어 전략 테스터에서 테스트 할 수 있지만 비즈니스 인수는 무엇입니까?


안녕하세요, 그 표시기에서 5,6,7,8,9,10 등 많은 위크 값을 보여줍니다 그래서 어떤 시점에서 시장에 진입하고 언제 종료해야하는지 알 필요가 있습니다. 고마워요.


2013 년 1 월 15 일 오후 2시.


죄송 합니다만이 표시기를 입력 신호로 사용할 수는 없다고 생각합니다.


너희들은 가보지 않고 가장 가까운 것 같아. :)


이것은 정말로 인상적인 물건이다!


내가 찾고있는 것은 이것의 변형이다.


곰 양초의 닫기와 낮게의 백분율 차이를 계산할 수있는 지표.


또는 닫고 황소 초 높이.


결과가 & gt; 20 % (사용자 정의 가능한 숫자와 같은 경우) 인 경우에만 결과를 표시 할 수 있습니다.


누군가 어떻게 그랬을까요?


2013 년 1 월 23 일 오전 8:07


가까운 쪽과 낮은 쪽의 백분율 차이는 무엇입니까? 예를 보여 주실 수 있겠습니까?


probs 없음 & # 8230; 기본적으로 내가 좋아하는 것은이 지표의 PERCENTAGE 버전의 변형입니다.


a) 심지 인 촛불의 비율은 촛불의 위 또는 아래에 표시됩니다.


b) 개인화 할 수 있습니다. 따라서 모든 양초에 대한 백분율을 생성하는 대신에 조정할 수 있으므로 심지가 전체 양초의 10 % 미만인 경우에만 결과를 표시합니다.


희망이 있습니다. & # 8217;


도와 줘서 고마워!


2013 년 2 월 5 일 6:52 am.


왜 Kev의 버전이 당신을 위해 일합니까?


나는 Kev가 제공 한 버전을 코딩하려고 시도했는데 너무 많은 오류가 발생 했는가?


내가 잘못 했니? 그냥 mt4 코더에 그것을 터뜨 렸고 그것을 할 일을하게?


2013 년 2 월 8 일 오후 7:03


그래, 도청 당했어. 나는 새 것을 코딩했다. 업데이트 된 다운로드 링크는 게시물을 참조하십시오.


이것에 대한 귀하의 모든 도움에 감사드립니다 & # 8230;


이 새로운 코드는 어디에 코딩 되었습니까? 찾지 못하겠습니까?


2013 년 2 월 9 일 오전 7:43


소식 하단 (차트 이미지 바로 아래)에 업데이트가 추가되었습니다.


필자는 개인 지시에 맞게이 표시기를 사용하여 몇 가지 다른 꼬임을 만들었습니다.


프로세스의 마지막 부분을 마무리하는 데 도움이 필요합니다. & # 8230;


지금 당장 & # 8230; 인디케이터는 심지의 PERCENTAGE를 산출하며 설정에서 수정할 수 있습니다. 특정 숫자 (미리 설정된 값은 & # 8216; 5 % & # 8217;) 이하의 결과를 포함하지 않습니다.


내가 한 것은 코드를 수정하여 다음과 같이합니다.


A) 설정 결과에서 미리 설정 한 숫자보다 높은 결과를 할인하려면 다음을 수행하십시오. 즉, 10 %를 초과하는 결과를 표시하지 않으려면,


B)이 필터를 TOP와 BOTTOM 위크에 모두 적용했습니다.


C) 그것이 모두 기준을 충족했을 때 결과를 보여줄 수 있도록 만들었습니다.


제가 여러분의 도움을 필요로하는 것은 단지 간단한 화살이나 뭔가로 양초의 결과를 보여줄 수있는 방법을 찾는 것입니다. 상단 및 하단 심지가 10 % 미만인 양초에 대해서만 알림을 받고 싶습니다. & # 8211; 나는 그들이 10 % 이하의 숫자를 특별히 신경 쓰지 않는다! 나는 단지 나의 기준이 충족되었다는 것에 관심이있다.


위 화살표와 아래 화살표 대신 단순히 화살표로 알려주는 퍼센트 위크 표시기를 코딩하는 방법은 무엇입니까?


도와 주셔서 대단히 감사합니다 & # 8230;


2013 년 2 월 10 일 오전 8:08


주석 안에 큰 코드 덩어리를 삽입하지 마십시오. 파일 공유 호스팅에 파일을 업로드하고 링크를 게시하십시오.


2013 년 2 월 10 일 오전 11:21


죄송 합니다만, 이미 사용 가능한 코드를 조작 할 때 어디서 잘못되었는지 설명하려고했습니다.


어느 누구도 달성하고자하는 버전을 도울 수 있습니까?


2013 년 2 월 10 일 오후 2시 23 분


파일을 Google 드라이브에 저장하고 여기에 링크를 게시하십시오. 주석을 통해 제출하면 코드를 읽을 수 없게됩니다.


그 Percentage code one Admin & # 8230; 나는 그런 식으로 시작해야 할 곳을 알지 못했다. 정말로 시간과 노력을하는 사람에게 감사드립니다. & # 8230;


간단히 말해, 이전에 나열한 조건을 준수하려고했지만 완전히 작동하지 않았습니다. 필자는 아마 파일이 웃음을 제외하고는 코더에게 실제로 사용되지는 않을 것이라고 생각합니다.


실제로 이러한 조건을 코딩하는 데 도움을 줄 수있는 사람이 있습니까?


바로 지금 ... 표시기는 위크의 PERCENTAGE를 계산하며 설정에서 수정할 수 있습니다. 특정 숫자 ( '5 %'로 사전 설정 됨) 아래의 결과를 포함하지 않습니다.


내가 한 것은 코드를 수정하여 다음과 같이합니다.


A) 설정 결과에서 미리 설정 한 숫자보다 높은 결과를 할인하려면 다음을 수행하십시오. 즉, 10 %를 초과하는 결과를 표시하지 않으려면,


B)이 필터를 TOP와 BOTTOM 위크에 모두 적용했습니다.


1) BULL 바 & # 8211; 위크의 TOP에 필터 적용.


2) BEAR Bar & # 8211; 필터 위크의 바닥에 적용됩니다.


3) 충족시킬 양쪽 측면 기준을 켜기위한 옵션.


내가 당신의 도움을 필요로하는 것은 단지 간단한 화살표 또는 뭔가로 양초의 결과를 표시하는 방법을 알아내는 것입니다. 상단 및 하단 윅이 10 % 미만인 양초에 대해서만 통보하고 싶습니다. 그들이 10 % 이하의 숫자는 구체적으로 신경 쓰지 않습니다! 나는 단지 나의 기준이 충족되었다는 것에 관심이있다.


위 화살표와 아래 화살표 대신 단순히 화살표로 알려주는 퍼센트 위크 표시기를 코딩하는 방법은 무엇입니까?


당신의 도움을 주셔서 대단히 감사합니다…


2013 년 2 월 10 일 10:40 pm.


위의 조건을 짜기 위해 노력했지만 얼굴에 파이가 생겼습니다. & # 8230;


누군가가 실제로 위의 코드를 달성하는 데 도움이 될 수 있습니까? 여기 정말 도움이 돼 주셔서 감사합니다.


다시 한번 고마워요.


2013 년 2 월 11 일 오전 8:06


너 나 혼란스러워. 조건에 대한 코드를 실제로 수정 했습니까? 이제 백분율 표시를 화살표 표시로 변환해야합니까?


나는 색깔이나 양초를 빨강과 초록으로 바꾸는 법을 배우고 가능하다면 뒷 배경색을 MT5에서 흰색으로 유지해야합니다.


2013 년 7 월 16 일 4:20 am.


차트를 마우스 오른쪽 버튼으로 클릭 - & gt; 속성. 색상 탭에서 거의 모든 색상을 설정할 수 있습니다.


안녕. 도움이 필요합니다. 본문 길이보다 큰 심지 만 표시하도록 코드를 수정하도록 도와 줄 수 있습니까? 예를 들어 촛불 바디가 10이고 위 또는 아래 위크가 10보다 크면 위크 값이 표시됩니다. 그렇지 않으면 값이 표시되지 않습니다.


2013 년 7 월 21 일 6시 24 분에


Hard가 아닌 MathAbs (Close & # 8211; Open) 차이는 신체 길이에 필요한 것입니다. 한계 점검 조건에 추가하십시오.


안녕. 다음 조건을 알려주는 지표가 필요합니다. 동일한 강세 / 곰 같은 패턴의 3 개의 막대기와 3의 마지막 하나는 5 pips의 길이보다 길며 현재 막대가 5 pip 길이의 마지막 3 개의 막대와 반대 인 경우에는 경고음이 울리도록 표시기가 필요합니다.


위의 모든 것은 다소 혼란 스럽습니다.


저는 Newbie의 NEWBIE이고 스크립트를 작성하는 방법을 전혀 모릅니다. 촛점에 마우스 포인터를 올릴 때마다 필자의 촛불 길이를 pips, 즉 윅 - 투 - 윅 / 섀도우로 바꿀 수있는 표시기는 어디에서 찾을 수 있습니까?


미리 많은 감사드립니다!


2014 년 2 월 24 일 오후 7시 48 분.


죄송 합니다만 그러한 표시가 있는지 알 수는 없습니다.


다시 안녕하세요. 나는 뒤로 비평했다. 나는 아직도 똑같은 것을 찾고있다. 저는 프로그래머가 아니며이 위대한 지표를 통해 매우 간단한 것을 할 수 없습니다. 촛불의 몸길을 닫은 상태에서 닫히는 상태로 표시하고 싶습니다. 그것과 그것은 아주 좋을 것입니다! MathAbs & # 8221;를 사용하여 제발 나를 도울 수 있습니까? 또는 다른 것은 그냥 효과가 없습니다. 그렇지 않으면, 나는이 지표를 사랑한다 !! 촛불 길이와 열린 거리의 차이를 한 눈에 자동으로 볼 수있게되면할수록 좋습니다. 이 표시기를 동시에 두 가지 작업을 모두 수행하도록 수정할 수 있다면 정말 멋지게 될 것입니다! 미리 감사드립니다.


교정 (오늘 아침 일찍) : 촛불 몸체 측정 거리와 길이, 심지 거리 (그림자 길이)를 한 눈에 볼 수 있다면 분석에 도움이 될 것입니다. 그것이 어려울 경우, 나는 차트에 게시 된 촛불의 몸 길이를 아는 것이 행복 할 것입니다. 감사!


2014 년 3 월 4 일 오후 4:02


몸 길이와 심지를 표시하기가 어렵습니다. & # 8217; 길이는 3 개의 값이기 때문에 길이는 두 개의 일반적인 위치만으로 차트에 숫자를 배치 할 수 있습니다. 촛불 위와 아래.


표시기에 신체 길이를 표시하려면 MT4 버전을 사용 중이라고 가정하고 다음을 변경해야합니다.


85 행 : 높음 [i] & # 8211; 닫기 [i]를 눌러 [i] & # 8211; [i]를여십시오.


88 행 : High [i] & # 8211; 닫기 [i]를 눌러 [i] & # 8211; [i]를여십시오.


93 행 : [i] & # 8211;을 엽니 다. 낮음 [i] 닫기 [i] & # 8211; [i]를여십시오.


96 행 : [i] & # 8211; 낮음 [i] 닫기 [i] & # 8211; [i]를여십시오.


104 번 라인 : High [i] & # 8211; [i]를 열어 [i]를 엽니 다. & # 8211; 닫기 [i]


107 번 라인 : High [i] & # 8211; [i]를 열어 [i]를 엽니 다. & # 8211; 닫기 [i]


112 행 : [i] & # 8211; 저 [i]를 열어 [i] & # 8211; 닫기 [i]


104 행 : [i] & # 8211; 저 [i]를 열어 [i] & # 8211; 닫기 [i]


127 행 : 높은 [index] & # 8211; [index]를 닫고 [index] & # 8211;을 엽니 다. 낮은 [index] 닫기 [index] & # 8211; [색인] 열기


온라인 131 : High [index] & # 8211; [색인]을 열고 [색인] & # 8211;을 닫으십시오. 낮은 [index] 닫기 [index] & # 8211; [색인] 열기


모든 양초의 바디 길이를 표시하려면 입력 매개 변수 DisplayWickLimit을 0으로 설정하는 것을 잊지 마십시오.


신속한 대응과 분석에 감사드립니다. 당신 말이 맞습니다. 이 수치를 나타내는 세 개의 숫자를 넣는 것은 어려울 것입니다. 나는 각 줄에 모든 수치를 입력했는데 (두 줄 # 104에 대해 확실하지 않았다.) 완전히 컴파일되지는 않았다 :


& # 8216; CandleBodySize. mq4 & # 8217; CandleBodySize. mq4 1 1.


모든 제어 경로가 값을 반환하지는 않습니다. CandleBodySize. mq4 16 1.


모든 제어 경로가 값을 반환하지는 않습니다. CandleBodySize. mq4 31 1.


0 오류 (들), 2 경고 (들) 1 3.


나는 그것들을 잘못 입력했기 때문에 그것이라고 확신한다. 촛불 시체 길이를 얻을 수 있도록 도와 줘서 고마워. 의견이 있으면 알려주세요.


이것은 정말 멋진 지표 및 코드입니다 :)


2014 년 3 월 4 일 10시 20 분에


네, 104 초가 아니라 104 초가되어야합니다.


그것은 OK이다. 그 두 가지 경고는 무해합니다.


년 - 월 - 일 - 시간 대신 현재 기호를 표시하도록 표시기의 경고 섹션을 사용자 정의하기위한 개인적인 요청을 제출해도됩니까?


2014 년 4 월 5 일 6시 51 분에


네, 지시계를 다시 내려주세요. 이제 날짜와 통화 쌍이 모두 표시됩니다.


2014 년 4 월 6 일 4:08 pm


신속한 답변을 보내 주셔서 감사합니다. & # 8230; 신의 축복.


안녕. 방금 당신의 훌륭한 지표를 찾았습니다.


나는 MQL4 프로그래밍 언어에 상당히 익숙해졌으며, 이 표시기는 필자가 마우스에 위치시킨 양초의 심지 길이 만 말할 수 있다고 생각했다. 이 문제가 해결 될 수 있을까요? 그렇다면 어떤 연산자를 사용할 수 있습니까? 나는 아직 해결책을 찾지 못했다. & # 8230;


2015 년 1 월 13 일 5:25 pm.


그렇게하는 것은 매우 어려울 것입니다. CHARTEVENT_MOUSE_MOVE 이벤트를 포착하고 X 및 Y 좌표를 사용하여 양초를 계산해야합니다. 또는 일부 외부 DLL을 사용하여 마우스로 작업 할 수 있습니다. 두 경우 모두 코딩하는 것은 쉬운 일이 아닙니다.


안녕하세요! Candlewickdisplay는 아주 좋은 지표입니다. 수정되었으므로 이제 전자 메일 경고의 시간대가 표시됩니다. 심판이 어디에 존재 하나, 더 많은 도움이 필요합니다. 나는 그것을 원한다, 다만 저를 경고한다, 심지가 동일한 길거나 더 길 때, 몸과 나는 몸과 심지 비율이 같을 때, 또는 심지 2, 3 시간 더 큰 예를 들면 다만 경고하는 심미 및 몸 비율을 결정하고 싶다. 몸과 같지만 길이도 표시합니다. 고맙습니다!


이 같은:


비율에 1, 2, 3 등을 사용하십시오.


감사합니다. 귀하의 매우 빠른 답변과 도움을! 한 가지 더 : 귀하의 대답을 붙여 줄 라인 번호가 하나 있습니까? 고맙습니다!


2015 년 2 월 1 일 오전 10:01


내가 어떻게 알아? 나는 당신이 사용하는 코드를 한번도 보지 못했다.


2015 년 2 월 1 일 오후 7시 45 분에


다음 번에는 pastebin에 붙여 넣으시고 코드 벽을 게시하는 대신 여기에 링크를 제공하십시오.


다음 코드를 내 코드로 바꿉니다.


이 지표에 감사드립니다. 나는 너무 많은 문제가 아니라면, 부탁 할 작은 부탁을 가지고있다.


현재이 표시기에 표시된 값은 양초 몸체와 겹칩니다 (MT4 765 버전 있음). 코드를 변경하여 양초 위 또는 아래의 값을 사용자 정의 거리만큼 이동시킬 수 있습니까?


거기에 대한 DisplayWickDistance 매개 변수가 있습니다.


당신의 도움을 주셔서 감사합니다. 이제 작동합니다!


첫 번째 가까운 가격에서 두 번째 가까운 가격까지 거리 (pips)를 측정하는 방법은 무엇입니까?


이 표시기로 가능합니까?


2015 년 8 월 6 일 오전 8시 18 분.


이 버전을 사용해보십시오 :


작동하지만 더 이상 Wicks 표시기가 아니기 때문에 실제 매개 변수를 정리하고 이름을 바꾸는 것이 좋습니다.


예를 들어, 대단히 감사합니다.


안녕하세요 .. 내가 표시기 코드에서 몸 길이와 mt5에 촛불의 전체 길이를 표시하려면 무엇을 변경해야합니까 ??


2016 년 2 월 8 일 오후 2시 15 분


몸이 범위의 50 % 이하인 양초에만 색을 칠하는 표시기를 사용할 수 있습니까? 즉


색상 초 (예 : 파란색 또는 다른 색상) = 본문 <또는 범위의 50 %


기대해 주셔서 감사합니다.


예, 가능하지만 현재는 코딩에 관심이 없습니다.


첫째, 이 훌륭한 블로그와이 Wick 지표 덕분에 어느 정도는 내 필요에 부합됩니다. 이것은 마지막 촛대의 공개 가격과 마감 가격만을 읽은 다음 백분율 (빨간색 또는 녹색)의 차이를 보여주는이 지표의 수정 된 버전을 보유하고 있는지 물어 보는 것입니다.


당신이 응답을 주셔서 감사합니다,


2016 년 8 월 15 일 5시 3 분에


아마도 이것은 당신을 도울 수 있습니다 :


프로그래밍 작업에 감사드립니다.


5 자리 숫자로 수정할 수 있습니까?


예를 들어, 모든 매개 변수가 표시되고 5 번째 십진수로 입력됩니다.


2016 년 9 월 18 일 오전 11:18


코드에서이 줄을 주석 처리하거나 제거하면 피드가있는 자리수와 함께 작동합니다.


if ((Point == 0.00001) || (Point == 0.001)) Poin * = 10;


고마워요!


너무 많은 문제가 아니라면 가격 표시가 촛불 위 또는 아래에 나타나는 Y 축의 거리가 코드 줄로 변경된다는 것을 알려주시겠습니까? 나는 양초 위에 숫자를 붙이고 촛불을 양초에서 멀리 옮기고 싶다.


2016 년 9 월 18 일 1:37 pm.


코드를 변경하지 않아도됩니다. DisplayWickDistance 입력 매개 변수는이를 제어합니다.


고맙습니다. 그것은 완벽하게 작동했습니다.


어떤 코드 행이 역사에서 막대를 다시 제어합니까?


ie : 마지막 2 개의 막대 만 레이블을 붙이고 싶으면 ..


2016 년 9 월 20 일 오후 2시 38 분.


제한은 다음 코드 줄에서 고정되어 있습니다.


if (limit & gt; 500) limit = 500;


500에서 2로 변경하고 다시 컴파일하여 목표를 달성 할 수 있습니다.


나는 소리 경보와 함께 특별한 지표를 만들고 싶다.


2017 년 2 월 20 일 오후 9:55


도움말 & # 8211; 아마. 정확히하고 싶은 일과 어떤 종류의 도움이 필요합니까?


Wajdyss 캔들 길이 표시기 V1.


우리는 Metajrader의 Wajdyss Candles Length Indicator V1 Forex 지표가 무료로 제공되고 있음을 확인하는 데 너무나 놀랐습니다. 이 지표는 비용 부담없이 제공됩니다. 이 Wajdyss Candles Length Indicator V1은 무료로 제공되는 놀라운 지표를 거친 후 우리의 관심을 극대화했습니다. 따라서 우리는 이것을 무료 Forex 지표로 생각합니다.


이 특정 mq4 코드를 사용하여 몇 가지 테스트를 수행했습니다. 그리고 우리가 예상했던 것만 큼 훌륭하게 기능합니다. MT4 (Metatrader 4) 및 MT5 (Metatrader 5) 에디션 모두에서 매우 호환되며 다른 Meta Trader 프로그램에서도 사용할 수 있습니다. Forex Candle Bar Indicators 그룹에는 이와 같은 몇 가지 유사한 지표가 있습니다.


Wajdyss Candles Length Indicator V1 Forex Indicator를 시도한 직후에 제품의 등급을 남겨두면 많은 도움이 될 것입니다. Wajdyss Candles Length Indicator V1 표시기 사용과 관련된 생각이나 요령은 환영합니다. 귀하의 의견과 피드백의 도움을 사용하여 Forex 통화 거래자는 어떤 지표가 그들에게 더 좋을지에 대한 훨씬 더 좋은 아이디어를 얻을 것입니다.


외환 거래자로서 우리는 더 정확하게 거래 할 수있는 더 나은 지표를 계속 찾아야하며이 무료 Wajdyss 캔들 길이 표시기 V1 표시기가 거래를 훨씬 정확하게 파악하거나 더 나은 거래 의사 결정을 내리고 더 나은 수익을 올릴 수 있기를 바랍니다. 우리는 Wajdyss Candles Length Indicator V1과 같은 최고의 Forex 지표를 찾으려고 노력합니다. Google에서 무료로 다운로드하여 접근성을 높이고 더 나은 거래자를 확보 할 수 있도록 인터넷 사이트에 즉시 업로드합니다.


트위터에서 우리를 사용하거나 페이스 북에서 우리 페이지를 좋아해서이 특별한 지표로 행복한 이야기를 나눌 지 확인하십시오. 새로운 지표를 업로드 할 때마다이를 알려줍니다.


다운로드 wajdyss 양초 길이 표시기 v1.mq4 Metatrader Indicator Free.


관련 지표 :


회신을 남겨주 답장을 취소하십시오.


다운로드하려면 로그인하십시오.


로그인하려면 아래에 사용자 이름과 암호를 입력하십시오.


아래 양식을 작성하여 등록하십시오.


주소를 입력하여 비밀번호를 재설정하십시오.


오늘 & # 8217; 톱 다운로드.


이번 주 인기 다운로드.


이번 달의 인기 다운로드.


표시기 검색.


표시기 카테고리.


ATR (34) 브레이크 아웃 (39) 캔들 바 (42) CCI (74) 채널 및 밴드 (186) 디스플레이 정보 (53) 발산 (12) 피보나치 (48) 물고기 (20) 도형 (12) MACD (99) 기타 (582) 이동 평균 (378) 다중 시간 프레임 (81) 오실레이터 (103) 오버레이 (14) 패턴 인식 (10) 피벗 (94) 범위 (31) 취소 (10) RSI ) 추세선 (25) 휘발성 (12) 볼륨 (20) 지그재그 (53) 추세선 (71) 지원 저항 (76)


RSS 피드.


&부; 2016. 판권 소유. Coderment Limited에서 개발했습니다.


MT4 Candle Pips 사이즈 표시기를 다운로드하십시오.


MT4 촛대 크기 표시기는 양초 크기를 표시하는 표시기입니다. MT4 캔들 크기 표시기는 상단에 황소 핍 번호를 표시하고 하단에 곰 황소 핍 번호를 표시합니다.


MT4 Candle Pips 다운로드 크기 표시 :


MT4 촛대 크기 표시기 높음 : 낮음 :


MT4 양초 뚜껑 크기 표시 등 열림 / 닫힘 :


관련 항목 : Pips Day Range 표시기 다운로드 Pips Day Range 표시기는 x 일 양초의 pips 범위의 상자 및 텍스트를 표시하고, 쌍 값 공개, 닫기 pips, 낮은 pips 열기, 높은 pips 열기, 일간 총 pips 범위를 표시합니다. 양초 목록 열기 목록 닫기 높음 낮음 변경 사항 Indciator Download Candle Open Close 높음 낮음 변경 사항 Indciator는 최근 5 개의 양초 & # 8217; 오픈 클로즈 및 하이 로우 범위. 회원 가입없이 3 분 안에 양초를 클릭하십시오. Candle Length Histogram Indicator 다운로드 Candle Length Histogram 표시기는 pips에서 막대의 높낮이 (열림과 닫음) 사이의 길이를 표시합니다. 매개 변수 : CandleBodyOnly : & # 8212; TRUE : 캔들 열림과 닫힘 사이의 거리를 표시합니다. & # 8212; FALSE : 촛불 사이의 거리를 표시합니다. ZigZag Pips 바 번호 표시기 다운로드 ZigZag Pips 바 번호 표시기 플롯 ZigZag는 MetaTrader 차트에서 번호 (왼쪽)와 양초 수 (오른쪽)를 pips합니다. ZigZag Pips Bars 번호 표시기를 다운로드하십시오. Pips에서 캔들 범위 표시기 다운로드 Pips에서 캔들 범위 표시기는 모든 양초 & # 8217; 높은 창문에서 낮은 pips 범위. Pips 표시기에 촛불 범위를 다운로드하십시오. MTF 캔들 Pips 경고 변경 MTF 캔들 Pips 다운로드 Pips가 공개 가격과 비교하여 X PIP가 올리거나 내려갈 때 알림 경고를 변경합니다. MTF Candle Pips 다운로드 경고를 변경하십시오. Candle Pips Count 표시기 다운로드 Candle Pips Count 표시기는 촛불 당 몇 개의 pips를 표시합니다. Candle Pips Count Indicator를 다운로드하십시오. MTF 캔들 Pips 변경 경고 표시기 다운로드 MTF 캔들 Pips 변경 경고 표시기는 pips가 오픈 가격보다 큰 x pips를 변경하면 경고합니다. MTF Candle Pips 다운로드 경고 표시기 변경. Candle Pips Open To Close 인디케이터 다운로드 Candle Pips Open To Close 인디케이터는 촛불을 열어 pips 크기를 닫을 수 있습니다. 상단에 황소 핍 번호를 표시하고 하단에 곰 황소 핍 번호를 표시합니다. Candle Pips를 다운로드하십시오. Close High Low Pips 인디케이터 다운로드 닫기 High Low Pips 인디케이터는 특정 바의 핍이 위쪽에 높고 바닥에 거의 가까이있는 것을 보여줍니다. 다운로드 낮은 낮은 핍 표시기를 닫습니다.


Forex 블로그.


Forex 거래 경험 및 거래자에게 유용한 외환 시장에 대한 정보.


구독하여 일일 업데이트를받은 편지함으로 바로 가져올 수 있습니다.


캔들 위크 길이 표시기 & mdash; MT4 / MT5.


오늘, CandleWicks 표시기의 개선 된 버전을 제시합니다. 간단한 경보 스크립트가되는 것에서부터 일부 차트로 표시되는 것은 실제 지표가됩니다. 우리 포럼 사용자 중 한 명의 요청에 따라 필자는이 표시기에 길이 표시 기능이있는 촛불을 코딩했습니다. 입력 매개 변수를 통해 상인이 설정 한 제한보다 긴 심지의 윅 (보통 / 표준 핍으로 표시)의 핍 길이를 표시합니다. 나는이 지표를 사이트의 MetaTrader 지표에 추가하고 싶지 않습니다. 왜냐하면 거래에 어떻게 사용될 수 있는지 알지 못하기 때문입니다. As with all other my indicators, it’s available for both MT4 and MT5 and is completely free:


New customizable input parameters:


DisplayWickLimit — minimum wick length in pips (standard/normal) for indicator to display it on chart.


DisplayHighWickColor — color for the top wick length.


DisplayLowWickColor — color for the bottom wick length.


DisplayWickDistance — distance from the candle high to the top wick length display (you will want to adjust it, depending on the chart timeframe and zoom level).


Old parameters description can be found here.


Demo image (EUR/USD H1, DisplayWickLimit = 10):


Update 2013-02-08: You can also use the Candle Wicks indicator with percentage display if you need one.


관련 게시물:


121 Responses to “Candle Wicks Length Display Indicator — MT4/MT5”


Rob Matysiak.


Your blog is amazing. I especially appreciate the candle stick diagrams as reference.


This indicator (candle´s wicks) is great, but what i realy need is the same indicator , just showing the complete lenght of the candle, form hi to low. Is it possible??


October 19th, 2011 at 5:54 pm.


Yes, you can easily make this change in the code yourself even if you don’t know much about MQL coding.


October 19th, 2011 at 7:05 pm.


Hi thanks for replay, but can you help me please…. What i need to do?? I am not so good in decoding.


고마워, 안부.


October 19th, 2011 at 8:31 pm.


Sure, what version do you use – MT4 or MT5?


March 5th, 2012 at 12:31 pm.


how to setting can let it display candle body pips? open price to close price.


고마워요.


March 5th, 2012 at 3:51 pm.


Sorry, there are no settings that would let this indicator to display candle body pips. You’ll have to change its code for that.


October 21st, 2011 at 6:47 pm.


Find the following expressions in the. mq4 file:


High[i] - Close[i] Open[i] - Low[i] High[i] - Open[i] Close[i] - Low[i]


and replace with this expression:


July 31st, 2015 at 8:02 am.


Hi, I love your blog.


I’m trying to apply this modification.. but it’s not easy at all.


There are several conditions.. could you explain me a lttile bit how to do?


July 31st, 2015 at 12:57 pm.


How is that not easy? Use Ctrl+H to find and replace all instances of “High[i] – Close[i]” with “High[i] – Low[i]”, all instances of “Open[i] – Low[i]” with “High[i] – Low[i]”, all instances of “High[i] – Open[i]” with “High[i] – Low[i]”, and all instances of “Close[i] – Low[i]” with the same “High[i] – Low[i]”. How difficult can it be?


July 31st, 2015 at 2:29 pm.


I was scared to do that. I’m going to try.


You’re great. 감사.


July 31st, 2015 at 2:48 pm.


Why be scared? If you break something you can always download the initial version again.


July 31st, 2015 at 5:20 pm.


I did it but now the platform don’t allow me to add the custom indicator anymore.


It doesn’t see it.


Here the part I changed following your instruction.


sorry about that.. Be patient. : ((


July 31st, 2015 at 6:20 pm.


It looks like either you are working with some other code (not the one that is downloaded via the link in this post), or you have replaced a lot of things there… I recommend starting over. Also, when you make the changes and hit “Compile”, you get the list of errors that tell you what exactly is wrong.


What a cool indicator. Can it display what percentage % of the candle the wick is, like 50% or something, that would be very useful. I’m no coder by the way but I’d love to see how its done to help me identify candles that are 20% or bigger.


November 7th, 2011 at 6:06 pm.


It can with a small modification.


August 18th, 2014 at 2:31 pm.


first time on your site , good. I would like indicator to divide candle into percentages as Kev mentions November 7th 2011. Have you created one . thanks john.


August 18th, 2014 at 7:08 pm.


No, I have not, but Kev has. You can see his code below.


Could you tell me what this mod is, I’ll have a go at this today.


I get the math, wick length divided by candle high/low (that is whole candle length incl wick)


Great indi by the way.


Just done it, was a bit trickier than I thought but maybe you wish to add it to your portfolio. Thank you again for excellent piece of code.


November 8th, 2011 at 2:30 pm.


Big thanks for sharing, but it would be better if you uploaded the file to some file sharing websites and just provided a link here instead of such a long piece of code. Thanks anyway!


could not code the alert properly though as I am not a coder, sorry.


Hi…. this is wonderful indicator, I have been searching this indicator for a long time, now I’ve found here. However, I modify the indicator for just showing the body length of the candle. The alert notification is so useful for me. 정말 고맙습니다. I wish more success for you in this business and ur life.


November 10th, 2011 at 5:23 pm.


I am glad to help. If you have some time, upload your modification to some file sharing website and post here a link to it. Maybe some other traders will also find it useful. 감사.


November 11th, 2011 at 3:00 am.


I just follow ur instruction above, but to replace with this expression: Open[i] – Close[i] and Close (i) – Open (i). But I‘ve found problem in the visual & sound alert. It doesn’t work properly. The alert still active every start of new candle. Can you improve it? 감사!


November 11th, 2011 at 8:43 am.


Remove lines 117-124 and but the following line of code instead:


if (MathAbs(Close[index] - Open[index]) >= UpperWickLimit * Point) DoAlert = true;


Then you will be able to set the minimum candle body size for alert via UpperWickLimit.


November 12th, 2011 at 2:34 am.


Oo yess… I forgot to modify line 117-124. It’s work now. 대단히 감사합니다 !!


I like this indicator because the alert will remind me the price movement even in a matter of second. If price move above 7 pips in just 1 minute, that’s a good momentum for scalper to seek opportunity for trade.


November 12th, 2011 at 8:17 am.


Interesting usage of the indicator :).


November 19th, 2012 at 3:19 am.


hi Adi, may i request from you to share the indicator. That would help me alot man, thanks in advanced.


Thanks a lot for the mq5 code, I’ve basic knowledge with programming,


and used it to modify the code to alert on specific candle size :)


can this indicator be made to show only candles with open and close within 1/3 or 30% its total lenght? Thanks so very much.


January 9th, 2012 at 10:15 am.


Do you mean within only top/bottom 1/3 or any 1/3 (basically the difference between Open and Close to be no more than 1/3 of length)?


February 10th, 2012 at 12:35 am.


yes, i mean within only top/bottom 1/3 of candle . 매우 감사합니다.


February 10th, 2012 at 5:09 pm.


Re-download the new version of CandleWicksDisplay. The input parameter is called TopBottomPercent. Set it to 33 to get only lengths for candles with Open&Close inside top/bottom 1/3. You can set it to any percentage value.


Thank you very much for the code! It is very close to what I need.


I changed the code to just calculate the distance of the body in pips,


however, some candles don’t show a number at all. Couldn’t figure this.


out why some are numbered and some aren’t.


Can you or another coder help me to make the code show a number for every.


candle and at an attractive distance from the candle?


미리 감사드립니다.


Oh yeah: I just need the Open and Close Length only or total “body” length in pips.


February 22nd, 2012 at 2:23 pm.


Oh me too. open - close( body length only). i try to change the coded, but it show no value.


February 22nd, 2012 at 2:41 pm.


Try using MathAbs(Close[i] – Open[i])


Thank you for the suggested code.


It still does not count properly. It does on about 80%, but leaves a long trend without any count in some areas.


Any other ideas would be greatly appreciated.


February 22nd, 2012 at 7:37 pm.


Did you forget to set DisplayWickLimit to 0?


Hello and thanks for this great indi. I would like to modify it to alert me if 2 conditions: candle body is greater than a number of pips and (in the same time) either one of the wicks is smaller than a number of wicks. Please help and thanks very much!


i dont understand..how to convert this indicator to show the size of the candle…huhu.


March 27th, 2012 at 11:46 am.


I am not understand how to use this indicator. please help me for how to use it.


March 27th, 2012 at 12:29 pm.


Just attach it to your chart in MetaTrader.


This is one mind of a wonderful indicator. My only request is is it posible to code an indicator to show candle counts say i will give an example.


Assume we are in an uptrend and the close is up for 1st candle then a 2nd candle closes above the close of the 1st candle same with the 3rd candlle closing above thethe close of 2nd etc. my question is now is there a code that can number the close of each candle `s high like 1 2 3 3 4 etc however this code should also be able tovoid the count or start over again if say there are more than 3 lateral candles. and start the count over agin. I want this indicator so much if it can be done. but i want this for mt4 please.


April 2nd, 2012 at 9:55 am.


Interesting idea. You can ask on our forum:


Perhaps someone will implement it.


Hi, Great inidicator.


As I restart MT4 daily as suggested by metaquotes, when I do the old candle wick numbers are not removed from the chart so I get duplicate numbers and sometime different numbers.


Is there a way to make this indicator resfresh and clear old objects evry 24hrs?


미리 감사드립니다.


April 11th, 2012 at 7:52 am.


The indicator is deleting all of its objects on deninitialization. Please make sure you are using the latest version and exit the MetaTrader 4 correctly.


Terrrific thanks. I discovered your first version some time ago.


April 11th, 2012 at 9:17 am.


If i place a cursor on any timeframe candle, it should show the net difference between high and low of that particular candle. Is it possible sir, if yes – please upload the same sir to my address sir. 고맙습니다.


July 23rd, 2012 at 9:06 am.


아뇨, 미안 해요. It’s MetaTrader system tooltip that pops up there. Cannot change that.


hello admin, can you help me? I need this indicator but I would like an indicator that there is an alarm, for example, open price at 1.23000 then the price moves up 5pips of the open, at the price of 1.23050 I want the alarm to ring. vice versa if the price moves down I want the alarm to ring at a price of 1.22950.


once again please help me.,


Thank you for sharing this. Really appreciate it. I have been looking for this for sometime now. When i discovered this blog… wow !


I don’t have programming background. Just wonder. Can this indicator be made into an EA/robot ? I yes, can we run test to see whether the business argument that we pump in can be tested in order to see the success/failure rate ?


November 24th, 2012 at 2:35 pm.


It can certainly be made into an EA and tested in a Strategy Tester, but what is a “business argument”?


hi i need to know, in that indicator shows many wick values like 5,6,7,8,9,10 and etc so in which point is correct to enter the market and when to exit. please explain, thanks.


January 15th, 2013 at 2:00 pm.


Sorry, but I don’t think that this indicator can be used for entry signals.


You guys seem the closest without going over.. :)


This is really impressive stuff!


What I’m looking for is a variation of this..


An indicator that can calculate the percentage difference between the close and the low on a bear candle.


Or the close and the high on a bull candle.


Then possibly with an ability to only display results if the result is >20% (like a customisable number)


How would someone do that?


January 23rd, 2013 at 8:07 am.


What is “the percentage difference between the close and the low”? Could you demonstrate an example, please?


No probs… Basically what I’d like is a variation on the PERCENTAGE version of this indicator.


a) The percentage of the candle that is wick is displayed above (or below the candle)


b) You can personalize it. So instead of it generating the percentage for every candle you can adjust it so it only displays a result IF the wick is less then 10% of the overall candle.


Hope I’ve been clearer here…


Thanks alot for you help!


February 5th, 2013 at 6:52 am.


Why won’t Kev’s version work for you?


I tried to code the version Kev provided and it generated too many errors?


Did I do it wrong? Just popped it into mt4 coder and let it do it things?


February 8th, 2013 at 7:03 pm.


Yeah, it’s bugged. I’ve coded a new one. Please see the post for an updated download link.


Thanks for all your help with this…


Where is this new one you coded? I can’t find it?


February 9th, 2013 at 7:43 am.


There is an updated appended to the bottom of the post (just below the chart image).


I’ve worked out a number of different kinks with this indicator to modify it to my personal spec.


I need help trying to finalize the last part of the process…


Right now… The Indicator works out PERCENTAGE of wick, and can be modified in the settings, to NOT include results BELOW a certain number (pre-set to ‘5%’)


What I have done is modify the code to make it:


A) ONLY show results BELOW a certain number (to discount any results that are above what ever number I preset in the settings Ie: To NOT show me results above 10%


B) Applied this filter to both TOP and BOTTOM wicks.


C) Made it so it only shows results when BOTH CRITERIA are met.


What I need your help with is working out how I can get it to display the results of qualifying candles by just a simple Arrow or something… I want to only be notified of candles where the upper and lower wicks are below 10% – I don’t care what number below 10% they specifically are! I just care that my criteria has been met.


How do I code the percentage wick indicator to simply notify me with an arrow or something instead of numbers top and bottom?!


Thankyou very much for your help…


February 10th, 2013 at 8:08 am.


Please do not insert big chunks of code inside comments. Upload the file to some file sharing hosting and post a link to it.


February 10th, 2013 at 11:21 am.


Apologies, I was trying to demonstrate where I was going wrong in manipulating the code already available.


Can any one help with the version I’m looking to achieve?


February 10th, 2013 at 2:23 pm.


Just put the file to Google Drive and post a link here. The code becomes unreadable after you submit it via comment.


That Percentage code one Admin… Awesome work man I wouldn’t know where to start with something like that! Really appreciate the time and effort man…


In short I tried to make it comply to the conditions I listed before but it completely didn’t work. I don’t think the file would actually be any use to a coder except for a laugh maybe.


Is there anyone who can help actually code those conditions?


Right now… The Indicator works out PERCENTAGE of wick, and can be modified in the settings, to NOT include results BELOW a certain number (pre-set to ’5%’)


What I have done is modify the code to make it:


A) ONLY show results BELOW a certain number (to discount any results that are above what ever number I preset in the settings Ie: To NOT show me results above 10%


B) Applied this filter to both TOP and BOTTOM wicks.


1) IF a BULL Bar – Filter Applied to TOP of Wick.


2) If a BEAR Bar – Filter Applied to BOTTOM of Wick.


3) An option to switch on for BOTH sides criteria to be met.


What I need your help with is working out how I can get it to display the results of qualifying candles by just a simple Arrow or something… I want to only be notified of candles where the upper and lower wicks are below 10% – I don’t care what number below 10% they specifically are! I just care that my criteria has been met.


How do I code the percentage wick indicator to simply notify me with an arrow or something instead of numbers top and bottom?!


Thankyou very much for your help…


February 10th, 2013 at 10:40 pm.


I TRIED to code the above conditions and ended up with a pie in the face…


Can someone help me to actually achieve the above coded? I’d really appreciate some help here..


Thanks alot once again..


February 11th, 2013 at 8:06 am.


You’ve got me confused. Have you actually modified the code for conditions and now only need to transform percentage display to arrows display?


I need to learn how to change the color or the candles to red and green, and if possible have the back ground color be white on MT5.


July 16th, 2013 at 4:20 am.


Right-click on the chart -> 속성. You can set any colors for almost anything in the Colors tab there.


안녕. really need your help. can you help me to modify the code to show only wick which is greater than the body length. For example, if the candle body is 10 and the upper or lower wick is greater than 10, then the wick value is displayed. Else, no value is displayed.


July 21st, 2013 at 6:24 am.


That’s not hard MathAbs(Close – Open) difference is what you need for body length. Just add it to the limit checking conditions.


안녕. I need a indicator to alert me for the following condition. 3 bars in a same bullish/bearish pattern and the last one of the three is more than 5 pips length and if the current bar is opposite to the last 3 bars with 5 pip length, then i need the indicator to alert me with beep.


All the above is rather confusing.


I’m a Newbie’s NEWBIE and have absolutely no idea how to write script. Where can I find an indicator that give’s me the length of a candle in pips, wick-to-wick / shadow to shadow, whenever I place the mouse pointer on the candle.


Many thanks in advance!


February 24th, 2014 at 7:48 pm.


Sorry, but I don’t know if such an indicator exists.


Hello again. I commented way back. I’m still looking for the same thing. I am not a programmer and still cannot get this great indicator to do something very simple. I would like it to display just the body length of the candle from open to close. That it and it would be so great! Can you help me please because using “MathAbs” or anything else has just not worked. Otherwise, I love this indicator!! The more I can automatically see the differences in the candle lengths and the open-close distance at a glance, the better. If this indicator can be modified to easily do both at the same time, that would be awesome! 미리 감사드립니다.


Correction (it’s early this morning): If I could see the open-close distance or length of candle body measurement AND the wick distances (shadow lengths) at a glance as well, this would really help me in my analysis. If it is to difficult, I would be happy just knowing the body length of the candle posted on the chart. 감사!


March 4th, 2014 at 4:02 pm.


It is difficult to display body length and wicks’ length because it is three values, while there are only two normal positions to place numbers on chart – above and below a candle.


If you want the indicator to display body length, you will need to change the following (assuming you are using MT4 version):


On line 85: High[i] – Close[i] to Close[i] – Open[i]


On line 88: High[i] – Close[i] to Close[i] – Open[i]


On line 93: Open[i] – Low[i] to Close[i] – Open[i]


On line 96: Open[i] – Low[i] to Close[i] – Open[i]


On line 104: High[i] – Open[i] to Open[i] – Close[i]


On line 107: High[i] – Open[i] to Open[i] – Close[i]


On line 112: Close[i] – Low[i] to Open[i] – Close[i]


On line 104: Close[i] – Low[i] to Open[i] – Close[i]


On line 127: High[index] – Close[index] and Open[index] – Low[index] to Close[index] – Open[index]


On line 131: High[index] – Open[index] and Close[index] – Low[index] to Close[index] – Open[index]


Do not forget to set input parameter DisplayWickLimit to 0 if you want it to display body length for all candles.


Thanks for your quick response and analysis. You are right, it would be difficult to put three numbers showing these measurements. I input all your figures on each line (wasn’t sure about the two lines #104) and it would not compile completely:


‘CandleBodySize. mq4’ CandleBodySize. mq4 1 1.


not all control paths return a value CandleBodySize. mq4 16 1.


not all control paths return a value CandleBodySize. mq4 31 1.


0 error(s), 2 warning(s) 1 3.


I’m sure it is because I might have input them wrong. Thank you again for attempting to help me get candle body length on there. Let me know if you have any suggestions!


This is a really cool indicator and code :)


March 4th, 2014 at 10:20 pm.


Yeah, second 104 should be 112, not 104.


It compiled OK. Those 2 warnings are harmless.


May I put forward a personal request to customize the alert section of your indicator to show current symbol instead of year-month-date-time?


April 5th, 2014 at 6:51 am.


Yeah, please redownload the indicator. It will now show both date and currency pair.


April 6th, 2014 at 4:08 pm.


Thanks for the quick response…….keep up the good work. 신의 축복.


안녕. I just found your excellent indicator.


I’m quite in the MQL4 programming language and I got the idea that this indicator could say only the wick length of the candle that I’m positioning on with my mouse… Could this problem be solved? If yes, which operator can I use for it? I haven’t fing any solution yet…


January 13th, 2015 at 5:25 pm.


That would be very difficult to do. You would need to capture CHARTEVENT_MOUSE_MOVE event and calculate, which candle it is over using X and Y coordinates. Alternatively, you could use some external DLL to work with mouse. In either case, it is not a trivial thing to code.


Hi! The Candlewickdisplay a very good indicator, i modified, now this displays the timeframe in the e-amail alert, where is exist the wick, but i would like more help pls! I want that, just alert me, when the wick same long or longer, like the body and i want determined the wick and body ratio for example just alert me, when the body and wick ratio same, or the wick 2 ,3 times bigger like the body, but displays the length as well. 고맙습니다!


이 같은:


Use 1, 2, 3 or whatever for ratio.


Thank You Your very quick answer and help! One more thing:Wich one number of line need to paste Your answer? ThankYou!


February 1st, 2015 at 10:01 am.


내가 어떻게 알아? I’ve never seen the code you are using.


February 1st, 2015 at 7:45 pm.


Next time, please paste it into pastebin and just provide a link here instead of posting the wall of code.


Replace these lines with my code:


Thanks for this indicator. I have a small favor to ask, if not too much trouble.


Currently value displayed by this indicator overlaps with candle bodies (I have MT4 765 version). Is it possible to change code to move values above or below candles by customised distance?


There is DisplayWickDistance parameter for that.


당신의 도움을 주셔서 감사합니다. Now it works!


And how to measure the distance (pips) from the first close to the second close price?


Is it possible with this indicator?


August 6th, 2015 at 8:18 am.


Try this version:


It works, but I’d suggest cleaning up and renaming the input parameters to reflect their actual purpose because it is no longer a Wicks display indicator.


For instance, thank you very much.


Hi..sir what I have to change in the indicator code to show body length and full length of a candle in mt5??


February 8th, 2016 at 2:15 pm.


Is it possible to have an indicator which will color only the candles whose body is less than or equal to 50% of range. i. e.


Color candle(e. g. blue color or any other color) = Body <or=50% of range.


Thank you in anticipation.


Yes, it is possible, but currently, I am not interested in coding it.


Firstly, thanks for this wonderful blog and this interesting Wick indicator which, to some extent fits my need. This is to ask you if you alo have a modified version of this Indicator that reads only the open and close price of the last candlestick and then shows the difference in percentage, either red or green?


will appreciate you response,


August 15th, 2016 at 5:03 am.


Perhaps, this can help you:


Thank you for your programming work.


Would i be possible to modify to use with 5 digits?


example, all parameters displayed and input in the 5th decimal.


September 18th, 2016 at 11:18 am.


If you comment out or remove this line in the code, it will be working with whatever digits your feed is in:


if ((Point == 0.00001) || (Point == 0.001)) Poin *= 10;


고마워요!


If not too much trouble, then would you tell me what line of code changes the distance of Y axis that price label appears above or below candle? I’m getting numbers on top of the candles and want to shift the labels away from candles.


September 18th, 2016 at 1:37 pm.


No code changed needed. DisplayWickDistance input parameter controls that.


고맙습니다. it worked perfectly.


What line of code controls bars back in history?


ie: if i want to only label the last 2 bars back..


September 20th, 2016 at 2:38 pm.


The limit is hardwired in this line of code:


if (limit > 500) limit = 500;


You can change 500 to 2 and recompile to achieve your goal.


i want to make a special indicator with sound alarm can you help.


February 20th, 2017 at 9:55 pm.


Help – probably. What exactly do you want to do and what kind of assistance do you require?

No comments:

Post a Comment