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

Strategy - Set And Forget (with anti-Martingale system) - MetaTrader 5용 스크립트

[삭제]
조회수:
8835
평가:
(12)
게시됨:
2020.09.07 21:03
업데이트됨:
2020.09.17 22:48
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

DEFINITION :

Before we start, it is important to define the Anti-Martingale system. It is a system that allow you to increase the size of your position as the trade moves in your favor or after a winning trade. *


INTRODUCTION :

This strategy is the well known set & forget accompanied by the anti-martingale system. It is very useful if you are very busy in which you don't have time, you want to trade the London session while you are sleeping in USA, etc.

Do not forget to send you comments as well as rate these scripts. Happy trading!


HOW TO USE IT :

You can check the following video that will explain

  • The set and forget strategy (with the anti-martingale system)
  • Who usually use this strategy,
  • How to compile the script, and
  • How to use it in real example



PARAMETERS :

This EA has 4 inputs

  • 1st input (NB TRADE): Specify the total number of Stop Orders (Buy/Sell STOP).
  • 2nd input (INITIAL ENTRY): Specify the initial entry price.
  • 3rd input (INITIAL STOP): Specify the initial stop price.
  • 4th input (POSITION SIZE): Specify the position size of each trade.

f


LIVE TRADING SESSION: How I managed to DOUBLE my account using Potential Entries in ONE DAY (Version 3)

You can check the following live trading session and see how I use the robot Potential Entries (Version 3)


* LIVE TRADING SESSION: (How to properly trade small accounts). 

This is an example that I was using the Anti-Martingale technique

IMPORTANT INFORMATION YOU NEED TO KNOW

========================================

Please note that investing involves risks. Any decision to invest in either the real estate or stock markets is a personal decision that should be made after thorough research, including an assessment of your personal risk tolerance and your personal financial condition and goals. Results are based on market conditions and on each individual and the action they take and the time and effort they put in.

    Composite - structural design pattern Composite - structural design pattern

    Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.

    ATR Stop Loss ATR Stop Loss

    ATR Stop Loss indicator

    Peter Panel 1.0 Peter Panel 1.0

    Trading panel that allows user to define levels of trade by simply dragging lines.

    Decorator - structural design pattern Decorator - structural design pattern

    Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality