15 popular candle patterns

Here you can post and download custom indicators. PLEASE: Do not start topics unless you are posting your own indicator, they will be moved to appropriate section even if you do.

Moderator: admin

Re: 15 popular candle patterns

Postby eurekaaaa44 » Thu Jan 13, 2011 3:55 pm

eurekaaaa44
 
Posts: 2
Joined: Wed Jan 12, 2011 1:24 pm

Re: 15 popular candle patterns

Postby Apprentice » Thu Jan 13, 2011 4:03 pm

EQ is just an arbitrary name for that single parameter, so that we could distinguish it from others, call it when it is needed.

indicator.parameters:addInteger("parameter_name_1", "First Parameter", "", 100);
indicator.parameters:addInteger("parameter_name_2", "Second Parameter", "", 100);
indicator.parameters:addInteger("parameter_name_3", "Third Parameter", "", 100);

And so on.

Example from IndicoreSD Documentation

function Init()
...
indicator.parameters:addInteger("MyParam", "My Parameter", "", 1);
...
end

function Prepare()
...
-- get the value actually entered by the user in My Parameter
local n = instance.parameters.MyParam;
...
end
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: 15 popular candle patterns

Postby raulbanda1 » Tue Jul 05, 2011 8:25 am

Great Job on the "Pattern3_Signal" indicator. Can you add where you can get an email alert once a certain candle pattern forms?
raulbanda1
 
Posts: 6
Joined: Sun Aug 22, 2010 4:53 pm

Re: 15 popular candle patterns

Postby Apprentice » Tue Jul 05, 2011 12:37 pm

Indicators can not provide this type of signal.
However, the strategy that I wrote could help you.
viewtopic.php?f=31&t=4846
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: 15 popular candle patterns

Postby STEIGO » Sat Jul 09, 2011 5:47 am

I love this indicator, but I can't get the "14 additional patterns" - hammer, shooting star etc, to appear in to list of switchable patterns.

How do I down download this updated signal / indicator
STEIGO
 
Posts: 20
Joined: Thu Apr 07, 2011 5:28 pm

Re: 15 popular candle patterns

Postby STEIGO » Mon Jul 11, 2011 5:33 pm

I apologise, of course I have to remove the old "patterns3", and then reload the new version.

My mistake
STEIGO
 
Posts: 20
Joined: Thu Apr 07, 2011 5:28 pm

Re: 15 popular candle patterns

Postby jgwill » Tue Sep 13, 2011 1:53 pm

Nice :D
jgwill
 
Posts: 23
Joined: Tue Aug 30, 2011 9:58 pm
Location: Maliotenam, Canada

Re: 15 popular candle patterns

Postby bomberone3 » Tue Oct 25, 2011 3:52 pm

Could we add the pesavento patterns and the harmonic patterns?
bomberone3
 
Posts: 21
Joined: Wed Oct 12, 2011 3:08 am

Re: 15 popular candle patterns

Postby Apprentice » Tue Oct 25, 2011 4:55 pm

pesavento yes.
for harmonic am not sure that this is the best solution.
I've already written an indicator for harmonic.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: 15 popular candle patterns

Postby FxFigher » Sun Nov 20, 2011 10:14 am

Hi,

Excellent Pattern However the last 14 patterns don't work on any platform.


is there another indicator available that shows all of these candle patterns?

Thanks

Alex
FxFigher
 
Posts: 1
Joined: Sun Nov 20, 2011 10:10 am

PreviousNext

Return to Custom Indicators

Who is online

Users browsing this forum: Google [Bot] and 36 guests

cron