JVEL & JRSX indicators

Indicators coded by community members
Message
Author
yousky
Posts: 15
Joined: Tue Apr 24, 2007 3:33 pm

JVEL & JRSX indicators

#1 Postby yousky » Sat May 26, 2007 9:24 am

For some reasons, I've need to test strategies (10point3, Goblin) with these indicators.

Here the indicators;

Seems have problem when creating them in strategies with 'CreateIndicator', ForexTester tell me "Wrong option value: 17, DodgerBlue (Turbo JRSX)" :-( same with JVEL, don't understand why !!!

Bye
Attachments
Indicators JVEL & JRSX.zip
Indicator sources JVEL & JRSX
(104.52 KiB) Downloaded 1206 times

User avatar
Terranin
Site Admin
Posts: 833
Joined: Sat Oct 21, 2006 4:39 pm

Re: JVEL & JRSX indicators

#2 Postby Terranin » Sat May 26, 2007 12:03 pm

yousky wrote:For some reasons, I've need to test strategies (10point3, Goblin) with these indicators.

Here the indicators;

Seems have problem when creating them in strategies with 'CreateIndicator', ForexTester tell me "Wrong option value: 17, DodgerBlue (Turbo JRSX)" :-( same with JVEL, don't understand why !!!

Bye


Give me the part of your code where you create indicators.
Hasta la vista
Mike

yousky
Posts: 15
Joined: Tue Apr 24, 2007 3:33 pm

#3 Postby yousky » Sun May 27, 2007 12:21 pm

Here is code:

procedure ResetStrategy; stdcall;
begin
IndTurbo_JVEL := CreateIndicator(Currency, PERIOD_H4, 'JVEL', '14, -100, Green, Red');
IndTurbo_JRSX := CreateIndicator(Currency, TimeFrame, 'JRSX', IntToStr(RSX_Period) + ', DodgerBlue');
end;

User avatar
Terranin
Site Admin
Posts: 833
Joined: Sat Oct 21, 2006 4:39 pm

#4 Postby Terranin » Sun May 27, 2007 12:32 pm

yousky wrote:Here is code:

procedure ResetStrategy; stdcall;
begin
IndTurbo_JVEL := CreateIndicator(Currency, PERIOD_H4, 'JVEL', '14, -100, Green, Red');
IndTurbo_JRSX := CreateIndicator(Currency, TimeFrame, 'JRSX', IntToStr(RSX_Period) + ', DodgerBlue');
end;


The separator for parameters is ";" and you should not define colors.

IndTurbo_JVEL := CreateIndicator(Currency, PERIOD_H4, 'JVEL', '14;-100');
Hasta la vista

Mike

yousky
Posts: 15
Joined: Tue Apr 24, 2007 3:33 pm

#5 Postby yousky » Sun May 27, 2007 3:54 pm

Bababa :) so evident lol
Thanks terranin

FinGeR
Posts: 72
Joined: Wed Apr 23, 2008 12:24 pm

Re: JVEL & JRSX indicators

#6 Postby FinGeR » Sat Aug 02, 2008 3:38 pm

yousky wrote:For some reasons, I've need to test strategies (10point3, Goblin) with these indicators.

Here the indicators;

Seems have problem when creating them in strategies with 'CreateIndicator', ForexTester tell me "Wrong option value: 17, DodgerBlue (Turbo JRSX)" :-( same with JVEL, don't understand why !!!

Bye


you have JMA indicator for Forextester ?


Return to “Indicators”

Who is online

Users browsing this forum: No registered users and 16 guests