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

Pitbul: Brian's strategy automated
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=328
Page 6 of 19
Author:  SteveHopwood [ Mon Feb 13, 2012 6:26 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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
Author:  webregs [ Tue Feb 14, 2012 12:47 am ]
Post subject:  Re: Pitbul: Brian's strategy automated

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)?
Author:  SteveHopwood [ Tue Feb 14, 2012 11:45 am ]
Post subject:  Re: Pitbul: Brian's strategy automated

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
Author:  james666 [ Tue Feb 14, 2012 1:14 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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.
Author:  dus3d [ Tue Feb 14, 2012 1:33 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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.
Author:  SteveHopwood [ Tue Feb 14, 2012 1:58 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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
Author:  SteveHopwood [ Tue Feb 14, 2012 2:01 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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
Author:  jb68 [ Tue Feb 14, 2012 4:21 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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.
Author:  dus3d [ Tue Feb 14, 2012 4:50 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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.
Author:  james666 [ Tue Feb 14, 2012 5:12 pm ]
Post subject:  Re: Pitbul: Brian's strategy automated

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!
All times are UTC Page 6 of 19