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

[EA] Charles-1.3.3 - MetaTrader 4용 expert

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

Author:

afabiani (AlFa)

The EA starts looking for prices and break-outs. After that it continues trading by placing orders progressively aiming to reach a global profit. It also scalps pips in when a positive amount is reached and tries to aument the gain when the market is tranding.

It should work on most pairs and all periods. The profit factor is not "galactic" since it tries to protect the capital as much as possible with a small but constant profit increment and a small draw down.

Moreover there is a protection when the profit falls below the balance risk-percent. It places hedge orders in order to block the loss and looks for some indicator trying to catch the good direction in order to exit the stall.

Of course it can be improved a lot and it may require manual intervention and/or some parameters tweaking basing on the market condition. In general however it should be quite stable.

If you like this EA and you have some expertise in Forex trading, I would be greatefull for hints and ideas on how to improve it. Also if you have time to test it and find bugs, please report them to me.


Parameters:

  • Anchor[250]; PIPS displacements for up/down orders
  • xFactor[0.7]; Lots xFactor multiplier for further orders
  • Amount[1.0]; Initial profit target (indicative, the EA computes it automatically)
  • RiskPercent[10]; Account Balance percent you want to risk (I recommend to not go above 10%)
  • LotPercent[10]; Lots percent
  • Lots[0.01]; Lots amount, considere only when LotPercent is 0
  • Slippage[2]; Orders slippage
  • Macd;"Quick, Slow, Signal"
  • - Qema[10]; Quick MACD EMA period
  • - Sema[32]; Slow MACD EMA period
  • - Signalmacd[4]; MACD Signal period
  • Ema;"fast close, slow open."
  • - Fastema[8]; Fast EMA period
  • - Slowema[14]; Slow EMA period
  • AllOrders[false]; wheather or not consider ALL the orders for the Symbol, also the manual ones
  • LogToFile; wheather or not log to a file into the MT4 folders
MACD + Flat Market Detector MACD + Flat Market Detector

This is the standard MACD indicator drawing two flat lines instead of a signal line. It allows you to detect and trade flat markets.

Linear Regression Channel Linear Regression Channel

Regression channel for long period, per variable is number of candle, deviation variable is a standard deviation.

TrendByAngle TrendByAngle

Find the highest and lowest price in the specified period,then draw four 25~85-degree angle line for forecast price .

Bollinger MA Price Bollinger MA Price

Bollinger Bands indicator with possibility to establish mode of moving average, applied price and deviation as a double value.