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

Very Blonde System - MetaTrader 4용 expert

조회수:
49057
평가:
(40)
게시됨:
2009.02.13 08:56
업데이트됨:
2014.10.08 11:37
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Hi! This is just a very simple EA.

It waits the price to have a strong fluctuation of x pips in y minutes (field "Limit"= fluctuation value, field "PeriodX" = time, both customisable) and then it opens a reverse position with a grid of limits position to reinforce it (field "Grid" customisable)

It closes all the positions when the amount (field "Amount", customisable) is reached. You can also say: " if(getProfit()>=AccountBalance()/1000){CloseAll();} if you would like your profit to be proportionate with your balance.

It is quite risky actually because you may expose yourself with a big amount of lots, that's why uou can also activate the "LockDown" option that will cover your positions after tot pips (recommended around 400= 40 pips). However, I do not recommend to use this EA on a live environemnt biut it just gives you an idea on how much you can expose yourself.

It can be used on any chart/timeframe but PLEASE optimise it first. This is for a 1M EURUSD but I am pretty sure you can get better results on EURJPY.

Enjoy.

David

Very Blonde System

RSI+MA RSI+MA

RSI with MA and Label value/phase indicator

AIS1 Trading Robot AIS1 Trading Robot

Trading Robot

SVOS Multi-Indicator EA SVOS Multi-Indicator EA

Uses several indicators and candle patterns plus assesses trending or ranging market

FRASMA: Fractally Modified Simple Moving Average FRASMA: Fractally Modified Simple Moving Average

This is a Simple Moving Average (contrary to Ehlers FRAMA that starts from an EMA), smoothed using findings from the fractal analysis of the on-going price changes.