Journal Tells Me "Found indicator with same params...&a

Indicators coded by community members
Message
Author
Takashi
Posts: 4
Joined: Fri Jun 15, 2012 10:25 pm
Location: Phuket

Journal Tells Me "Found indicator with same params...&a

#1 Postby Takashi » Fri Jun 15, 2012 10:42 pm

I am new to FT API and try figuring out how to create my own strategy.

I wrote the follwing code in ResetStrategy() function in C++.

Code: Select all

char buff[1000];
sprintf(buff, "%d;0;0;%s;Close", 75, StrMAType(ma_EMA));
Ind75EMA = CreateIndicator(Currency, 240, "MovingAverage", buff);


Starting test then I have got the message below in the journal.

Found indicator with same params: MovingAverage.dll, (75;0;0;Exponential (EMA);Close)


Can anybody tell me what this means? Does it mean you do not need to create the indicator with CreateIndicator()? Or Should I just ignore it?

FT Support
Posts: 905
Joined: Sat Jul 11, 2009 10:54 am

#2 Postby FT Support » Sat Jun 16, 2012 2:01 pm

Hello, this means that you already have the same indicator on the chart and that indicator will be used for calculations, so please ignore this message.
Check our other product here:
http://www.forexcopier.com

Takashi
Posts: 4
Joined: Fri Jun 15, 2012 10:25 pm
Location: Phuket

#3 Postby Takashi » Sat Jun 16, 2012 8:50 pm

I understand now. Thank you for the reply.


Return to “Indicators”

Who is online

Users browsing this forum: No registered users and 17 guests