| miles3w |
|
Gold User, Member, TeleChart
|
| Registered User |
|
|
|
|
| Unsure |
|
| Thursday, March 29, 2007 |
| Wednesday, October 10, 2012 4:40:39 PM |
11 [0.00% of all post / 0.00 posts per day] |
|
|
Anybody have even a hint for what to do?Thanks,- Miles
|
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
|
|
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
|
|
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
|
|