Using RSI MA Lordorly V1.02 - goes well, but how to change take profit?

May 19, 2011 at 15:03
1,226 개의 뷰
1 Replies
May 11, 2011 부터 멤버   게시물7
May 19, 2011 at 15:03
Hi,

This EA seems to be performing very good and gets the open trades to nice profit very quickly. However, it's really slow on closing them and often seems to be loosing some of its earned profit... Where can I change it so that it takes profit on every open trade at 15-20 pips or so?

Thanks.

George
myfxpt
forex_trader_43716
Aug 06, 2011 부터 멤버   게시물345
Aug 09, 2011 at 21:58
Set a Takeprofit of 15-20 pips within the OrderSend function (second 0 after slippage):

Double SL = 20*Point;

Ticket = OrderSend(Symbol(), OP_BUY, Lots, Ask, Slippage, 0, SL, 'Buy(#' + MagicNumber + ')', MagicNumber, 0, DodgerBlue);
로그인 / 가입하기 to comment
You must be connected to Myfxbook in order to leave a comment
*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.