Welcome to the Traders Laboratory Forums.
Coding Forum Collaborate, receive help, or discuss coding related issues.

Reply
Old 06-05-2008, 10:48 AM   #1

Join Date: Jun 2008
Posts: 2
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Regards As Candlesticks in Easylanguage

Dear all

First, I'm sorry for my native language is not English.

How to find out "the nearly 3 bullish candlesticks" in tradestation by using easylanguage?
And about how far back I want to trace is not limited "during this week", I just want to find the nearly 3 bullish candlesticks and summrize there bodies.
I hope my explain is clear enough to recover my poor English.
Thank you!
pencil2 is offline  
Reply With Quote
Old 06-07-2008, 05:15 AM   #2

Join Date: Jun 2008
Posts: 2
Ignore this user

Thanks: 0
Thanked 0 Times in 0 Posts

Re: Regards As Candlesticks in Easylanguage

Hi all

To find out the nearly 3 bullish candlesticks, but I'm not sure if it is correct :

Value1 = CountIF(Close > Open, 3)
pencil2 is offline  
Reply With Quote
Old 08-22-2009, 05:35 PM   #3

Tams's Avatar

Join Date: Sep 2008
Location: Geelong
Posts: 3,779
Ignore this user

Thanks: 2,084
Thanked 1,477 Times in 912 Posts

Re: Regards As Candlesticks in Easylanguage

can you describe the characteristics of "the nearly 3 bullish candlesticks"
Tams is offline  
Reply With Quote
Old 08-22-2009, 06:22 PM   #4

sep34's Avatar

Join Date: Dec 2008
Location: USA
Posts: 109
Ignore this user

Thanks: 17
Thanked 58 Times in 34 Posts

Re: Regards As Candlesticks in Easylanguage

Quote:
Originally Posted by pencil2 »
Hi all

To find out the nearly 3 bullish candlesticks, but I'm not sure if it is correct :

Value1 = CountIF(Close > Open, 3)
It seems that you are refering to the "Three White Soldier " pattern that is involved with a change of direction i.e. Three consecutive white lines with higher close then the previous line.

Simple EL Example
--------------------------------------------------------------
value1= c[2]>o[2] and c[1]>o[1] and c>o and c[1]>c[2] and c>c[1];
--------------------------------------------------------------
You can also add " c[2]>c[3] "
or other code if you want the 3 white lines to be located at a swing point.
sep34 is offline  
Reply With Quote

Reply

Tags
candle

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help With Easylanguage Asap cramerwilliams Coding Forum 4 04-04-2011 09:43 PM
Antonio: Please help me on MP for easylanguage nasdaq5048 Market Profile 13 09-23-2010 09:50 AM
Some EasyLanguage Help Please jjthetrader Coding Forum 8 06-02-2008 04:20 PM
Easylanguage and Script Help darknite999 Coding Forum 49 04-15-2008 07:37 AM
Candlesticks Technique Tradecision Trading Articles 0 10-20-2006 12:00 PM

All times are GMT -4. The time now is 09:44 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.