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

ScalpWiz 9001 - MetaTrader 4용 expert

조회수:
25143
평가:
(23)
게시됨:
2016.01.15 14:34
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Use on EURUSD M1. Values can be optimized for other pairs and I have had good success with NZDUSD and AUDUSD. I would not use this on a live account (yet), but it is a good example of how to trade on large spikes in price on the M1 charts.

The EA looks at the size of the current bar and issues Buy/Buy Stop and Sell/Sell Stop if the bar exceeds the predetermined limits, of which, there are 4. Each limit has a multiplier associated with it. If the bar exceeds the Level1Pips value, it will apply the StengthLevel1Multiplier value and multiply the PercentRisk value supplied to the PercentPerchase function. You can set your PercentRisk is n% of your account balance, which is divided by the current Ask/Bid to get the lot size. You can keep your risk percentage low and the lot size will increase or decrease with your account balance.

You may or may not use buy stops and sell stops. Buy stops and sell stops will expire after 10 minutes, by default. This value can be modified.

At the moment, the EA issues far too many buy and sell commands. It's an easy fix, but I haven't gotten around to it.

PricePercentRange PricePercentRange

Price(%)Range is the indicator for the MetaTrader 4, which calculates the price movement based on percentage High (Highest) and Low (Lowest) price on 100 bars.

Pivot Only Pivot Only

This is a simple indicator showing pivot only for H1, H4, daily, weekly and monthly.

RSI Bollinger Bands EA RSI Bollinger Bands EA

RSI Bollinger Bands are used to establish overbought and oversold RSI regions for generation of short and long trading signals.

Expert Advisor based on the rollback from the MA channel boundary Expert Advisor based on the rollback from the MA channel boundary

The Moving Average indicator data is used for trading. If the price goes away from the Moving Average by a certain number of points, then an order is placed in the direction of the Moving Average line.