Subthread: Dolly 2nd Clone Project - page 6

 

hi...!

seems goes to right directions

enjoy

 

18Dec06 GBU/USD

Another nice trade today for GBU/USD

If you put straddle buy and sell stop, you will get 2x profit for today.

all position at the 2nd target

Files:
18dec06.jpg  72 kb
 
hymns:
GMACD Trading Signals (GMACD_Signals) With Trend Analysis.

Change Logs

- Version 1.0.2

- Add Trend Analysis. This analysis will tell you if trend is change

or trend correction.

thx mate good work

 
ANCOLL:
Another nice trade today for GBU/USD

If you put straddle buy and sell stop, you will get 2x profit for today.

all position at the 2nd target

I thought that is not necessary to wait until the price touch the buy or sell area, specially for full time trader who see their chart frequently, so it won't lose a big movement or less than

that's just my opinion

enjoy...

Files:
gpbusd.jpg  128 kb
 
hymns:
GMACD Trading Signals (GMACD_Signals) With Trend Analysis.

Change Logs

- Version 1.0.2

- Add Trend Analysis. This analysis will tell you if trend is change

or trend correction.

Cool

//Today Analysis UP

if ((macd_H4 > macd_HH4) && (macd_D1 > macd_DD1)) { analysis_today = "TREND/UP"; color_ta = Lime; }

if ((macd_H4 macd_DD1)) { analysis_today = "TREND/UP"; color_ta = YellowGreen; }

//Today Analysis UP

if ((macd_H4 < macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Red; }

if ((macd_H4 > macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Tomato; }

This is rules?

Small label bug?

Please, can you write rules for digistoch - description, interpretation?

And, can you add to your post your colored version ang_AutoCh_HL-v1.mq4?

My ang_AutoCh_HL-v1.mq4 is correct?

If trend up - lines: blue down, red up, but trend down blue up and red down

-----------------------------

And my Fibo lines is bad

MIG broker GMT+1 - open week sunday 23h. Is it bad, because work only one hour yesterday?

UPDATED post #9 https://www.mql5.com/en/forum/175809

Add clock and contdown to next bar

Files:
down.gif  42 kb
up.gif  41 kb
fibo.gif  38 kb
clock.gif  42 kb
 
kaspirano:
I thought that is not necessary to wait until the price touch the buy or sell area, specially for full time trader who see their chart frequently, so it won't lose a big movement or less than

that's just my opinion

enjoy...

Indicator Attached on thread post below,

XPMA

https://www.mql5.com/en/forum/175446

DECEMA

https://www.mql5.com/en/forum/175733

MACD Aggressive setup

http://www.trading-naked.com/efuturevision1.htm

enjoy....

 
kaspirano:
I thought that is not necessary to wait until the price touch the buy or sell area, specially for full time trader who see their chart frequently, so it won't lose a big movement or less than

that's just my opinion

enjoy...

Thanks for the advise,

But I am not a type of person who sit in front of the monitor for entire day

There are still a lot of nice things to do except Forex trading,

don't you agree?

 
ANCOLL:
Thanks for the advise,

But I am not a type of person who sit in front of the monitor for entire day

There are still a lot of nice things to do except Forex trading,

don't you agree?

Cool...Fully agree...

everyone has their own business to do except FX, hehehe

 

clock

frantacech:
Cool

//Today Analysis UP

if ((macd_H4 > macd_HH4) && (macd_D1 > macd_DD1)) { analysis_today = "TREND/UP"; color_ta = Lime; }

if ((macd_H4 macd_DD1)) { analysis_today = "TREND/UP"; color_ta = YellowGreen; }

//Today Analysis UP

if ((macd_H4 < macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Red; }

if ((macd_H4 > macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Tomato; }

This is rules?

Small label bug?

Please, can you write rules for digistoch - description, interpretation?

And, can you add to your post your colored version ang_AutoCh_HL-v1.mq4?

My ang_AutoCh_HL-v1.mq4 is correct?

If trend up - lines: blue down, red up, but trend down blue up and red down

-----------------------------

And my Fibo lines is bad

MIG broker GMT+1 - open week sunday 23h. Is it bad, because work only one hour yesterday?

UPDATED post #9 https://www.mql5.com/en/forum/175809

Add clock and contdown to next bar

nice clock in right corner of chart - is it possible to have a copy of the code

cja

 
frantacech:
Cool

//Today Analysis UP

if ((macd_H4 > macd_HH4) && (macd_D1 > macd_DD1)) { analysis_today = "TREND/UP"; color_ta = Lime; }

if ((macd_H4 macd_DD1)) { analysis_today = "TREND/UP"; color_ta = YellowGreen; }

//Today Analysis UP

if ((macd_H4 < macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Red; }

if ((macd_H4 > macd_HH4) && (macd_D1 < macd_DD1)) { analysis_today = "TREND/DN"; color_ta = Tomato; }

This is rules?

Small label bug?

Please, can you write rules for digistoch - description, interpretation?

And, can you add to your post your colored version ang_AutoCh_HL-v1.mq4?

My ang_AutoCh_HL-v1.mq4 is correct?

If trend up - lines: blue down, red up, but trend down blue up and red down

-----------------------------

And my Fibo lines is bad

MIG broker GMT+1 - open week sunday 23h. Is it bad, because work only one hour yesterday?

UPDATED post #9 https://www.mql5.com/en/forum/175809

Add clock and contdown to next bar

Opss... Just copy & paste the label. forgot to change

Digistoch Rules? Same stochastic but no need to switch between TF to view level of stoch.

Files:
Reason: