Is there any coding with candlestick patterns, trends, etc? I have been wanting to write a code for candlestick patterns but I don't know how to go about it honestly any help would be great.
For example: An Engulfing Pattern - it is characterized by a small body, followed by a day with the body completely engulfs the previous day's body.I really don't know the exact percentage of the candlestick patterns to be able to code this pattern.
Size:
Color:
Sure. See WealthScript Programming Guide, WealthLab.Rules Classes > Candlesticks.
Size:
Color:
I can't find those forums anywhere, can you post me a link to those links please
Size:
Color:
It's not a forum link but something under your Help menu in WL5.
Size:
Color:
Ok thanks for the help.
Size:
Color:
After I click help, wealth-script programming guide, i don't see the wealth-lab. rules, I only see:
Intro
How to run basic Example Code
The bars object
data series
painting the chart
indicators
program. trading strategies
multi-time frame analysis
backtesting chart style
techniques
APIs
I have tried to search it but it never showed up anywhere .
Size:
Color:
The documentation was added for WLP 5.3. If your using WL Pro, upgrade to 5.3.
Size:
Color:
I dont see WLP 5.3
Size:
Color:
Size:
Color:
hi everyone, i am far from having the capability of coding, but i noticed think or swim has candlestick recognition capability, if anyone can code for the following it would be great for wealth lab pro:
Bearish and Bullish
AbandonedBaby BeltHold Breakaway Doji Engulfing Harami HaramiCross Kicking LongLeggedDoji Marubozu MeetingLines SeparatingLines SideBySideWhiteLines ThreeLineStrike TriStar ZigZagStepPattern
Bearish Only
AdvanceBlock DarkCloudCover Deliberation DownsideGapThreeMethods DownsideTasukiGap EveningDojiStar EveningStar FallingThreeMethods HangingMan IdenticalThreeCrows InNeck LowPriceGappingPlay OnNeck ShootingStar ThreeBlackCrows ThreeInsideDown ThreeOutsideDown Thrusting TwoCrows UpsideGapTwoCrows
Bullish Only
ConcealingBabySwallow Hammer HighPriceGappingPlay HomingPigeon InvertedHammer MatchingLow MatHold MorningDojiStar MorningStar PiercingLine RisingThreeMethods StickSandwich ThreeInsideUp ThreeOutsideUp ThreeStarsInTheSouth ThreeWhiteSoldiers UniqueThreeRiverBottom UpsideGapThreeMethods UpsideTasukiGap
thanks
Size:
Color:
And how capable are you in studying the manual? ;)
WealthScript Programming Guide > WealthLab.Rules Classes > Candlesticks
Also don't forget that there's a whole lot of candlestick patterns in Rule-based Strategies > Conditions > Candlesticks...
Size:
Color:
Eugene,
Have there been additional candlestick patterns added than what is shown in the Programmers Guide. How about 'Spinning Top'.
Size:
Color:
Gary,
If they were added I guess the Guide would've been updated? ;)
Cone,
What do you think about including the spinning top pattern in the
CandlePattern Rules Class library?
Size:
Color:
Done. You can find it under Candlesticks Other > Neutral Spinning Top
A spinning top's body can be black or white - it doesn't matter. Use other indicators like RSI or MACD appropriately to determine if you want to attempt to trade a reversal in trend.
Size:
Color: