look for indicators

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

look for indicators

Postby michaelwen » Sat Apr 17, 2010 8:48 pm

hi, looking for indicator call. schaff trend cycle and other one call : absCMO
thanks.
michaelwen
 
Posts: 19
Joined: Sun Mar 28, 2010 11:12 pm

Re: look for indicators

Postby Nikolay.Gekht » Sat Apr 17, 2010 11:06 pm

Please look for schaff trend cycle here: viewtopic.php?f=17&t=249&p=376

AbsCMO is in the dev. queue. We'll provide it asap.
Nikolay.Gekht
FXCodeBase: Site Admin
 
Posts: 1235
Joined: Wed Dec 16, 2009 6:39 pm
Location: Cary, NC

Re: look for indicators

Postby michaelwen » Sun Apr 18, 2010 1:19 am

thanks for the STC^_^ you guy doing fine job over here.keep up!!!
thanks again

Michael
michaelwen
 
Posts: 19
Joined: Sun Mar 28, 2010 11:12 pm

Re: look for indicators

Postby michaelwen » Sun Apr 18, 2010 2:17 am

Hi, Nikolay. could you change STC`s WMA to EMA. seem have better result. thanks
michaelwen
 
Posts: 19
Joined: Sun Mar 28, 2010 11:12 pm

Re: look for indicators

Postby Nikolay.Gekht » Sun Apr 18, 2010 9:56 am

michaelwen wrote:Hi, Nikolay. could you change STC`s WMA to EMA. seem have better result. thanks

If you would like to have the result asap, just change these three lines
Code: Select all
    wmas = core.indicators:create("WMA", source, S);
    wmal = core.indicators:create("WMA", source, L);
    ...
    wmast = core.indicators:create("WMA", st, C / 2);


to

Code: Select all
    wmas = core.indicators:create("EMA", source, S);
    wmal = core.indicators:create("EMA", source, L);
    ...
    wmast = core.indicators:create("EMA", st, C / 2);


The indicator is located in the "C:\Program Files\CandleWorks\FXTS2\indicators\Custom\" folder. Just use any text editor, for example notepad to modify it.

I'll put the task to provide an selector for the smoothing algorithm to the queue.
Nikolay.Gekht
FXCodeBase: Site Admin
 
Posts: 1235
Joined: Wed Dec 16, 2009 6:39 pm
Location: Cary, NC

Re: look for indicators

Postby michaelwen » Sun Apr 18, 2010 10:06 am

Thanks Mr, Nikolay. I will try to do that.^_^


Michael
michaelwen
 
Posts: 19
Joined: Sun Mar 28, 2010 11:12 pm

Re: look for indicators

Postby michaelwen » Sun Apr 18, 2010 10:41 am

hi, Mr. Nikolay. thanks for the infor on the STC , EMA change. I just did it. looks works. and can you show me how to change setting on CMO to absCMO, thanks again.

Michael
michaelwen
 
Posts: 19
Joined: Sun Mar 28, 2010 11:12 pm

Re: look for indicators

Postby Nikolay.Gekht » Sun Apr 18, 2010 1:16 pm

CMO indicator must be reviewed carefully according the sources you placed to the forum, so, just give us a few days to do it.
Nikolay.Gekht
FXCodeBase: Site Admin
 
Posts: 1235
Joined: Wed Dec 16, 2009 6:39 pm
Location: Cary, NC


Return to Indicator and Signal Requests

Who is online

Users browsing this forum: 5starfx, Google [Bot], Majestic-12 [Bot] and 15 guests