Zline trades for today H1 on GBP/USD 3 trades +290 pips !!!!! Thanks MO for your insight and simplicity.
-ZZ
Never Lose Again
Moderator: moderators
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
- TheRumpledOne
- rank: 10000+ posts

- Posts: 15764
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3048
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:

- Contact:
I figured out a way to do it!!
I coded the dashboard to send a period = -1 to the external indicator.
If the external indicator is on the disk, it returns a value of 99.
If the dashboard sees a 99, then it proceeds, OTHERWISE, the dashboard displays an error message and shuts down.
Not the most elegant solution but effective.
Now, I have to put that code in EVERY indicator that calls another indicator.
MY WORK IS NEVER DONE... LOL!!
I coded the dashboard to send a period = -1 to the external indicator.
If the external indicator is on the disk, it returns a value of 99.
If the dashboard sees a 99, then it proceeds, OTHERWISE, the dashboard displays an error message and shuts down.
Not the most elegant solution but effective.
Now, I have to put that code in EVERY indicator that calls another indicator.
MY WORK IS NEVER DONE... LOL!!
IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
I do not want to be rude, but my opinion is cross or semafor 8, does not give any usefull infformation, I tried to use that, all my trades ended with lost.
5 min chart tpl and indi added,
I try to find the revarsal with fractal...
better than volume stop, revarsal will occur when semafor 3 and fractal at same point..I almost catch all the reversal with fractal..

5 min chart tpl and indi added,
I try to find the revarsal with fractal...
better than volume stop, revarsal will occur when semafor 3 and fractal at same point..I almost catch all the reversal with fractal..

- Attachments
-
teo.zip- (26.19 KiB) Downloaded 293 times
teoman wrote:I..I almost catch all the reversal with fractal..
I would have thought the "false positives" would be the issue.
If you get the semafors to be useful you will have done much better than me, as I've given up on them!
However you may like to try using the Support & Resistance Barry indi with them instead of the fractal.
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
- TheRumpledOne
- rank: 10000+ posts

- Posts: 15764
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3048
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:

- Contact:
- TheRumpledOne
- rank: 10000+ posts

- Posts: 15764
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3048
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:

- Contact:
Humble wrote:teoman wrote:I..I almost catch all the reversal with fractal..
I would have thought the "false positives" would be the issue.
If you get the semafors to be useful you will have done much better than me, as I've given up on them!
However you may like to try using the Support & Resistance Barry indi with them instead of the fractal.
BARRY'S IS FRACTALS!!
Code: Select all
int start()
{
i=Bars;
while(i>=0)
{
val1 = iFractals(NULL, 0, MODE_UPPER,i);
if (val1 > 0)
v1[i]=High[i];
else
v1[i] = v1[i+1];
val2 = iFractals(NULL, 0, MODE_LOWER,i);
if (val2 > 0)
v2[i]=Low[i];
else
v2[i] = v2[i+1];
i--;
}
return(0);
}IT'S NOT WHAT YOU TRADE, IT'S HOW YOU TRADE IT!
Please do NOT PM me with trading or coding questions, post them in a thread.
Please do NOT PM me with trading or coding questions, post them in a thread.
- TheRumpledOne
- rank: 10000+ posts

- Posts: 15764
- Joined: Sun May 14, 2006 9:31 pm
- Reputation: 3048
- Location: Oregon
- Real name: Avery T. Horton, Jr.
- Gender:

- Contact:
- monolisa
- rank: 150+ posts

- Posts: 351
- Joined: Fri Jun 12, 2009 11:38 am
- Reputation: 0
- Location: All Quiet on the Western Front
- Gender:

Re: H1 zline trades
Hi zapzinig,
Excellent trades.
May I ask why do you draw the zlines at those specific positions? I notice they are quite different from blurbb's zlines.
Do you draw the zline when there's a change in momentum?
Also, did you enter long @ 1.2625 after retracement? (ie. wicked the second momentum candle)
Based on which tf did you trade? I presume H1 is the "target" tf.
Can MO also comment please?
Thanks all for your help.
Lis
Excellent trades.
May I ask why do you draw the zlines at those specific positions? I notice they are quite different from blurbb's zlines.
Do you draw the zline when there's a change in momentum?
Also, did you enter long @ 1.2625 after retracement? (ie. wicked the second momentum candle)
Based on which tf did you trade? I presume H1 is the "target" tf.
Can MO also comment please?
Thanks all for your help.
Lis
zapzinig wrote:Zline trades for today H1 on GBP/USD 3 trades +290 pips !!!!! Thanks MO for your insight and simplicity.
-ZZ
Re: H1 zline trades
Every trader trades Z-lines differently...
You guys are way too technical...
If you can see loss then you can see how you are to profit.
You guys are way too technical...
If you can see loss then you can see how you are to profit.
monolisa wrote:Hi zapzinig,
Excellent trades.
May I ask why do you draw the zlines at those specific positions? I notice they are quite different from blurbb's zlines.
Do you draw the zline when there's a change in momentum?
Also, did you enter long @ 1.2625 after retracement? (ie. wicked the second momentum candle)
Based on which tf did you trade? I presume H1 is the "target" tf.
Can MO also comment please?
Thanks all for your help.
Liszapzinig wrote:Zline trades for today H1 on GBP/USD 3 trades +290 pips !!!!! Thanks MO for your insight and simplicity.
-ZZ
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.


