거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
- 조회수:
- 23415
- 평가:
- 게시됨:
- 2014.07.10 09:56
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
ProfitTrailing is to realize virtual profit trailing.
Parameters:
- minlots: the min lots unit for calculation,usually is 0.01;
- minlotsprofittrailingsl: profit trailing stoploss per minlots, default is 2.2, for example,when the order lots is 0.01,current profit is 3, the orders virtual profit stoploss is 0.8(3 - 2.2), when the lots is 0.02, current profit is 10, the orders virtual profit stoploss is 5.6(10-(0.02/0.01)*2.2);
- minlotsprofittp: profit take per minlots, when profit is great than minlotsprofittp,close the order immediately;
- slippage: slippage when close order.
This EA is suitable for any charts,it check all orders profit every 2 second with OnTimer(),and record the data in arrays.
Advantage:
- Maximize profit with low risk,just like trailing stop;
- Hide the trailing stop/stop loss/take profit positions,for some brokers may increase spread(Ask - Bid) factitiously.
Note:
This EA is created days ago and still under real account testing, any bugs or ideas,please kindly tell me.

This indicator based on a 5 period simple moving average detects trends: if there is an uptrend then shows green bars, if there is a downtrend then shows red bars, if there is a weak trend then shows yellow bars.

3 EMA Crossover Indicator.