counting max achievable profit

Oct 01, 2014 at 06:34
520 개의 뷰
5 Replies
Sep 10, 2009 부터 멤버   게시물134
Oct 01, 2014 at 06:34
Hi guys, I´m building one EA based on MA crosses. This EA uses trailing stops. I want to find out values that would cause profit in majority of cases. I was wondering if we can calculate somehow 'max achievable profit' If I open a trade just after 2 MA crosses, what is the max profit I can reach. I would need these values, their average value, modus and median. It can be displayed in chart or in xls file.

Any ideas? thanks

첨부 파일:

Apr 20, 2010 부터 멤버   게시물814
Oct 01, 2014 at 22:46 (편집됨 Oct 01, 2014 at 22:46)
Nope have formula, you just need create your own formula.

My formula at this moment :
Open 3 Trade upon Cross 2MA.
Get the Highest ATR (7period) of last 21 Bars.
If AccProfit >10, trigger the following Trailing Stop :
1 Order) Trailing Stop1 = ATR x1.0 + TrailingStep : 0
2 Order) Trailing Stop1 = ATR x1.7 + TrailingStep : 10 pips
3 Order) Trailing Stop1 = ATR x2.3 + TrailingStep : ATR
Auto Refill back TrailingStop if the TrailingStep counter is Over.

Information is Gold when come to organised.
Sep 10, 2009 부터 멤버   게시물134
Oct 02, 2014 at 06:13 (편집됨 Oct 02, 2014 at 06:18)
Okay, see my picture. I added ATR (7) to the chart. Its high of last 21 bars = 0.0021

When 2 MA crosses, I open 3 trades:

1st trade) trailing stop1 = 0.0021 x 1.0 + 0 = 0.0021
2nd trade) trailing stop2 = 0.0021x1.7 + 10 = 10,00357
3rd trade) trailing stop3= 0.0021x2.3 + 0.0021 = = 0.00693

?

or you mean

1st trade 21+0 = 21 pips
2nd trade 35,7 + 10= 45,7 pips
3rd trade 48,3 + 21 = 69,3 pips

?

첨부 파일:

Apr 20, 2010 부터 멤버   게시물814
Oct 03, 2014 at 01:06
TrailingStep actually mean StepDown.

1st trade 21+0 = 21 pips ( TS =21) (TStep =0)
2nd trade ( TS =36) (TStep =10)
3rd trade (TS=48) (TStep =21)

Example StepDown 10pips:
Current Bar TS=36, next Bar : TS=26, next Bar : TS=6, next Bar : TS =-4.
if (TS<0 && AccProfit()>0) { TS= Original TS 36 pips again.}
Then TrailingStep repeat again.
You can adjust also evey 1 Bars/ n Bars to do the StepDown process.






Information is Gold when come to organised.
Sep 10, 2009 부터 멤버   게시물134
Oct 04, 2014 at 17:37
Okay. I did it this way:
Open 3 trades based on MA cross
1st: start trailing after 1xATR
2nd: start trailing after 2.5 ATR
3rd: when 2nd trade is closed, run trailing of 0.5ATR

and this is the result


첨부 파일:

Apr 20, 2010 부터 멤버   게시물814
Oct 06, 2014 at 09:07
Nice, to test what is the Risk Reward upon this Trend Strategy.
You need back test year by year. As trend strategy may fail if the whole year is in range and consolidation moment.
Start 2000 till 2014.

So far what time frame u use and how many year tested?
Information is Gold when come to organised.
로그인 / 가입하기 to comment
You must be connected to Myfxbook in order to leave a comment
*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.