Pitbul: Brian's strategy automated

Post Reply
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: Pitbul: Brian's strategy automated

Post by SteveHopwood »

Hehe. This reminds me that I intended adding a 'this ea must not be used on a live account' warning to post 1. Those multiple alerts are intended to drive someone trying to do so nuts, so the bot is removed quickly. Wonderful that this should happen to one of the cleverest people here :lol:

There are indeed configurable inputs but you can only change these at load-up time. The process is:
  • Drag Pb onto the chart.
    Make your input changes.
    Save these changes as a setfile so you can recover them the next time you need to make edings.
    Click OK to run the bot.
Cheers

: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.
webregs
Trader
Posts: 31
Joined: Tue Jan 10, 2012 10:59 pm

Re: Pitbul: Brian's strategy automated

Post by webregs »

jboy wrote:
jb68 wrote:
jboy wrote:So the EA hit the set CashTakeProfit overnight, and it did not open another set of trades. Is this how it is suppose to be? Do I just reset the EA or should I set a higher CashTakeProfit orginally?
Same thing here. Cash $5 yesterday, then did nothing over night.
I removed and added it again and got other 4 trades.
Thanks for the confirmation. We have the exact same experience. Between the 2 of us, we made $10 since my Cash is also $5 yesterday. :D I like beer money! A few more $5 cashouts, and I may upgrade to some fancy Belgium beer.

I'll go home tonight, and remove and reset the EA at a higher CashTakeProfit to see what happens. And I'll also confirm if it opened more trades since I left my EA running all day without removing the EA.

And thanks Steve for sharing this wonderful toy, and thanks to Brijon for sharing this strategy. I will work hard at understanding what is going on, and most likely, I will just play around manually with the basket since dummies probably learn better by just doing it by hand.
I'm having the same issue. When the EA is started it opens the two strongest and two weakest trades as per OOTB settings then once these are closed in profit it doesn't open anymore until I restart the EA. Can't find where this is set in the code (assuming it is)?
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: Pitbul: Brian's strategy automated

Post by SteveHopwood »

webregs wrote:I'm having the same issue. When the EA is started it opens the two strongest and two weakest trades as per OOTB settings then once these are closed in profit it doesn't open anymore until I restart the EA. Can't find where this is set in the code (assuming it is)?
It isn't. If this is the only EA you are demoing on the platform, then the problem is definitely at your end. The only potential is for ForceClose being somehow left set at 'true', but the code

Code: Select all

if (OrdersTotal() == 0) ForceClose = false;
resets the variable.

If you are demoing different ea's on the same platform, then move

Code: Select all

      //The next routine takes care of all trade closure possibilities
      CountOpenTrades();
so that it is positioned above the OrdersTotal() conditional and add

Code: Select all

if (OpenTrades == 0) ForceClose = false;
to see if this sorts out the problem.

: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.
james666

Re: Pitbul: Brian's strategy automated

Post by james666 »

Oh my god! I cannot believe you made an EA out of this too!! Excellent work - i've been following Brijon's thread on FF - little did I know all this was going on here!

As its a basket trader, does one need to load the EA on only one chart? Or do I need to do it on all pairs concerned? I have read the thread but cannot find any instructions on this specific point.
dus3d
Posts: 7
Joined: Wed Jan 25, 2012 3:41 am

Re: Pitbul: Brian's strategy automated

Post by dus3d »

SteveHopwood wrote:Hehe. This reminds me that I intended adding a 'this ea must not be used on a live account' warning to post 1. Those multiple alerts are intended to drive someone trying to do so nuts, so the bot is removed quickly. Wonderful that this should happen to one of the cleverest people here :lol:

There are indeed configurable inputs but you can only change these at load-up time. The process is:
  • Drag Pb onto the chart.
    Make your input changes.
    Save these changes as a setfile so you can recover them the next time you need to make edings.
    Click OK to run the bot.
Cheers

:D

I removed the annoying alert and tried this thing on a small live account. LOL

I know it's not supposed to be used that way but I had to test it in all different accounts. I had 3 demos and 2 live account. Just small, the other account started at $12, 0.01 lot, currently at $20.49 ahahaha. I was expecting it to blow the account but it didn't :lol: .. Let's see if it's still running by next week. The other live account started at $27, 0.01 lot, currently at $41.49 :lol: .. I'm not expecting to profit from this live tests but oh well, I'll let it run till these two accounts get a margin call or blow it. I'd get extra results from these 2 live tests.
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: Pitbul: Brian's strategy automated

Post by SteveHopwood »

james666 wrote:Oh my god! I cannot believe you made an EA out of this too!! Excellent work - i've been following Brijon's thread on FF - little did I know all this was going on here!

As its a basket trader, does one need to load the EA on only one chart? Or do I need to do it on all pairs concerned? I have read the thread but cannot find any instructions on this specific point.
Yep. Basket traders go onto one chart, otherwise you get a lot of duplicated trades. :lol:

: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
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: Pitbul: Brian's strategy automated

Post by SteveHopwood »

dus3d wrote:
SteveHopwood wrote:Hehe. This reminds me that I intended adding a 'this ea must not be used on a live account' warning to post 1. Those multiple alerts are intended to drive someone trying to do so nuts, so the bot is removed quickly. Wonderful that this should happen to one of the cleverest people here :lol:

There are indeed configurable inputs but you can only change these at load-up time. The process is:
  • Drag Pb onto the chart.
    Make your input changes.
    Save these changes as a setfile so you can recover them the next time you need to make edings.
    Click OK to run the bot.
Cheers

:D

I removed the annoying alert and tried this thing on a small live account. LOL

I know it's not supposed to be used that way but I had to test it in all different accounts. I had 3 demos and 2 live account. Just small, the other account started at $12, 0.01 lot, currently at $20.49 ahahaha. I was expecting it to blow the account but it didn't :lol: .. Let's see if it's still running by next week. The other live account started at $27, 0.01 lot, currently at $41.49 :lol: .. I'm not expecting to profit from this live tests but oh well, I'll let it run till these two accounts get a margin call or blow it. I'd get extra results from these 2 live tests.
Yet another Big Spender. :lol: :lol: :lol:

The anti-live account stuff is what I call and Idiot Check. I figure that by the time someone knows enough to remove it, they have learned enough to know when it is safe to do so. You can't get much safer than an account with $12 in it. :lol:

: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.
jb68
Trader
Posts: 71
Joined: Mon Jan 30, 2012 11:30 pm

Re: Pitbul: Brian's strategy automated

Post by jb68 »

SteveHopwood wrote:
dus3d wrote:
SteveHopwood wrote:Hehe. This reminds me that I intended adding a 'this ea must not be used on a live account' warning to post 1. Those multiple alerts are intended to drive someone trying to do so nuts, so the bot is removed quickly. Wonderful that this should happen to one of the cleverest people here :lol:

There are indeed configurable inputs but you can only change these at load-up time. The process is:
  • Drag Pb onto the chart.
    Make your input changes.
    Save these changes as a setfile so you can recover them the next time you need to make edings.
    Click OK to run the bot.
Cheers

:D
I removed the annoying alert and tried this thing on a small live account. LOL

I know it's not supposed to be used that way but I had to test it in all different accounts. I had 3 demos and 2 live account. Just small, the other account started at $12, 0.01 lot, currently at $20.49 ahahaha. I was expecting it to blow the account but it didn't :lol: .. Let's see if it's still running by next week. The other live account started at $27, 0.01 lot, currently at $41.49 :lol: .. I'm not expecting to profit from this live tests but oh well, I'll let it run till these two accounts get a margin call or blow it. I'd get extra results from these 2 live tests.
Yet another Big Spender. :lol: :lol: :lol:

The anti-live account stuff is what I call and Idiot Check. I figure that by the time someone knows enough to remove it, they have learned enough to know when it is safe to do so. You can't get much safer than an account with $12 in it. :lol:

:D
Anti live Account would be good. This EA goes without SL. However working with a basket will have distributed risk.
I still have to remove / reload in order to make it to take trades but so far it looks really promising.
dus3d
Posts: 7
Joined: Wed Jan 25, 2012 3:41 am

Re: Pitbul: Brian's strategy automated

Post by dus3d »

I do not know what was the issue with this EA when after taking profit it does not trade anymore. I have had the same issues with the other 3 demos I had. But I left the 2 live tests for 2 days now without intervention and it still take trades after taking profit. Not immediately but after a few minutes it takes trades when a pair moves fast.
james666

Re: Pitbul: Brian's strategy automated

Post by james666 »

This system is the dogs nuts... if you use your OWN nuts..

With the manual method, I'm using the xmeter indi to determine trend...and I'm looking at the murray maths indi for levels of possible price reversal along with Nanningbob's 2.4.2 close out method to control my drawdown.

Looking good!
Post Reply

Return to “Automated trading systems”