asunnasy |
Gold User, Member, TeleChart
|
Registered User |
|
|
|
|
Gender: |
|
Friday, October 12, 2012 |
Wednesday, April 27, 2016 11:51:14 PM |
6 [0.00% of all post / 0.00 posts per day] |
|
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.
|
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.
|
Hi,
Please can you add the "next earnings date" feature from v16 into v12?
Thanks,
Avinash.
|
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.
|
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.
|
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.
|
|