Click here to Login

Trading Software Trading objects Features How-to Blog Search


                                                   Trading Objects

  0

0
Raju Harchandani
2010-09-28 13:02:07


Hi This is one area which confuses me is the trading objects that i download....I just cannot locate them to load them into the software. I am sure it is my problem ...do users out there have similar complaints
Raju



QuantShare
2010-09-28 13:31:24

  0

The trading objects you download from QuantShare are shortcuts. After, you download a shortcut, you must double-click on it. QuantShare will then open and download the real trading object.


Raju Harchandani
2010-09-28 20:34:58

  0

Yes true but where are these saved on my comp


QuantShare
2010-09-29 05:07:57

  0

Shortcuts are saved in the same folder as any other file you download from Internet.

Trading objects are saved In the folder "Database" under the QuantShare folder. Trading objects are automatically loaded on application startup so there is no need to access this folder.



Hemmie
2010-10-31 02:52:58

  0

Hi,
How do I access these objects and see the script so that I can modify those objects, possibly share a new version of the object.

Thanks



QuantShare
2010-11-01 06:44:37

  0

It depends on the trading item.
For an indicator, select Tools -> Custom Functions then select an item.
For a downloader, select Download -> Download Manager, select an item then click on "Update".



Hemmie
2010-11-09 21:50:17

  0

Thanks I was able to locate update for Download items and script based trading objects.

I recently downloaded symbol updater, but could not update it so that cusip is saved on ~Name2 or ~Name3. Currently it is updating cusip on ~Name1 location and overwriting all Yahoo based symbols. How do I update it.



QuantShare
2010-11-10 04:15:32

  0

What symbol updater are you referring to?


Hemmie
2010-11-15 09:07:03

  0

I was talking about US Stock Symbols CUSIP symbol object.
http://www.quantshare.com/item-152-us-stock-symbols-cusip



QuantShare
2010-11-16 12:56:44

  0

This can be done using a script. Let me know if you are interested and I will write the script for you.


Hemmie
2010-11-16 21:15:48

  0

Would be great if you don't mind, currently I can't even locate the script for this trading object, I do not see any update button as I see in the download manger but this one being a symbol object can't seem to locate.

Thanks



QuantShare
2010-11-17 04:57:31

  0

Here is what you should do:

- Create a new account and add the US Stock symbols - CUSIP symbols to this account.

- Select Tools -> Script Editor and create a new script

- Type the following script, then execute it (Execute button) (It will save symbols and CUSIP data in memory)

Symbol[] symbols = Symbols.GetSymbols();
for(int i=0;i < symbols.Length;i++)
{
Symbol sym = symbols[i];
Global.SetVariable("-" + sym.Name, sym.Name1);
}

- Open your previous account

- Execute the following script: (It will save CUSIP data in Name2)

Symbol[] symbols = Symbols.GetSymbols();
for(int i=0;i < symbols.Length;i++)
{
Symbol sym = symbols[i];
object obj = Global.GetVariable("-" + sym.Name);
if(obj != null)
{
sym.Name2 = obj.ToString();
}
}





US Stock symbols - CUSIP (by Patrick Fonce, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads Notes Report an item

No more messages
0




Reply:

No html code. URLs turn into links automatically.

Type in the trading objects you want to include: - Add Objects
To add a trading object in your message, type in the object name, select it and then click on "Add Objects"










QuantShare

Trading Items
Currency Trading News from Yahoo - Forex Market
Rebalance & Combine & backtest two trading strategies
Trading System based on the Linear Regression of the RSI Indicato...
Adaptive Trading Indicator based on the Return of Past Trades
Trading by VIX Bollinger Bands

How-to Lessons
How to create a trading system
How to debug a trading system using the money management tool
How to add a trading indicator to a chart
How to import trading data from CSV files
How to export trading data to a CSV file

Related Forum Threads
Login and Downloading Trading Objects Problem
audio /video tutorial of trading objects
Import/Export objects between accounts
Need Simple Example of Ranking Stocks Implemented in Trading Syst...
Script Trading Example

Blog Posts
Organizing Trading Objects
Looking for trading ideas
6 Stock Trading Items Related to the New York Stock Exchange - NY...
How to search for a trading item
Day Trading: A trading system that combines intraday and EOD data









QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2012 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items