Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 11/19/25 10:10
MRC.c and WFO
by 11honza11. 11/18/25 15:22
webGL
by Ice2642. 11/17/25 21:27
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, VoroneTZ, TipmyPip), 32,640 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
SkinnyApe, tritom, sheliepaley, Blueguy, blobplayintennis
19179 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,030
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,030
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