dsugums 6 pip auto-trader by 'im again

Post Reply
tarrini65
Trader
Posts: 21
Joined: Thu Nov 17, 2011 8:30 am

Re: dsugums 6 pip auto-trader by 'im again

Post by tarrini65 »

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 ?
Cfi
Posts: 2
Joined: Mon Dec 05, 2011 9:10 pm
Location: ATX

Re: dsugums 6 pip auto-trader by 'im again

Post by Cfi »

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
winsteadglenn
Trader
Posts: 101
Joined: Tue Nov 15, 2011 10:40 pm

Re: dsugums 6 pip auto-trader by 'im again

Post by winsteadglenn »

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?
Last edited by winsteadglenn on Sun Feb 12, 2012 10:58 am, edited 1 time in total.
kwchau
Trader
Posts: 305
Joined: Tue Jan 03, 2012 3:37 pm

Re: dsugums 6 pip auto-trader by 'im again

Post by kwchau »

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 ?
Cfi
Posts: 2
Joined: Mon Dec 05, 2011 9:10 pm
Location: ATX

Re: dsugums 6 pip auto-trader by 'im again

Post by Cfi »

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
shrike
Posts: 1
Joined: Wed Nov 16, 2011 10:57 am

Re: dsugums 6 pip auto-trader by 'im again

Post by shrike »

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.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: dsugums 6 pip auto-trader by 'im again

Post by gaheitman »

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
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: dsugums 6 pip auto-trader by 'im again

Post by SteveHopwood »

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
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: dsugums 6 pip auto-trader by 'im again

Post by gaheitman »

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
kwchau
Trader
Posts: 305
Joined: Tue Jan 03, 2012 3:37 pm

Re: dsugums 6 pip auto-trader by 'im again

Post by kwchau »

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?
Post Reply

Return to “Automated trading systems”