Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 12,709 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
var Penetration / percentages. #424617
06/19/13 13:33
06/19/13 13:33
Joined: Apr 2013
Posts: 107
UK
G
Geek Offline OP
Member
Geek  Offline OP
Member
G

Joined: Apr 2013
Posts: 107
UK
Just going over the indicators candle pattern as i am still learning.

I see that Penetration = (Percentage of penetration of a candle within another candle).

Say for instance I use.

Quote:
if (CDLDarkCloudCover(10))
enterShort();


This means 10% penetration right?

if so how do I actually combine this with another Candle if i am reading this correctly?

Do I put for instance simply this?

Quote:
if (CDLDarkCloudCover(10) && CDLDragonflyDoji())
enterShort();


Is this what penetration is for? Is there a way to define a percentage for the a particularly previous candle to use for a limit entry or stop etc..

For instance, i want to place a stop 33% below the high of the previous candle? Or a limit buy 50% above the low of 10 candles ago?

Thanks for any info.

Re: var Penetration / percentages. [Re: Geek] #424620
06/19/13 13:46
06/19/13 13:46
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
The penetration means overlapping candles within the same pattern, not with another pattern. Combining two patterns will most likely not work, as they are normally mutually exclusive.

I don't think anyway that those patterns can generate any useful signals. Better detect patterns with the method from workshop 7.

For the high and low of the past x candles, use HH(x) or LL(x).

Re: var Penetration / percentages. [Re: jcl] #424622
06/19/13 14:04
06/19/13 14:04
Joined: Apr 2013
Posts: 107
UK
G
Geek Offline OP
Member
Geek  Offline OP
Member
G

Joined: Apr 2013
Posts: 107
UK
Right, got it, thanks.

Regarding the HH(1) or LL(1)..

Is there not a percentage option or should I just use methods such as MidPrice(1) - xx*PIP) ?


Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1