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

VivaLasVegas - MetaTrader 4용 expert

조회수:
16196
평가:
(5)
게시됨:
2010.11.19 15:35
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This EA was written to test different betting strategies.

It uses a simple random generator to enter the market. Risk reward ratio is fixed to 1 to simulate straight betting.

Settings:

  • TP_SL: Set the size of the trades. (As larger the size as smaller the house advantage)
  • BaseLotSize: the startlotsize or size of one betting unit.
  • GameStrategy: This is the most important setting. In the current version you can switch between 5 gametypes:
  1. Martingale with double up
  2. Negative exponential pyramiding
  3. Labouchere System. (You can change the Labouchere Series in the code at line 18)
  4. Oscars Grind. This is a positive progression system. The target of this system is 1 BaseLot
  5. System 31. Negative progression System where you can loose maximum 31 BaseLots.
  • Seed: This is used to seed the random generator.


At last: No error management/ECN style ordertypes added, this might only work in tester.

http://www.when-money-makes-money.com

Doda-Donchian with stop-loss feature Doda-Donchian with stop-loss feature

Modified version of Donchian channel that shows when to Buy & Sell and most important, where to place stop-loss.

Wilder's Volaility System Wilder's Volaility System

Wilder's Volaility System

STP-Entry Framework Daily V1 STP-Entry Framework Daily V1

Stop-Orders are used to enter a position. Pending orders and postions are handled based on a daily system. Risk and money management are included as well as time and dayfilters. The entry logik (STP-value calculation) can be easily changed.

Emilio's Trend Line Breakout  Alerter Emilio's Trend Line Breakout Alerter

The Alerter simply works on 1 or 2 trendlines and plays a sound file when the trendline has been broken so the only think you must do is name correctly the trendlines.