당사 팬 페이지에 가입하십시오
- 조회수:
- 12482
- 평가:
- 게시됨:
- 2011.10.14 07:19
- 업데이트됨:
- 2014.04.21 14:55
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Description:
An Expert Advisor designed to open and close respective orders at the first parabolic SAR signal.
Its performance depends on the custom parameters of stop loss, take profit, trailing stop, lot size for opening trades and more. This version works alongside manual trades and other expert advisors as per you requests.
Note:
You need to change the SAR indicator "Step" and "maximum" value/s to that of the EA in order to match the EA operation with that of the SAR indicator.
But this is just for visual purposes as the EA does'nt need the indicator in order to work. e.g. if you are using the default step setting for the EA (0.001) you might get a false impression that the EA didnt open an order when the SAR indicator with its default step setting (0.02) showed a signal but in reality the virtual SAR with a step setting of 0.001 had'nt yet shown a signal.
If no order was opened and the journal displayed an error as to why, thats when action needs to be taken. Always check this page for updates thank you !!!.
Ive also included a full documentation for pSAR bug 6 available at our new site.

Trades using MA crosses on all timeframes.

This Ea open buy/sell positions based on Grid, no size lot optimised works well on M5

A new and improved version of LineOrder

A simple tick data collector written in MQL4 for you to collect tick data on any symbol you choose.