Click here to Login





                                                   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
Sharpe Ratio Ranking System to Lower Trading Strategies Volatilit...
Short Term Trading System with RSI Ratios
Trading Indicator: True between the first and last signal
Word Occurrence in News Titles - Quantitative Trading Analysis

How-to Lessons
How to create a trading system
How to detect stocks trading near all time highs
How to import trading items from other accounts
How to get trading orders from a portfolio programmatically
How to optimize the number of positions in a trading system

Related Forum Threads
Login and Downloading Trading Objects Problem
View only downloadable trading objects
audio /video tutorial of trading objects
Import/Export objects between accounts
Add a trading system to the price volume chart

Blog Posts
Organizing Trading Objects
Looking for trading ideas
How to search for a trading item
6 Stock Trading Items Related to the New York Stock Exchange - NY...
Volatility and trading systems









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 © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.