Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: asunnasy
About
User Name: asunnasy
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Friday, October 12, 2012
Last Visit: Wednesday, April 27, 2016 11:51:14 PM
Number of Posts: 6
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Arbitary Columns In Watchlist
Posted: Wednesday, April 27, 2016 11:51:05 PM

To add further detail. Each custom column should have the exact same functionality as the tracking values. If I could have 3 extra tracking value columns I'd be happy.

Thanks,

Avinash.

Topic: Arbitary Columns In Watchlist
Posted: Wednesday, April 27, 2016 11:48:51 PM

Hi,

Is it possible to have abirtary columns with user entered data and column names in the watchlist on a per stock basis.

This is very similar to simple excel functionality.

 

E.g.

Stock Ticker | Price | example column name | example column name 2

AMZN          |  616   | example number          | example number 2

 

The watchlist is my most used feature and I want to add notes/data and see those notes/data at once and quickly compare stocks.

 

Thanks,

Avinash.

 

 

Topic: Next Earnings Date in V12
Posted: Wednesday, April 27, 2016 11:38:03 PM

Hi,

Please can you add the "next earnings date" feature from v16 into v12?

Thanks,

Avinash.

Topic: User Defined Price Target Column For Watchlist
Posted: Friday, March 4, 2016 11:53:11 AM

Hi there,

I'm looking to add an additional column to my watchlist that has the exact same functionality as the trkPrice column but is called priceTarget or something other than trkPrice.

With this column I want to edit the tracking value and perform some basic arithmetic.

E.g. PriceTarget - trkPrice, PriceTarget - current price.

Any idea how to do that?

Thanks,

Avinash.

Topic: Simple Volume Indicator/Predictor
Posted: Tuesday, April 9, 2013 5:24:57 PM

Thanks Bruce.

Allow me to explain my higher level problem that I wish to solve as it's possible that  I'm not asking the right question.

I am not a professional trader. I use TC2000 to send simple price alerts to my cell phone.

When a stock is above a certain price I receive a text message and then I check  the volume using the TC2000 android app. If the volume is high then I will place an order to buy the stock.

So I want to create an alert that is as follows:

if ((price > my price) && (volume is high)) {

return true;

}  else {

return false;

}

Do you have any suggestions? Perhaps a completely different approach will work, e.g. watchlists.

 

Thanks,

 

A.

 

Topic: Simple Volume Indicator/Predictor
Posted: Tuesday, April 9, 2013 2:16:20 AM

Hello all,

Please can I have some help writing the following as a PCF Condition?

if ((Hours of the trading day past) * Current Volume) > 20 day moving average volume {

return true;

} else return false;

An example of "Hours of the trading day past" is as follows:

at 10am, "Hours of the trading day past" = 0.5,

I am using TC2000 v 12.3 Gold.

 

Thanks.

 

A.