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

RGT2 EA - MetaTrader 4용 expert

조회수:
23764
평가:
(4)
게시됨:
2012.05.25 09:31
업데이트됨:
2016.11.22 07:32
RGT_2.mq4 (5.2 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Expert advisor based on Bollinger bands and Rsi. Modified trailing stop system.

Inputs:

  • extern double Lots = 0.01; // lot size
  • extern double MinPipsProfit = 30; // when does the trailling stop start ( +30 pips above open price )
  • extern double Ea_StopLoss = 70;
  • extern double Ea_Trailing_Stop = 35;
  • extern int Slippage = 3;
  • extern int RsiH = 90; // sell if bollinger band high and and rsi>90
  • extern int RsiL = 10; // buy if bollinger band low and and rsi<10
  • extern int RsiPeriod = 8;
  • extern int Magic=686;

This indicator is the first version so please be gentle :p

Let me know if you find some bugs.

If you use 5 digits broker multiply MinPipsProfit, Ea_StopLoss and Ea_Trailing_Stop by 10.

Bears Bulls Impuls Bears Bulls Impuls

The new idea of the classical Bears Bulls Indicator.

MAC-Fibo EA MAC-Fibo EA

EA based on MAC-Fibo trading strategy

Open Positions Indi Open Positions Indi

Displays open position: Profit or Loss + Lots Long or Short + Pips or Points

Money Management Script Money Management Script

Automatically does volume calculation based on percentage of desired account balance and enters instant or pending trades. Optional take profit is automatically at 1:1 with respect to SL.