거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

"Build With Own Sketch" - LegoEA (or PanelOfSwitches) - MetaTrader 4용 expert

조회수:
28334
평가:
(14)
게시됨:
2011.10.03 15:01
업데이트됨:
2016.11.22 07:32
Lego_v3.mq4 (56.2 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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!!!)

ATR exponential ATR exponential

Exponential average true range reduces the lag by applying more weight to recent prices.

Hamyar Hamyar

A very clean system by Farshad Saremifar, Based On Pivots and ATR and Moving average.

Status Mail and Alert On Order Close Status Mail and Alert On Order Close

This simple EA sends hourly status e-mail and informed of the last closed order with some additional information.

LOCSignal-MACDDoublePike LOCSignal-MACDDoublePike

A simple signal indicator that detects MACD Main line extreme value. It filters first pike and displays all after the first.