3 Little Pigs System Automation

User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

[Update!!]3 Little Pigs System Automation

Post by milanese »

milanese » Sat Feb 28, 2015 8:28 pm wrote: Update 28 feb, 2015
AGT had the idea that function that lets the EA close all open positions if a certain profit reached maybe could give better results. As I lked the idea I embedded this function in the EA and did some cosmetic updates to my latest EA look..
this are the new inputs

Code: Select all

extern string   CloseAllProfitSet1="---Set this to true to close all EA positions----";
extern string   CloseAllProfitSet2="---if Profit reaches CloseAllOfPairInProfit----";
extern bool   UseCloseAllOfPairInProfit=true;
extern string   CloseAllProfitSet3="---enter here the amount in account Currency----";
extern double CloseAllOfPairInProfit=25;
Note the EA counts only its own trades on the specific pair.

You find the EA attached on the third post ----> http://www.stevehopwoodforex.com/phpBB3 ... 363#p83363

Cheers :)

Tommaso
I fixed a cosmetic glitch in the EA causing that the info-box was not optimal shown..

Please redownload the build 211..---> http://www.stevehopwoodforex.com/phpBB3 ... 363#p83363

Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
Yuya
Posts: 1
Joined: Thu Jan 29, 2015 1:10 pm

3 Little Pigs System Automation

Post by Yuya »

Thanks for all your hard work Tommaso!! Like the idea and it is up and running now on a demo account. Will keep you informed of results. Fired a couple of orders off already so robust coding!! thanks again
good hunting to you
Yuya
Kennard
Trader
Posts: 34
Joined: Mon Feb 16, 2015 8:02 am

3 Little Pigs System Automation

Post by Kennard »

Hi guys,

First of all a huge Thank you to all guys who developed and improved this EA but mainly to Tomasso.

I finished and reading and later re-reading this thread and as Marco28 mentioned, I too am actually quiet surprised why more people dont follow and comment here. I like 3 little pigs system because of simplicity and logic behind it. Trading it myself from last august , first on demo , later on small account. It is performing well but I can not take all trades , some of them are triggered during my sleep. And thats how I found this great forum. I was looking for a way how to be able to take trades even if I sleep.
Its a shame I do not know much about EA's :oops: :oops: :oops:
I obviously heard about them and saw other traders using them however I am a complete newbie in this field. I spent time last couple of days to learn more , I loaded one ( from page 3 ) on my charts.

However, I am still struggling with all settings and technicalities.
I know you programming guys are usually busy but if you have a minute can I kindly ask for some assistance,please?

What parameters to set up if I want to have following rules:

Take profit : 60 pips
Stop Loss : 30 pips

Trailing Stop: move to breakeven if in profit +30 pips.


Thanks a lot in advance for any help.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

3 Little Pigs System Automation

Post by milanese »

Kennard » Tue Mar 10, 2015 1:39 am wrote:Hi guys,

First of all a huge Thank you to all guys who developed and improved this EA but mainly to Tomasso.

I finished and reading and later re-reading this thread and as Marco28 mentioned, I too am actually quiet surprised why more people dont follow and comment here. I like 3 little pigs system because of simplicity and logic behind it. Trading it myself from last august , first on demo , later on small account. It is performing well but I can not take all trades , some of them are triggered during my sleep. And thats how I found this great forum. I was looking for a way how to be able to take trades even if I sleep.
Its a shame I do not know much about EA's :oops: :oops: :oops:
I obviously heard about them and saw other traders using them however I am a complete newbie in this field. I spent time last couple of days to learn more , I loaded one ( from page 3 ) on my charts.

However, I am still struggling with all settings and technicalities.
I know you programming guys are usually busy but if you have a minute can I kindly ask for some assistance,please?

What parameters to set up if I want to have following rules:

Take profit : 60 pips
Stop Loss : 30 pips

Trailing Stop: move to breakeven if in profit +30 pips.


Thanks a lot in advance for any help.
Attached your set file, doing exactly this..
Kennard.set
Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
Reaper
Trader
Posts: 476
Joined: Sat Feb 09, 2013 12:07 am
Location: UK

3 Little Pigs System Automation

Post by Reaper »

I have not combed through this thread. Is anyone running any forward demos of this? It's quite a simple system would like to see how it's getting on.

Cheers
Last edited by Reaper on Tue Mar 10, 2015 1:47 pm, edited 1 time in total.
.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

3 Little Pigs System Automation

Post by milanese »

Angat » Tue Mar 10, 2015 9:17 am wrote:I have not combed through this read. Is anyone running any forward demos of this? It's quite a simple system would like to see how it's getting on.

Cheers
This a demo account forexdan runs since over one year with the EA..
He uses the old OOTB setting with 0.1 lot for the inital position and 0.3 for the stacking position MaxAdditionalPositions=1
http://www.myfxbook.com/members/xxxxdan/3little/1011373
AGT is the EA too since some time testing..
Cheers :)

Tommaso
Global Prime is the official SHF broker :yahoo:
Searching for Servers and Workstations with individual configuration?
Just PM
:smile: Click here to go to the BoardKnowledgeBase
NOTE: Cookies and JavaScript are required for the using the board, with full functionality
User avatar
Reaper
Trader
Posts: 476
Joined: Sat Feb 09, 2013 12:07 am
Location: UK

3 Little Pigs System Automation

Post by Reaper »

milanese » Tue Mar 10, 2015 9:25 am wrote:
Angat » Tue Mar 10, 2015 9:17 am wrote:I have not combed through this read. Is anyone running any forward demos of this? It's quite a simple system would like to see how it's getting on.

Cheers
This a demo account forexdan runs since over one year with the EA..
He uses the old OOTB setting with 0.1 lot for the inital position and 0.3 for the stacking position MaxAdditionalPositions=1
http://www.myfxbook.com/members/xxxxdan/3little/1011373
AGT is the EA too since some time testing..
Cheers :)

Tommaso
Thanks man
.
Kennard
Trader
Posts: 34
Joined: Mon Feb 16, 2015 8:02 am

3 Little Pigs System Automation

Post by Kennard »

milanese » Tue Mar 10, 2015 5:30 pm wrote: Attached your set file, doing exactly this..

Cheers :)

Tommaso
Tomasso , thanks a lot, really, you are a legend!!! :good:
Such a friendly forum:)

I am going to load it, right after I will read more info about set files and how to manage them. :smile:
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

3 Little Pigs System Automation

Post by AGT »

Yes this simple thingy is doing a very satisfying job. But looking at forexdan's one year demo you can see it: a high staying power is needed !! :good:
Kennard
Trader
Posts: 34
Joined: Mon Feb 16, 2015 8:02 am

3 Little Pigs System Automation

Post by Kennard »

Hi AGT :)

What do you mean by 'high staying power'?

That it has large drawdown?
Post Reply

Return to “Automated trading systems”