“Build With Own Sketch” – LegoEA (or PanelOfSwitches)

0
(0)
Name:
"Build With Own Sketch" - LegoEA (or PanelOfSwitches)
Author: 26994 (2011.10.03 17:01)
Downloaded: 4986
Download:
"Build With Own Sketch" - LegoEA (or PanelOfSwitches) 1
 Lego_v3.mq4 (56.2 Kb) View
If you want to authomatize already taken well-designed strategy...

Or simply save your time...

HERE IS THE SOLUTION. FREE 100%.

Author:

Mostly me, but original version 1 is by Seletsky R.V.

I don't own the rights, but the V1 was on MQL4 (i.e. here).

Manual:

Inside. Also, all the code is commented.

lmages:

None. I mean, you need own strategy

Well, I have no any "well" strategy, through I can take any simple one.

Primary part - Features:

- 16 indicators: 2MA, MACD Signal, WPR, Stoch, OsMA etc.

- 4 (up to 16) custom indincators

- Flexible code - perfect for those, who don't know real coding, but can edit scripts "by seeing the example".

- MM - You

- ATR as independent closer.

But the best purpose is studying the coding rules. Even if you're not a programmeur yet.

Coming (not so) soon in v4:

- "Split exit" - good, if you want to close your positions in two different halves (Money management measures)

- "TrailStops" - simple, but necessary for many people thing called "trail". Well. I don't understand, how a trail works, so I need an example...

- New Customs, already defined and tuned

- Strategies - bundled.

- Maybe, templates?

Bonuses:

You can use it for getting lots of money by selling tuned advisor as black box (compiled code, no externs)

Also, you can write own code snippets, because I would like to get newer version by anonymous sourcing. I mean,

Weak Sides:

- Unusual. It's easier to make from new list for some people.

- Needs some knowing the code. Indicators have different terms, and it must be defined every time you're making new strategy.

- Not "plug-and-play" yet.

- Really slow backtest. Don't ask me, better take the initiative, since this thing is free and it's easy to clone it "for yourself".

Summary:

Good thing, if you're watching for "lego kit".

But if you're a perfectionist - wait untill next version (but I need some help!!!)

4 comments  To post a new comment, please log in or register

26994:hi do you have some manual for the EA? [email protected]
cm69:
26994:
kimitrio:

very nice and clean

i have an idea

change...

Thanks!

Never thought I could get a fresh idea here!

🙂

 

28.12.2011 19:58 wolf1210

cm69:
26994:
kimitrio:

very nice and clean

i have an idea

change...

Thanks!

Never thought I could get a fresh idea here!

🙂

 

16.10.2011 14:27 26994

kimitrio:
 

-(wiped)--

...this will help you to make lego by optimizing all parameters and test different combination,

i have tested that separating if statements will increase the speed of backtesting and optimizing.

Thanks!

Never thought I could get a fresh idea here!

08.10.2011 01:10 26994

very nice and clean

i have an idea

change

extern  bool ATR_SL = false;

to:

extern  int ATR_SL = 0;

and then change all the if statements like this:

if(ATR_SL==true && iATR(NULL,0,ATR_Period,1)>=ATR_Reach)

to :

if(ATR_SL==1)
   {
       if( iATR(NULL,0,ATR_Period,1)>=ATR_Reach))
          {
           ......
          }
   }

this will help you to make lego by optimizing all parameters and test different combination,

i have tested that separating if statements will increase the speed of backtesting and optimizing.

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.