FAQs

Who can Onboard Tradelytics ?

Any one can register as a pilot user there is a promotion going on currently for free trial. 

How do I get trained on TradelyticsTradelytics Platform ?

A very detailed Manual is posted on the Home Page https://markets.eaninja.com . Every Saturday a one hour training session is conducted on the Web  from 8:00 AM-9:00 AM EST , See our Events page, you may register for the session on website https://markets.eaninja.com/Events.aspx

How do I become a Development Partner on Tradelytics Platform ?

Engage with us on the Tech Support Forum https://markets.eaninja.com/Forums/tabid/220/aft/1/Default.aspx

What Instruments can be monitored on Tradelytics Platform ?

Practically any tradeable instrument that can be traded by an Order Management System (e.g. NinjaTrader8) can be monitored by Tradelytics. Currently all Instruments traded on NYSE and NASDAQ are monitored.

Why are some orders just not getting placed and disappear from Order List on trading desk ?

Rejected Order may be searched under Maintenance à Search Orders.

Can I get my own full stack deployment of Tradelytics instead of subscribing for Shared ?

Yes, please engage with us on Tech Support Forum.


PLUGGING YOUR OWN ALGORITHM TO REBALANCE PORTFOLIO IN TRADELYTICS

AWS Boto3 Quickstart guide
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html

AWS S3 example to download file via Boto3
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-example-download-file.html

DATA FOR USERS TO DOWNLOAD AND USE IN THEIR CUSTOM ALGORITHMS

1. Refreshed at Performance Frequency set in the Account Rules by Game Admin e.g. 90 minutes

Daily Historical Prices for 5000+ Symbols for the Performance Duration set by the Game admin
arn:aws:s3:::tradelytics/tradelyticsRoot/57/NINJA_TRADER_HISTORICAL_PRICE_DATA/NINJA_TRADER_HISTORICAL_PRICE_DATA.csv

Code Snippet: (Don't forget to configure ~/.aws/credentials file as explained in boto3 quick start guide.)

import boto3
print("Downloading HistoricalData")
AWS_REGION = "us-east-1"
s3 = boto3.client('s3', region_name=AWS_REGION)
print("Got the S3 Connection")
s3.download_file('tradelytics', 'tradelyticsRoot/57/NINJA_TRADER_HISTORICAL_PRICE_DATA/NINJA_TRADER_HISTORICAL_PRICE_DATA.csv', 'historicalpricedata.csv')
print("HistoricalData Downloaded")

Account Performance and Risk Metrics calculated by Tradelytics for the User.
arn:aws:s3:::tradelytics/tradelyticsRoot/{NumericID#}/NINJA_TRADER_PORTFOLIO/NINJA_TRADER_PORTFOLIO.csv

Performance and Risk Metrics for each constituent of all Accounts belonging to the User.
https://tradelytics.s3.amazonaws.com/tradelyticsRoot/{NumericID#}/NINJA_TRADER_PORTFOLIO_CONSTITUENTS/NINJA_TRADER_PORTFOLIO_CONSTITUENTS.csv

2. Refreshed every 5 minutes

Cash, NetLiquidation, Total Position Values for each Account of User
https://tradelytics.s3.amazonaws.com/tradelyticsRoot/{NumericID#}/NINJA_TRADER_ACCOUNT_VALUES/NINJA_TRADER_ACCOUNT_VALUES.csv

Position Values and all other Position level attributes used by Tradelyics for each User Position across their Accounts.
https://tradelytics.s3.amazonaws.com/tradelyticsRoot/{NumericID#}/NINJA_TRADER_ACCOUNT_VALUES/NINJA_TRADER_ACCOUNT_VALUES.csv

ALL REBALANCING ORDER REQUESTS SHOULD BE PLACED IN THE FOLDER
arn:aws:s3:::tradelytics/tradelyticsRoot/{UserID#}/UploadDownload/ExternalRebalancing/{Name of Rebalancing Strategy chosen in Account Screen}/Orders.oif

Replace {NumericID#) with the NumericID you received in the email.
Following is the example of Order Interface File ( oif)  File should not include column headers.

Instrument;Quantity;OrderType(LIMIT/MARKET);LimitPrice;Action(BUY/SELL); Account

XLF;100;LIMIT;34.305;BUY;Sim115LIVE
XLC;100;LIMIT;47.955;BUY;Sim115LIVE
XLP;100;LIMIT;75.145;BUY;Sim115LIVE
XLB;100;LIMIT;78.505;BUY;Sim115LIVE
XBI;100;LIMIT;82.845;BUY;Sim115LIVE
XLI;100;LIMIT;98.825;BUY;Sim115LIVE
XLY;100;LIMIT;129.305;BUY;Sim115LIVE
VGT;100;LIMIT;320.085;BUY;Sim115LIVE
SPY;100;LIMIT;383.88;BUY;Sim115LIVE

 

 

  1. Stocks, Options , Futures and forex trading contains substantial risk and is not for every investor. An investor could potentially lose all or more than the initial investment. Risk capital is money that can be lost without jeopardizing ones’ financial security or life style. Only risk capital should be used for trading and only those with sufficient risk capital should consider trading. Past performance is not necessarily indicative of future results.
  2. Hypothetical performance results have many inherent limitations, some of which are described below. No representation is being made that any account will or is likely to achieve profits or losses similar to those shown; in fact, there are frequently sharp differences between hypothetical performance results and the actual results subsequently achieved by any particular trading program. One of the limitations of hypothetical performance results is that they are generally prepared with the benefit of hindsight. In addition, hypothetical trading does not involve financial risk, and no hypothetical trading record can completely account for the impact of financial risk of actual trading. for example, the ability to withstand losses or to adhere to a particular trading program in spite of trading losses are material points which can also adversely affect actual trading results. There are numerous other factors related to the markets in general or to the implementation of any specific trading program which cannot be fully accounted for in the preparation of hypothetical performance results and all which can adversely affect trading results.
  3. Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success. 
  4. This presentation of Simulated and Benchmark trades on Trading Desk are for educational purposes only and the recommendations expressed are those of the Tradelytics Platform only. All trades presented should be considered hypothetical.