NexusFi: Find Your Edge


Home Menu

 





searching for an SSI indicator for Ninjatrader from FXCM.


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Big Mike with 4 posts (5 thanks)
    2. looks_two Fat Tails with 3 posts (5 thanks)
    3. looks_3 fossil with 3 posts (4 thanks)
    4. looks_4 Ducman with 2 posts (0 thanks)
      Best Posters
    1. looks_one sam028 with 2 thanks per post
    2. looks_two Fat Tails with 1.7 thanks per post
    3. looks_3 Big Mike with 1.3 thanks per post
    4. looks_4 fossil with 1.3 thanks per post
    1. trending_up 7,427 views
    2. thumb_up 18 thanks given
    3. group 7 followers
    1. forum 15 posts
    2. attach_file 0 attachments




 
Search this Thread

searching for an SSI indicator for Ninjatrader from FXCM.

  #1 (permalink)
 fossil 
Germany
 
Experience: Intermediate
Platform: Ninjatrader
Broker: IB and zen-Fire
Trading: NQ
Posts: 92 since Apr 2010
Thanks Given: 8
Thanks Received: 39

searching for an SSI indicator for Ninjatrader from FXCM.

Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
About a successful futures trader who didnt know anythin …
Psychology and Money Management
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
What broker to use for trading palladium futures
Commodities
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #2 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629


fossil View Post
searching for an SSI indicator for Ninjatrader from FXCM.

Can you provide the format of the SSI file ?
Maybe an old file, and with fake data, as it's not a public document.

Success requires no deodorant! (Sun Tzu)
Follow me on Twitter Reply With Quote
Thanked by:
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,465 since Jun 2009
Thanks Given: 33,242
Thanks Received: 101,665



fossil View Post
searching for an SSI indicator for Ninjatrader from FXCM.

If you watch the FXCM webinar on nexusfi.com (formerly BMT), it was mentioned there is no such indicator, but also mentioned how to access the data and write your own.



If you are not a programmer you could post a paid job request:

https://nexusfi.com/hire-consultant-programmer/

Mike



Join the free Markets Chat beta: one platform, all the trade rooms!

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


fossil View Post
searching for an SSI indicator for Ninjatrader from FXCM.

The SSI is the ratio of (retail) traders holding long positions to short positions.

If there are 2 long positions for 1 short positions the SSI has a value of +2.
If there are 2 long positions for 3 short positions the SSI has a value of -1.5

The SSI is displayed as histogram, which can either take values above +1 or below -1.


The SSI can only be calculated by a FOREX dealer who monitors the positions of all retail customers. The use that you can make of the SSI is similar to what you can conclude from a put/call ratio for options.

I believe that it is not possible to display SSI or put/call ratio with NinjaTrader, unless the data is available as an index which can be directly fed into NinjaTrader as an instrument.

Reply With Quote
Thanked by:
  #5 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,465 since Jun 2009
Thanks Given: 33,242
Thanks Received: 101,665


Fat Tails View Post
I believe that it is not possible to display SSI or put/call ratio with NinjaTrader, unless the data is available as an index which can be directly fed into NinjaTrader as an instrument.

I have not looked at the raw data. But from the webinar, my understanding is that 4 years of historical data is available and is basically two timestamps per day and contains the raw reading (value) of the SSI for that instrument at that time, such as "1.50" or whatever.

It should be easy enough to import into NinjaTrader if that is the case.

Realtime access would require use of their API or to write your own WebRequest method to parse their page. Obviously API is better.

Mike



Join the free Markets Chat beta: one platform, all the trade rooms!

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #6 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


Big Mike View Post
I have not looked at the raw data. But from the webinar, my understanding is that 4 years of historical data is available and is basically two timestamps per day and contains the raw reading (value) of the SSI for that instrument at that time, such as "1.50" or whatever.

It should be easy enough to import into NinjaTrader if that is the case.

Realtime access would require use of their API or to write your own WebRequest method to parse their page. Obviously API is better.

Mike

I think I remember that OANDA updates every 20 minutes. The problems is just how to get hold of that information.

Reply With Quote
Thanked by:
  #7 (permalink)
 fossil 
Germany
 
Experience: Intermediate
Platform: Ninjatrader
Broker: IB and zen-Fire
Trading: NQ
Posts: 92 since Apr 2010
Thanks Given: 8
Thanks Received: 39

@Big Mike
@ Fat Tails
Thanks for your answers!
I have no coding talent, so i have to wait until somebody des the job...

Started this thread Reply With Quote
Thanked by:
  #8 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


fossil View Post
@Big Mike
@ Fat Tails
Thanks for your answers!
I have no coding talent, so i have to wait until somebody des the job...

The problem here is not the coding, but how to get that data from FXCM into the NinjaTrader historical data base.

Reply With Quote
Thanked by:
  #9 (permalink)
 fossil 
Germany
 
Experience: Intermediate
Platform: Ninjatrader
Broker: IB and zen-Fire
Trading: NQ
Posts: 92 since Apr 2010
Thanks Given: 8
Thanks Received: 39

I talked to FXCM and they donīt have an API for Ninja to get the datas from the SSI into Ninjatrader

Started this thread Reply With Quote
Thanked by:
  #10 (permalink)
 
sam028's Avatar
 sam028 
Site Moderator
 
Posts: 3,765 since Jun 2009
Thanks Given: 3,825
Thanks Received: 4,629



fossil View Post
I talked to FXCM and they donīt have an API for Ninja to get the datas from the SSI into Ninjatrader

Not a big deal. If you can get a text file with the SSI values, it's easy to create a NT indicator which will parse this file.

FXCM API is available in C++/Java/C#, so I presume this is not a value available with their API, only on JSON/REST for example, or with simple HTTP requests.

Success requires no deodorant! (Sun Tzu)
Follow me on Twitter Reply With Quote
Thanked by:




Last Updated on November 10, 2023


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts