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

HawaiianTsunamiSurfer, a statistical look at determinant price explosions - MetaTrader 5용 expert

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

It is a fact that:

  1. People react in a particular way to price explosions in a given market.
  2. Prices never go in a straight line, they move in trends.
  3. Sudden heavy movements often produce strong retracements.

HawaiianTsunamiSurfer.mq5 combines the premises above in order to identify the price level that is most likely to be retracted when an exceptional wave appears in USD based pairs. It works well on AUDUSD, USDJPY and EURUSD, and with a lower performance on USDCHF and GBPUSD. This EA relies on Momentum indicator. There are no inputs to be changed because they have already been calculated and optimized so that they are transparent to the user. Those optimized inputs are inside the EA's code:

// The following inputs are transparent to the user, they are optimized! 
// This EA is very sensible to inputs. Please, don't change them unless you are sure about what you do.

int stopLoss = 700; 
int takeProfit = 500; 
double tsunamiStrength = 0.24;
double size = 0.1;

The figure below illustrates a tsunami retracement on AUDUSD when Momentum indicator is lower than 99.76.

A tsunami on AUDUSD

This is the EA's performance on USDJPY from 2009 to 2012, both included.

USDJPY performance from 2009 to 2012

Recommendations:

Please, run your experiments on AUDUSD, USDJPY and EURUSD, observe the results obtained and draw your own conclusions.

This robot has been developed exclusively for learning purposes, please, use it at your own risk.

Limit Stop Order Script Limit Stop Order Script

The script for manual trade: when achieving the limit price the script sets stop order and logs out

Exp_MBKAsctrend3 Exp_MBKAsctrend3

The Expert Advisor drawn on the principle of the semaphore, signal MBKAsctrend3 indicator.

Normalized Volume Normalized Volume

The market volume indicator whose main purpose is to filter false signals which occur in the side movement of the market.

bts bts

Comparing the speed of a binary or a ternary search