• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:47pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:47pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Coding Wick Percentage Indicator! 6 replies

ATR indicator of candle body ignoring wick and tail 5 replies

Help with candle and wick range indicator 0 replies

Wick percentage indicator 2 replies

Add Lookback Bars into Wick Indicator 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 26
Attachments: Indicator that shows Wick size
Exit Attachments
Tags: Indicator that shows Wick size
Cancel

Indicator that shows Wick size

  • Last Post
  •  
  • 1 2 Page 3
  • 1 2 Page 3
  •  
  • Post #41
  • Quote
  • Feb 11, 2013 7:35am Feb 11, 2013 7:35am
  •  Hwaand
  • | Joined Jul 2010 | Status: Member | 23 Posts
Hey Folks!

Wondered if anyone could help me round off this last piece of a puzzle for me...

CJA was super kind enough to code this up for me and did an awesome job, I just need to get a slight adjustment to it.

The original code - Works out the percentage of wick EITHER SIDE of a candle.
If the result of the wick size is LESS then an arbitrary predetermined percentage on BOTH sides - an arrow is generated. (Configured to 5% on this - but that figure should be able to be adjusted by the individual)


What I need to be able to do is this now:
IF the candle is BULLISH - Give me a bullish arrow IF the TOP of the wick alone, is LESS then the predetermined percentage figure the user has entered.
IF the candle is BEARISH - Give me a bearish arrow IF the BOTTOM of the wick alone, is LESS then the predetermined percentage figure.

***If anyone is feeling super cocky - maybe make it so that there could be an option to make BOTH functions TRUE. *** But that is truly just a plus....


I honestly am zero at coding and am just looking for the help to complete this already sweet bit of code.
I have a great adaptation on a really good method for momentum trading that I want to apply this indicator to, and just need a hand to finalise it.

I've attached the indicator that CJA was awesome enough to code.
In it I had a damn good crack at trying to work out what was happening to see if I could make it work myself but I couldn't do it.
Boderline screwed it good before I reverted it back to my last best effort!

First off massive thanks for CJA's help in getting this far...
Secondly apologies in advance for the imposition but the communities help here is really appreciated....


Thanks alot!!!!
Attached File(s)
File Type: mq4 +++ WickPercentage_adjusted.mq4   2 KB | 1,849 downloads
 
 
  • Post #42
  • Quote
  • Feb 11, 2013 7:44am Feb 11, 2013 7:44am
  •  Hwaand
  • | Joined Jul 2010 | Status: Member | 23 Posts
CJA - From hence forth Know as the "Coder Yoda"


Man I cannot thank you enough! You are hero!

Dude PM me any time if your interested in how this works out... (Spoiler alert... It works out awesome!)

The code is insanely clean and perfect! Love your work!!!!
 
 
  • Post #43
  • Quote
  • Apr 3, 2013 6:30am Apr 3, 2013 6:30am
  •  pgtips
  • | Joined Nov 2007 | Status: Member | 162 Posts
Hi,

great code as always but i'm having a prob with the settings, if wick of candle is > 50% or 60 % 80% etc of the candle (so more wick than body) how do I make it alert me of this, I'm not getting the expected result... or is this the wrong indi for the job.

Not fussed whether its above or below, just want to know if % of wick is greater than body

many thanks
PG
 
 
  • Post #44
  • Quote
  • Sep 18, 2015 11:25am Sep 18, 2015 11:25am
  •  mdswamp
  • | Joined Sep 2013 | Status: Member | 55 Posts
Hi guys,
i'm working on CandleWickDisplay.mq4 and modified it for my purpose (it now show the length of candle's body)
My problem is that this indicator show values between 0<X<3 that i dont wanna see in meta window..
beside, when I modify the program to solve the issue when the distance between Open & Close goes above 3 and then comes back to 0<X<3, it shows me 3 & doesnt remove it. can someone here help me to fix these problems? Thanks
Attached File(s)
File Type: mq4 Candle open_close.mq4   5 KB | 681 downloads
 
 
  • Post #45
  • Quote
  • Sep 21, 2015 1:32pm Sep 21, 2015 1:32pm
  •  mdswamp
  • | Joined Sep 2013 | Status: Member | 55 Posts
Guys, Any Idea???
 
 
  • Post #46
  • Quote
  • Sep 21, 2015 9:17pm Sep 21, 2015 9:17pm
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting mdswamp
Disliked
Guys, Any Idea???
Ignored
mdswamp-
Looked at it but don't see what you are talking about.
Could you post up a screenshot?
 
 
  • Post #47
  • Quote
  • Edited 4:23am Sep 22, 2015 3:43am | Edited 4:23am
  •  mdswamp
  • | Joined Sep 2013 | Status: Member | 55 Posts
as you can see in this pic, it shows me body length with length of 1 & 2 that I don't wanna show...
beside, there is a refreshing problem; just look at the last candle in live test, we see 2 values, above & under the last candle that it should show just the value that is under the candle, but when ever i refresh/reset the indi manuely, it is solved.


Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot2.jpeg
Size: 423 KB
 
 
  • Post #48
  • Quote
  • Sep 22, 2015 6:37am Sep 22, 2015 6:37am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting mdswamp
Disliked
as you can see in this pic, it shows me body length with length of 1 & 2 that I don't wanna show... beside, there is a refreshing problem; just look at the last candle in live test, we see 2 values, above & under the last candle that it should show just the value that is under the candle, but when ever i refresh/reset the indi manuely, it is solved. {image}
Ignored
mdswamp-
There are 2 problems.
First "* Poin" is not needed
(DisplayLengthLimit * Poin)

Second the naming convention is causing the problem with the objects.
"Red-" and "Green-" is used so if a candle starts out as Green/Bull then goes Red/Bear the Green object does not get deleted and updated instead a new object is created.
Simple solution - use same prefix for both Bull and Bear candles
 
 
  • Post #49
  • Quote
  • Sep 22, 2015 8:06am Sep 22, 2015 8:06am
  •  mdswamp
  • | Joined Sep 2013 | Status: Member | 55 Posts
Hey Cyber1

I modified it, I want the length of bull candle show above & the length of bear candle show under the candle, but the problem of last candle hasn't solved (the body length of last candle is 1 that should show nothing above or under the candle, but after rising the body length of the candle & then fall it to 1, 3 freezed above the candle) ...

Attached File(s)
File Type: mq4 Candle open_close.mq4   3 KB | 488 downloads
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.jpeg
Size: 914 KB
 
 
  • Post #50
  • Quote
  • Sep 22, 2015 8:08pm Sep 22, 2015 8:08pm
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting mdswamp
Disliked
Hey Cyber1 I modified it, I want the length of bull candle show above & the length of bear candle show under the candle, but the problem of last candle hasn't solved (the body length of last candle is 1 that should show nothing above or under the candle, but after rising the body length of the candle & then fall it to 1, 3 freezed above the candle) ... {file}{image}
Ignored
mdswamp-

Define an up color and down color input for the first part.

Second part - immediately after you create the name of the object delete if exists and remove it from where it is now. That should do it.
name = "Aqua-" + TimeToStr(Time[i], TIME_DATE|TIME_MINUTES);
if (ObjectFind(name) != -1) ObjectDelete(name);
 
 
  • Post #51
  • Quote
  • Sep 23, 2015 2:54am Sep 23, 2015 2:54am
  •  mdswamp
  • | Joined Sep 2013 | Status: Member | 55 Posts
OK, ive modified it again and again, & now it works like a charm, thanks cyber1, I really appreciate it..
i changed "name = "Aqua-" + TimeToStr(Time[i], TIME_DATE|TIME_MINUTES);" to "name = TimeToStr(Time[i], TIME_DATE|TIME_MINUTES);"
& immediately use "if (ObjectFind(name) != -1) ObjectDelete(name);" after it, but defined color in "ObjectSetText" command... & ive just used color for showing bear & bull candles.

thanks again man
Attached File(s)
File Type: mq4 Candle open_close.mq4   3 KB | 887 downloads
 
 
  • Post #52
  • Quote
  • Jan 10, 2018 3:07am Jan 10, 2018 3:07am
  •  altzspec
  • | Joined Jan 2013 | Status: Member | 257 Posts
Doesn't work for me. Should sell right?
Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDM15.png
Size: 20 KB
 
 
  • Post #53
  • Quote
  • Apr 26, 2018 11:29am Apr 26, 2018 11:29am
  •  stoynov93
  • | Joined Jan 2017 | Status: Member | 4 Posts
Hello guys!

Could someone help me with the following issue - Is it possible for Wick-O-Gram to show the previous wicks as well like the attached picture? I mean next to "Wick 3.9 -0.6" to show the previous wicks size.

Thank you!
Attached Image
 
 
  • Post #54
  • Quote
  • Jun 4, 2019 1:45pm Jun 4, 2019 1:45pm
  •  saljo
  • | Joined Jun 2019 | Status: Junior Member | 1 Post
Quoting fxxx
Disliked
{quote} few more opt.: net (& gross) T, could you tell more what you do wit it? {file} {image}
Ignored
can some one make arrow when bar cross up/down reversal
 
 
  • Post #55
  • Quote
  • Aug 29, 2019 8:37am Aug 29, 2019 8:37am
  •  Frag8383
  • Joined Oct 2018 | Status: Member | 335 Posts
Hi I know this is an old thread but let see if I have any luck,

Could someone modify the indicator wick 0.3, it does not autorefresh and I have to constantly change timeframes for it to update
Kind regards
Attached File(s)
File Type: mq4 wick0.3.mq4   3 KB | 327 downloads
 
 
  • Post #56
  • Quote
  • Dec 16, 2019 6:00am Dec 16, 2019 6:00am
  •  Frag8383
  • Joined Oct 2018 | Status: Member | 335 Posts
I had no reply previously but Im going to try again

Would it be possible to place a line on the high and low of the bar that the wick goes above below the atr of the wick0.3 indicator on the previous post?

Thanks
Kind regards
 
 
  • Post #57
  • Quote
  • Oct 9, 2020 4:26am Oct 9, 2020 4:26am
  •  pgtips
  • | Joined Nov 2007 | Status: Member | 162 Posts
Hi,

an old thread resurrection but seems the right place to ask about wick indicators.

I'm looking for an indicator that highlights wicks that are less than x pips. I don't want to know about the long ones, just small ones.

An arrow on the chart and an alert would be something of anyone knows where this might exist (I figure most things have been coded on the MT 4 platform but I can't find it

like this pic I created
Attached Image

PG
 
 
  • Post #58
  • Quote
  • Last Post: Sep 2, 2021 9:35am Sep 2, 2021 9:35am
  •  PatientCalm
  • | Joined Nov 2017 | Status: Member | 53 Posts
Do you have one similar as below for MT5?
Attached Image
 
 
  • Platform Tech
  • /
  • Indicator that shows Wick size
  • Reply to Thread
    • 1 2 Page 3
    • 1 2 Page 3
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023