Dukascopy
 
 
Wiki JStore Search Login

Attention! Read the forum rules carefully before posting a topic.

    Try to find an answer in Wiki before asking a question.
    Submit programming questions in this forum only.
    Off topics are strictly forbidden.

Any topics which do not satisfy these rules will be deleted.

Trail Profit
 Post subject: Trail Profit Post rating: 0   New post Posted: Fri 16 Dec, 2016, 13:48 
User avatar

User rating: 0
Joined: Thu 24 Nov, 2016, 13:46
Posts: 2
Location: SwitzerlandSwitzerland
Hi,
I would like to add a trail profit to my strategy,
I did the below code,
I think something is missing, someone can help?

List<IOrder> orders = new ArrayList<IOrder>();
            for(IOrder o : engine.getOrders(instrument)){
               
            if(o.getProfitLossInPips() >= Trail*instrument.getPipValue()){
               
                 
            if(o.isLong())
                {
                if(o.getStopLossPrice()!= (tick.getAsk() - Trail_Step*instrument.getPipValue()))
               
                {
                    o.setStopLossPrice(tick.getAsk() - Trail_Step*instrument.getPipValue()); }
                }   
                 else if(!o.isLong())
                     {
                     if(o.getStopLossPrice()!= (tick.getBid() + Trail_Step*instrument.getPipValue()))
                         {
                             o.setStopLossPrice(tick.getBid() + Trail_Step*instrument.getPipValue()); }
                     }
                                            }
            }

thanks


 
 Post subject: Re: Trail Profit Post rating: 0   New post Posted: Mon 19 Dec, 2016, 08:41 
User avatar

User rating:
Joined: Fri 31 Aug, 2007, 09:17
Posts: 6139
Here is an example


Attachments:
TrailingStopLossStrategy.java [7.33 KiB]
Downloaded 124 times
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control on their content. Anyone accessing this webpage and downloading or otherwise making use of any document, data or information found on this webpage shall do it on his/her own risks without any recourse against Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from the use and/or reliance on any document, data or information found on this webpage.
 

Jump to:  

  © 1998-2025 Dukascopy® Bank SA
On-line Currency forex trading with Swiss Forex Broker - ECN Forex Brokerage,
Managed Forex Accounts, introducing forex brokers, Currency Forex Data Feed and News
Currency Forex Trading Platform provided on-line by Dukascopy.com