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: robejohg
About
User Name: robejohg
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Gender:
Statistics
Joined: Saturday, April 5, 2014
Last Visit: Saturday, April 22, 2017 11:45:16 AM
Number of Posts: 4
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: IF...statments
Posted: Saturday, October 8, 2016 10:24:31 AM

I am tring to create a line to do  back test.

Goal is:

Entry is made at price C

StopLoss (SL) is C - y (y is calulated before entry and does not change)

So:

 

If C>C1 then SL=C-y

else SL=SL

I can get this work as a yes - no but cannot get a line. Is this possible?

Thanks

Topic: Easy Scan_1 vs. Easy Scan_2
Posted: Friday, July 29, 2016 10:13:34 AM

Man you guys are fast!!!!

That was it.

Thanks,

GIb

 

Topic: Easy Scan_1 vs. Easy Scan_2
Posted: Friday, July 29, 2016 9:49:51 AM

I am building a scan but have run into a hiccup.

The scan consists of 4 basics: • Price, Volume, Optional, Beta

There are then Conditions 1-6. When I build Easy Scan_1 as:

• Condition 1 = True, Condition 2 = True…….

• Condition 6 = True

It comes up with a list of 18 symbols. When I validate the conditions, I see that only 2 of the 18 symbols have met all 6 conditions.

When I build Easy Scan_2 with a NewCondition using the previous 6 as:

NewCondition = Condition 1 and Condition 2 and ….. and Condition 6; it comes up with only 1 symbol that all conditions have been met which is also listed in Easy Scan_1.

The second symbol of Easy Scan_1 does not show up in Easy Scan_2 The problem seems to be with condition 2 which is: C<MinL10.1.

When I test both symbols in the Library using condition 2, they both pass.

Any suggestions?

Thanks

Gib

Topic: Aroon Indicators and Oscillator
Posted: Sunday, June 7, 2015 12:58:33 PM

Buy using the pdf code above I can create this conditionfor a filter:

Aroon(+) 25-Period  > Aroon(-) 25-Period

What I am trying to do now is set a limit as to how many days this has been true. Is this possible?

Thanks

GIb