mrsic8
 ( 9.50% )
- ago
Is it possible to distinguish between a green and a red candle in Building Block Strategy?

Regards,

0
680
26 Replies

Reply

Bookmark

Sort
- ago
#1
Extracted your offtopic post (from a thread now locked for reply) here. There may be several ways to distinguish a black candle from a red candle. One of the most obvious techniques is to use the 1-period ROC indicator. It's above 0 when a candle is green and vice versa.

But it might be natural to have such rule straight in the "Candlestick Pattern" list (green/red candle).

1
MIH8
- ago
#2
As per definition of a green bar ...

1
Cone8
 ( 24.99% )
- ago
#3
Method 3 - Use Candle Codes: Requires the [Candesticks Genetic Evolver Extension](https://www.wealth-lab.com/extension/detail/Candlesticks)

Once installed, see User Guide > Extensions > Candlesticks > Candle Codes

The advantage here is that you can give the candle context too. For example, a "green" candle could still be green, but close lower than the previous day.

Here's a code for:
- green candle (BC:W), and,
- has a long body length (BL:L), and,
- is a higher close than the previous bar (CONSEC:1UP1 or P-:1C>C)

CODE:
Long Green Higher Close=BC:W.BL:L.CONSEC:1UP1 or Long Green Higher Close=BC:W.BL:L.P-:1C>C
Note: Control what's considered "Long" in Preferences > Candlesticks.





1
mrsic8
 ( 9.50% )
- ago
#4
Thanks to all.

I will test all methods.

0
mrsic8
 ( 9.50% )
- ago
#5
@Cone

I can't find "Current candle is a Long Green Higher Close." And Candle Codes too.


0
Cone8
 ( 24.99% )
- ago
#6
You have to add it manually. Re-read the second line in my post. Follow the instructions in the Help Guide. You can create any pattern you can think of using the gene codes there.
1
mrsic8
 ( 9.50% )
- ago
#7
Hi Cone,

I am going in WL to extension, open Candlestick Genetic Evolver. Then I can see Pattern and CandleGene Code (Genetic Evolver). But I can't find an instruction how to create a new candle pattern.

Am I in the wrong users guide?
0
Cone8
 ( 24.99% )
- ago
#8
User Guide > Extensions > Candlesticks > Candle Codes

Well, gosh, it's not step by step, but starting with the second sentence in the first paragraph...
...You can create your own Candle Patterns using the gene codes by adding records to the CandlePatterns.txt file in the User Data folder. To generate the file just run the Candlestick Evolver and save one of the Genetically Evolved Patterns. Close Wealth-Lab before editing CandlePatterns.txt.

The whole page is about how to create patterns. But you don't even have to read it for this one because I gave you the pattern above.

Here's the step-by-step:
1. Install the Candlesticks Evolver extension
2. Run it and save one of the genetically-evolved Patterns.
3. Click File > Open Wealth-Lab User Data folder.
4. Close WealthLab
5. Open CandlePatterns.txt
6. Add your patterns to it and save it.

Just add these 3 patterns to CandlePatterns.txt.

CODE:
Green Body=BC:W Green Higher Close=BC:W.P-:1C>C Green-Long Higher Close=BC:W.BL:L.P-:1C>C
Note that the last code for the "long" body depends on Preferences > Candlesticks and requires some history to determine what is "long" for the BarHistory.

1
mrsic8
 ( 9.50% )
- ago
#9
OK. Got it.

Thanks.
0
mrsic8
 ( 9.50% )
- ago
#10
Hello,
Does anyone know how to discover a candle with shaved head and shaved bottom?

And not exaclty shaved bottom/head namely:
Bull Candle: Open Price nearly low Price; Close Price nearly High Price.
Bear Candle: Open Price nearly High Price; Close Price nearly Low Price.

Regards,
0
Cone8
 ( 24.99% )
- ago
#11
Right here:
User Guide > Extensions > Candlesticks > Candle Codes

Did you try it?
0
mrsic8
 ( 9.50% )
- ago
#12
@Cone

Do you mean these Codes in the Evolver ?


Because, I can't see the path Extension > Candlesticks > Candle Codes
0
- ago
#13
Like Cone said, it's in the User Guide to read first.
0
mrsic8
 ( 9.50% )
- ago
#14
I don't know what you mean with your User Guide.

I can see the Quick Ref., Wealth-Lab Help F1 and Wealth-Lab Website Support.

I have check all three things. I can't see any Candle Codes.
0
Cone8
 ( 24.99% )
- ago
#15
The whole thread is an example of how to create your own Candle pattern. The key to the Candle Genes is in the User Guide, which in Build 22 will have the step-by-step that I created for you in Post #8.
0
mrsic8
 ( 9.50% )
- ago
#17
I am sorry, there is no user guide after installion candlesticks evolver. I've send the picture twice.

Please, added in build 22.
0
- ago
#18
Sorry, it will not be added in B22B. Look for next build of the Candlesticks extension when Robert is ready with his changes.
0
mrsic8
 ( 9.50% )
- ago
#19
Okay.

I picked out from the pattern library (Evolver) from different pattern.
I think I've put together the desired pattern.

Bullish GreenBodyWithoutShadows=BL:W.V:M,P-:1C>C.RL:L.SL:+S
1
Cone8
 ( 24.99% )
- ago
#20
Re: user guide after installion candlesticks evolver

What are you guys talking about? Everything that is required is in the User Guide since at least Build 20. I only added the steps that you can already see above in Post #8.
0
Glitch8
 ( 10.94% )
- ago
#21
We added Candlesticks specific guidance in the WL8 User Guide? I would have expected that to go into the Candlesticks Extension documentation.
0
Cone8
 ( 24.99% )
- ago
#22
I'm posting this maybe 4 times now?

User Guide > Extensions > Candlesticks > Candle Codes

Glitch knows this (because he programmed it), but when you install an extension, its help becomes part of the WL8 User Guide.

Edit - I see the misunderstanding. When I said "Build 20" I was referring to the cycle of extension releases that were available with Build 20.
0
mrsic8
 ( 9.50% )
- ago
#23
Hi,
yes that's right.

And I also said that I can't find the topic with Candle Codes in the user guide.


0
Cone8
 ( 24.99% )
- ago
#24
Okay, that explains it - we neglected to release Build 4 of the Candlesticks extension when it was ready 5 or 6 weeks ago! We'll get that done this week.

0
Cone8
 ( 24.99% )
- ago
#25
Build 4 with the documentation is ready now!
https://www.wealth-lab.com/extension/detail/Candlesticks#changeLog
0
mrsic8
 ( 9.50% )
- ago
#26
Thanks. everything there.
0

Reply

Bookmark

Sort