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: hakim2
About
User Name: hakim2
Groups: Gold User, Member, Platinum User, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Saturday, March 5, 2005
Last Visit: Thursday, June 10, 2010 2:44:05 PM
Number of Posts: 7
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Code
Posted: Friday, October 30, 2009 2:59:29 PM

 

It is working now. I had forgotten the underline at the end of each line.
What is the meaning og those underlines? Also, what is the difference
between and and AndAlso?

Thanks,

Hossein

Topic: Code
Posted: Friday, October 30, 2009 2:34:05 PM
Hi,

I tried the code. It did not compile. It seems that there 
are somethibg missing. Could you check it please?

Hossein
Topic: Code
Posted: Friday, October 30, 2009 2:06:42 PM
How could I write the code for the following rule and use it as a filter for a watch list? 

Find all the stocks that for the last two days their close was higher than their open
and the open of yesterday was above the close of the day before yesterday.
Topic: Code
Posted: Friday, October 30, 2009 2:06:03 PM
How could I write the code for the following rule and use it as a filter for a watch list? 

Find all the stocks that for the last two days their close was higher than their open
and the open of yesterday was above the close of the day before yesterday.
Topic: Gap during pre-market times
Posted: Saturday, October 17, 2009 9:26:51 AM
Hi, How could I develop an indicator to compute the gaps (up or down) from yesterday's close at 4:00 pm to the current bar opening during pre-market times?Hossein
Topic: Gaps
Posted: Wednesday, July 1, 2009 4:14:48 PM
Hi Julia,

The plot that you have suggested changes as time passes. Because it calculates the 
price difference between the open price of the current bar and the high of previous bar.
 
This is not what I want. I would like  to know the gap at opening of the market (around 9:30). 
This is difference between the price when the market opens and high of the previous day.   
 
Hossein
Topic: Gaps
Posted: Monday, June 29, 2009 5:14:25 PM
I would like to set up a rule that finds the stocks in a watchlist that have gapped up (or down)
at the opening of the market in the morning, and list them along with the gap magnitues. 

I do not want the results to change as the time passes or interval changes. The results should 
be always for the opening gap.

Thanks,

Hossein