Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted

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.

Posted

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

Posted

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,

  • 3 weeks later...
Posted

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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...