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

dsugums 6 pip auto-trader by 'im again
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=313
Page 14 of 18
Author:  tarrini65 [ Fri Feb 10, 2012 8:55 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

ok let me try to summarize what you did

- you use the dsgums6 ea with total tp at 12 pips for the total of the basket
- you use also stacking position ( after how many pips ?)
- with steve's mptm you close every postion at 12 pips

you also manage dd the usual way you teach

is it correct ?
Author:  Cfi [ Fri Feb 10, 2012 9:33 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

brijon wrote:here is my results using the ea running with lucksome ea as well 12 pip profit turning om at 4 am adelaide time off 5 pm adelaide time on an off during the day . semi auto mode DOING THAT I CONTROL DD
Looking at your screenshot, you're taking a 12 pip profit on a single pair within the basket(E/U, E/CHF, U/CHF) instead of an overall basket take profit of 12 pips. Similar to your PB strategy, do you immediately open a new trade on the same pair that closed at your tp to keep a tri-hedge running at all time? The open and close times of your trades it appears you're not... am I correct?

Thanks,
Steve
Author:  winsteadglenn [ Sat Feb 11, 2012 2:50 am ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

I suspect the Dsugums 6 pip EA will automatically enter a new position after TP. I wonder if Brian means that he turns the separate Multipurpose Trade Manager robot on for the Asian and London Markets, then off for the US Markets, to allow the system to equilibrate/reset with a normal basket TP?
Author:  kwchau [ Sun Feb 12, 2012 7:12 am ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

brijon wrote:here is my results using the ea running with lucksome ea as well 12 pip profit turning om at 4 am adelaide time off 5 pm adelaide time on an off during the day . semi auto mode DOING THAT I CONTROL DD



http://my.jetscreenshot.com/demo/20120210-umqg-279kb
Hi, may I ask how do you turn the ea off since we cannot access to the setting once it is running. Do you drag the ea to the chart again and change its setting to turn it off or you just click on the Empty4 expert adviser tab to turn it off ?
Author:  Cfi [ Sun Feb 12, 2012 7:23 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

winsteadglenn wrote:I suspect the Dsugums 6 pip EA will automatically enter a new position after TP. I wonder if Brian means that he turns the separate Multipurpose Trade Manager robot on for the Asian and London Markets, then off for the US Markets, to allow the system to equilibrate/reset with a normal basket TP?
Good question... hopefully Brian will chime in. His screenshot has over a week's worth of trades and I only see individual TPs.... no basket TPs.

I'm guessing he opens the tri-hedge basket and trades it like his PB strategy.... Closing individual pairs that hit 12 pip TP, reopen pair that closed at TP and managing DD on the other pairs in the basket.

Steve
Author:  shrike [ Tue Feb 14, 2012 7:01 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

I like this EA. Demotesting since Yesterday, close 3 Baskets since them, in the moment i have 6 open positions with a DD of just 30 euro on 0,1 Lot pro Pair. This EA is good for Accounts with Cashbackservice.
Author:  gaheitman [ Tue Feb 14, 2012 7:16 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

kwchau wrote:
brijon wrote:here is my results using the ea running with lucksome ea as well 12 pip profit turning om at 4 am adelaide time off 5 pm adelaide time on an off during the day . semi auto mode DOING THAT I CONTROL DD



http://my.jetscreenshot.com/demo/20120210-umqg-279kb
Hi, may I ask how do you turn the ea off since we cannot access to the setting once it is running. Do you drag the ea to the chart again and change its setting to turn it off or you just click on the Empty4 expert adviser tab to turn it off ?
Turning off the Expert Advisors through the button won't actually stop the EA from running. When you do it, you should still see the clock in Steve's display changing. I would recommend using two separate templates, one with the EA on it and one with it off.

Steve,

If you change the loop in start() to be

Code: Select all

   while (x == 0 && !IsStopped())
The code will respect the Right Click|Expert Advisors|Remove command.

George
Author:  SteveHopwood [ Tue Feb 14, 2012 7:31 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

gaheitman wrote:
kwchau wrote:
brijon wrote:here is my results using the ea running with lucksome ea as well 12 pip profit turning om at 4 am adelaide time off 5 pm adelaide time on an off during the day . semi auto mode DOING THAT I CONTROL DD



http://my.jetscreenshot.com/demo/20120210-umqg-279kb
Hi, may I ask how do you turn the ea off since we cannot access to the setting once it is running. Do you drag the ea to the chart again and change its setting to turn it off or you just click on the Empty4 expert adviser tab to turn it off ?
Turning off the Expert Advisors through the button won't actually stop the EA from running. When you do it, you should still see the clock in Steve's display changing. I would recommend using two separate templates, one with the EA on it and one with it off.

Steve,

If you change the loop in start() to be

Code: Select all

   while (x == 0 && !IsStopped())
The code will respect the Right Click|Expert Advisors|Remove command.

George
Are you sure, George? Last time I tried this it did not work, but that is a couple of years ago.

:D
Author:  gaheitman [ Tue Feb 14, 2012 7:36 pm ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

SteveHopwood wrote:
gaheitman wrote:Turning off the Expert Advisors through the button won't actually stop the EA from running. When you do it, you should still see the clock in Steve's display changing. I would recommend using two separate templates, one with the EA on it and one with it off.

Steve,

If you change the loop in start() to be

Code: Select all

   while (x == 0 && !IsStopped())
The code will respect the Right Click|Expert Advisors|Remove command.

George
Are you sure, George? Last time I tried this it did not work, but that is a couple of years ago.

:D
It worked when I tested it. :D Of course I'm a sheep and I have the latest version of Empty4 that my broker felt I should have, so your mileage may vary.

George
Author:  kwchau [ Wed Feb 15, 2012 9:18 am ]
Post subject:  Re: dsugums 6 pip auto-trader by 'im again

gaheitman wrote:
kwchau wrote:
brijon wrote:here is my results using the ea running with lucksome ea as well 12 pip profit turning om at 4 am adelaide time off 5 pm adelaide time on an off during the day . semi auto mode DOING THAT I CONTROL DD



http://my.jetscreenshot.com/demo/20120210-umqg-279kb
Hi, may I ask how do you turn the ea off since we cannot access to the setting once it is running. Do you drag the ea to the chart again and change its setting to turn it off or you just click on the Empty4 expert adviser tab to turn it off ?
Turning off the Expert Advisors through the button won't actually stop the EA from running. When you do it, you should still see the clock in Steve's display changing. I would recommend using two separate templates, one with the EA on it and one with it off.


George
Hi George, do you mean that one template with stoptrading = false and another template with stoptrading = true? Do I need to change other settings?
All times are UTC Page 14 of 18