Page 4 of 8

Re: 15 popular candle patterns

PostPosted: Thu Jan 13, 2011 3:55 pm
by eurekaaaa44

Re: 15 popular candle patterns

PostPosted: Thu Jan 13, 2011 4:03 pm
by Apprentice
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

Re: 15 popular candle patterns

PostPosted: Tue Jul 05, 2011 8:25 am
by raulbanda1
Great Job on the "Pattern3_Signal" indicator. Can you add where you can get an email alert once a certain candle pattern forms?

Re: 15 popular candle patterns

PostPosted: Tue Jul 05, 2011 12:37 pm
by Apprentice
Indicators can not provide this type of signal.
However, the strategy that I wrote could help you.
viewtopic.php?f=31&t=4846

Re: 15 popular candle patterns

PostPosted: Sat Jul 09, 2011 5:47 am
by STEIGO
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

Re: 15 popular candle patterns

PostPosted: Mon Jul 11, 2011 5:33 pm
by STEIGO
I apologise, of course I have to remove the old "patterns3", and then reload the new version.

My mistake

Re: 15 popular candle patterns

PostPosted: Tue Sep 13, 2011 1:53 pm
by jgwill
Nice :D

Re: 15 popular candle patterns

PostPosted: Tue Oct 25, 2011 3:52 pm
by bomberone3
Could we add the pesavento patterns and the harmonic patterns?

Re: 15 popular candle patterns

PostPosted: Tue Oct 25, 2011 4:55 pm
by Apprentice
pesavento yes.
for harmonic am not sure that this is the best solution.
I've already written an indicator for harmonic.

Re: 15 popular candle patterns

PostPosted: Sun Nov 20, 2011 10:14 am
by FxFigher
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