vyzar Posted February 19, 2010 Report Share Posted February 19, 2010 Hi, Anybody kind enough to share EA Profit Santai 6.1 with manual and optimized setting. Saw someone using it with constant profit, but he is not willing to share. Advance Thanks. Quote Link to comment Share on other sites More sharing options...
vyzar Posted February 21, 2010 Author Report Share Posted February 21, 2010 Re: [Req] EA Profit Santai 6.1 Actually EA profit santai 6.1 is same as EA Tangga 6 2.0. I manage to find the file. hxxp://[email protected]/file/226523312/160d39d8/EATangga-620.html The results http://santaiforex.afcobiz.com/robot-forex-ea-profitsantaiv6.htm http://systemindicator.com Quote Link to comment Share on other sites More sharing options...
yoske Posted February 24, 2010 Report Share Posted February 24, 2010 Re: [Req] EA Profit Santai 6.1 can someone of respcted programers here can decompile Tangga 6.2 and Tangga6 real and make it work is ECN brokers as well? Thanks, Quote Link to comment Share on other sites More sharing options...
lalouizos Posted March 12, 2010 Report Share Posted March 12, 2010 Re: [Req] EA Profit Santai 6.1 can someone of respcted programers here can decompile Tangga 6.2 and Tangga6 real and make it work is ECN brokers as well? Thanks, can someone of respcted programers here can decompile Tangga 6.2 and Tangga6 real and make it work is ECN brokers as well? Thanks, Hello, my name is L.A. Louzios I have modified the EA you requested to work on ECN brokers as well. I am uploading it here. It works. For all programmers interested on how to do this: double ticket; // initial variable declaration in the beginning then find OrderSend in the code and name it ticket like below: ticket=OrderSend(Symbol(), OP_BUY, g_lots_284, g_ask_260, g_slippage_240, 0,0, 0, 0, 0, Blue); //set the stop loss and take profit at 0 then add if (ticket > 0) { OrderSelect(ticket, SELECT_BY_TICKET); OrderModify(OrderTicket(), OrderOpenPrice(), g_price_244, g_price_252, 0, Blue); } // loop for modifying the order with stop loss and take profit. Enjoy! L.A> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.