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

Smoothed Awesome indicator - MetaTrader 4용 지표

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

Description:

This indicator is a modification of classical Awesome indicator.

It computes the smoothed rate of change of two smoothed moving averages. More precisely, the indicator has 3 inputs: shortmean and longmean stand for two smoothed moving averages (by default 5 and 34, respectively). The last input, meanAO, indicate the smoothed moving average for the rate of change between the shortmean-longmean.

In the followng image you can show this indicator in a daily chart of EURAUD with inputs 5 and 34 for the exponential means and 7 for the mean of the rate of change. You can compare the indicator with the classical Awesome indicator which has as inputs for the exponential averages 5 and 34 in the following image.

Remark:

I attached an improved version of AwesomeMod indicator as well as a new version, AwesomeMod_EA, useful for EA's. Here you can show a chart with both versions:

The only difference is that there is just one buffer for the indicator, so if you use it in an EA you have to define:

        double AOModCurrent = iCustom(NULL,0,"AwesomeMod_EA",short_mean,long_mean,meanAO,0,0);

        double AOModPrevious = iCustom(NULL,0,"AwesomeMod_EA",short_mean,long_mean,meanAO,0,1); 


Price Action EA Price Action EA

Amazing EA that does not use any indicator. Instead, it follows the price action. Tested from 18 August 1995 to 29th January 2014. It has managed to turn $10,000 to 11,958,183.37.

KILL ALL ORDERS (All Symbols) KILL ALL ORDERS (All Symbols)

Someone asked me to provide them a way to close all their orders. This script will serve that purpose. Place this script in your \experts\scripts folder. When you want to close all the orders just drop this script on a chart.

CSV signals to Expert CSV signals to Expert

How to load csv signals into your expert

Elliott_1 Elliott_1

EA depend on distances for 9 orders opened with condition of Stoc 4H >80 sell &