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: miles3w
About
User Name: miles3w
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Thursday, March 29, 2007
Last Visit: Wednesday, October 10, 2012 4:40:39 PM
Number of Posts: 11
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: System incorporating scaling-in
Posted: Thursday, May 20, 2010 12:11:57 PM
Anybody have even a hint for what to do?Thanks,- Miles
Topic: System incorporating scaling-in
Posted: Monday, May 10, 2010 7:28:42 PM
I am trying to plan a scale in strategy for the following:
Setup: Currently not in a position
    Price > 200SMA
    RSI(2) > 25
    RSI(1)
    RSI
    A    Buy on Close
Scale In:
    B    If still in the trade and
        Close
        Buy 2x on Close
    C    If still in the trade and
        Close
        Buy 3x on Close
    D    If still in the trade and
        Close
        Buy 4x on Close
Exit:
    RSI > 70
    Exit all

I have the script to enter based on the Setup. I don't know how to 'remember' the purchase price (close of A, B or C) so I can reference it for the Scale in Strategy. How would I program this?

The Scale-In would stop if the exit is reached. E.g. If two buys happen (A and B), then RSI > 70, C and D would not execute.

While in a trade, no new A positions would be executed.

Thanks for your help with this,

- Miles
Topic: A way to create auto trendlines using ZigZag
Posted: Sunday, February 21, 2010 7:50:12 PM
Hi,

I would like to automaticaly draw a line based on ZigZag inflection points between swing high/low points right before the current bar.

As I see it, the line would be drawn between ZZ(1) and ZZ(3) and would have ray extensions. Can this be done in RealCode?

Thanks,

- Miles

Topic: Placing retracement labels based on the ZigZag indicator
Posted: Sunday, February 21, 2010 7:40:10 PM
Hi,

I'm trying to create labels using RealCode that would place the calculated retracement value at the ZigZag indicator's inflection points

So for each ZigZag inflection point, I would be calculating the % retracement as follows:

100 * ZZ(i) / ( Abs ( zz(i+1) - zz(i+2))

I been playing with RealCode, but have been unable to get the label command to work.

Thanks for your help,

- Miles