stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

10.6 EDSEL
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3259
Page 186 of 234
Author:  alorente [ Tue Mar 25, 2014 2:17 pm ]
Post subject:  Re: 10.6 EDSEL

milanese » Tue Mar 25, 2014 2:51 pm wrote:
milanese » Tue Mar 25, 2014 12:21 pm wrote:
taggie11 » Tue Mar 25, 2014 8:25 am wrote:
Tommaso

Is there any way to combine 2 of these in one - so that I can see H4 and H1 or D1 in one indicator pane? Save on real estate....

THanks
Doc
I will take a look...

Cheers :)

Tommaso
Ok this one is showing two TF OOTB it shows H4 and D1 the alerts can be set for both TF seperat with
extern bool CounterTrendAlertTF1 = true;
extern bool CounterTrendAlertTF2 = true;

the TFs you will use you set with:
extern int FirstTF = 240;
extern int SecondTF =1440;

Note the TF for the MA's used is in this version always H4, let me now i f you wnat here two a second TF for the MA's

Cheers :)

Tommaso
I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
Author:  nanningbob [ Tue Mar 25, 2014 2:21 pm ]
Post subject:  Re: 10.6 EDSEL

alorente » Tue Mar 25, 2014 10:17 pm wrote:
milanese » Tue Mar 25, 2014 2:51 pm wrote:
milanese » Tue Mar 25, 2014 12:21 pm wrote:
taggie11 » Tue Mar 25, 2014 8:25 am wrote:
Tommaso

Is there any way to combine 2 of these in one - so that I can see H4 and H1 or D1 in one indicator pane? Save on real estate....

THanks
Doc
I will take a look...

Cheers :)

Tommaso
Ok this one is showing two TF OOTB it shows H4 and D1 the alerts can be set for both TF seperat with
extern bool CounterTrendAlertTF1 = true;
extern bool CounterTrendAlertTF2 = true;

the TFs you will use you set with:
extern int FirstTF = 240;
extern int SecondTF =1440;

Note the TF for the MA's used is in this version always H4, let me now i f you wnat here two a second TF for the MA's

Cheers :)

Tommaso
I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
I copy and paste into a working indi and then rename it. Putting it in the folder is to get frustrated.
Author:  milanese [ Tue Mar 25, 2014 2:22 pm ]
Post subject:  Re: 10.6 EDSEL

alorente » Tue Mar 25, 2014 2:17 pm wrote: I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
are you using Empty4 build >6xx?

Cheers :)

Tommaso
Author:  milanese [ Tue Mar 25, 2014 2:24 pm ]
Post subject:  Re: 10.6 EDSEL

taggie11 » Tue Mar 25, 2014 2:11 pm wrote:
milanese » Tue Mar 25, 2014 1:51 pm wrote:
milanese » Tue Mar 25, 2014 12:21 pm wrote:
taggie11 » Tue Mar 25, 2014 8:25 am wrote:
Tommaso

Is there any way to combine 2 of these in one - so that I can see H4 and H1 or D1 in one indicator pane? Save on real estate....

THanks
Doc
I will take a look...

Cheers :)

Tommaso
Ok this one is showing two TF OOTB it shows H4 and D1 the alerts can be set for both TF seperat with
extern bool CounterTrendAlertTF1 = true;
extern bool CounterTrendAlertTF2 = true;

the TFs you will use you set with:
extern int FirstTF = 240;
extern int SecondTF =1440;

Note the TF for the MA's used is in this version always H4, let me now i f you wnat here two a second TF for the MA's

Cheers :)

Tommaso
Thanks Tommaso - you are a gem ;-)

Would be good to have another version with second TF for the MAs.
Doc
Here you go use extern int MA_TF1 = 240;
extern int MA_TF2 =1440;
for setting the TFs for the MAs....
AEJ_10.6_STO_ALERT_v2_0TwoTF_MA.mq4
Cheers :)

Tommaso
Author:  DocT [ Tue Mar 25, 2014 2:25 pm ]
Post subject:  Re: 10.6 EDSEL

milanese » Tue Mar 25, 2014 2:22 pm wrote:
alorente » Tue Mar 25, 2014 2:17 pm wrote: I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
are you using Empty4 build >6xx?

Cheers :)

Tommaso
Works fine for me in FXCM build 610.
Brilliant ;-)
Author:  matt_32 [ Tue Mar 25, 2014 2:29 pm ]
Post subject:  10.6 EDSEL

alorente » Tue Mar 25, 2014 3:45 pm wrote:AudUsd is getting ready for a fall too. H1 and H4 on top, not quite to D1 but all the slope conditions are met. It should fall soon.

@ alorente

I was wondering..... How do you you about scanning charts for possible trade setups. Is there a quick way to identify potential trades ?


Matt
Author:  alorente [ Tue Mar 25, 2014 2:34 pm ]
Post subject:  Re: 10.6 EDSEL

nanningbob » Tue Mar 25, 2014 3:21 pm wrote:
alorente » Tue Mar 25, 2014 10:17 pm wrote:
milanese » Tue Mar 25, 2014 2:51 pm wrote:
milanese » Tue Mar 25, 2014 12:21 pm wrote:
taggie11 » Tue Mar 25, 2014 8:25 am wrote:
Tommaso

Is there any way to combine 2 of these in one - so that I can see H4 and H1 or D1 in one indicator pane? Save on real estate....

THanks
Doc
I will take a look...

Cheers :)

Tommaso
Ok this one is showing two TF OOTB it shows H4 and D1 the alerts can be set for both TF seperat with
extern bool CounterTrendAlertTF1 = true;
extern bool CounterTrendAlertTF2 = true;

the TFs you will use you set with:
extern int FirstTF = 240;
extern int SecondTF =1440;

Note the TF for the MA's used is in this version always H4, let me now i f you wnat here two a second TF for the MA's

Cheers :)

Tommaso
I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
I copy and paste into a working indi and then rename it. Putting it in the folder is to get frustrated.
Nothing. I can´t get it to update my Custom Indicators list neither in the Insert Menu on top or in the navigator. It just doesn´t show up. Very frustrating...
Author:  alorente [ Tue Mar 25, 2014 2:37 pm ]
Post subject:  10.6 EDSEL

matt_32 » Tue Mar 25, 2014 3:29 pm wrote:
alorente » Tue Mar 25, 2014 3:45 pm wrote:AudUsd is getting ready for a fall too. H1 and H4 on top, not quite to D1 but all the slope conditions are met. It should fall soon.

@ alorente

I was wondering..... How do you you about scanning charts for possible trade setups. Is there a quick way to identify potential trades ?


Matt
There is no quick way, but with practice, the trades pop right out at you. I explained how to do the TMA analysis properly a few days ago, starting with W1 time frame, then D1, etc. I think it was Friday but I´m not sure...
Author:  alorente [ Tue Mar 25, 2014 2:39 pm ]
Post subject:  Re: 10.6 EDSEL

taggie11 » Tue Mar 25, 2014 3:25 pm wrote:
milanese » Tue Mar 25, 2014 2:22 pm wrote:
alorente » Tue Mar 25, 2014 2:17 pm wrote: I´ve copied the indi to the Experts/Indicators folder 3 times and I can´t get it to show up in my Custom Indicators list within Empty4. Any ideas? Yes. I closed the platform and opened it again...
are you using Empty4 build >6xx?

Cheers :)

Tommaso
Works fine for me in FXCM build 610.
Brilliant ;-)
Yes Tommaso, I´m using build 625.
Author:  milanese [ Tue Mar 25, 2014 2:39 pm ]
Post subject:  Re: 10.6 EDSEL

alorente » Tue Mar 25, 2014 2:34 pm wrote: Nothing. I can´t get it to update my Custom Indicators list neither in the Insert Menu on top or in the navigator. It just doesn´t show up. Very frustrating...
Try the ex4 maybe this works for you..
AEJ_10.6_STO_ALERT_v2_0TwoTF_MA.ex4
Cheers :)

Tommaso
All times are UTC Page 186 of 234