Page 1 of 1

FXCM SSI in a Strategy

PostPosted: Wed Jun 29, 2016 11:46 pm
by nrweber
I'm trying to use the FXCM SSI indicator in my strategy but I can't seem to get it to return any data. (I know this doesn't come with Trading Station and have installed it and use it on my charts)

In Prepare() I have this:
ssi_data = core.indicators:create("SSI", source, "Precentage Long");

And in ExtUpdate(..) I have this:
ssi_data:update(core.UpdateLast);


But it never seems to populate with any data. Has anyone used it or see what I'm doing wrong?

Re: FXCM SSI in a Strategy

PostPosted: Thu Jun 30, 2016 10:09 am
by nrweber
here is a link to the indicator:

https://www.fxcmapps.com/apps/ssi-snapshots/

Re: FXCM SSI in a Strategy

PostPosted: Thu Jun 30, 2016 10:13 am
by nrweber
Opps, I did I quick search for the link and I picked the wrong one. This is the indicator I meant:

https://www.fxcmapps.com/apps/speculative-sentiment-index/

Re: FXCM SSI in a Strategy

PostPosted: Sun Jul 03, 2016 7:56 am
by Apprentice
Can you share entire strategy code?

Re: FXCM SSI in a Strategy

PostPosted: Sun Sep 04, 2016 7:31 pm
by zilcho
I am also trying to use this indicator in a strategy and am having the same results. Any update?

Re: FXCM SSI in a Strategy

PostPosted: Wed Oct 12, 2016 9:58 pm
by chinabuaawd
I have the same problem, I also tried to get the value from ss_data.DATA[period] , but it pops up a fault : attempt to index field "DATA" (a nil value). May i know in which way can we get the data?

Re: FXCM SSI in a Strategy

PostPosted: Tue Oct 18, 2016 8:30 am
by Apprentice
Unfortunately, FXCM made an effort to hide this information
I can not help you with this.