Moving Stop Loss

Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • #136945

    Please I have this code below which is running in auto trader, but the 0 stop loss never executes, neither does the trailing stop loss,  how can I get my initial stop loss to move if I am in profit. I am assuming that tradeprice(1) is the market price the trade was entered at, hence if this was running for crude market via auto trader and there was another auto trader running for say ftse, then tradeprice(1) for each trade should point to their respective market entry price.

    Any help will be appreciated, Many thanks

     

    #136953

    Always use the ‘Insert PRT Code’ button when putting code in your posts to make it easier for others to read.

    Thank you 🙂

     

    #136955

    At line 6 it’s almost impossible that the difference be 5.0 pips, that’s why it never gets triggered.

    SET STOP LOSS 0 simply removes your SL, leaving your trade WITHOUT any stop loss.

     

     

    #136957

    Please so this should move the initial stop loss to new level when the market moves beyond 5 pips?   Many thanks

    #136958

    Yes, that’s correct!

     

    #136959

    Okay, I will try that okay, but I am sure I tried this before and it never worked hence introduced the 0 stop loss in between just to see what will happen and that never worked hence posted code here.

    Many thanks. I am testing this in demo environment.

    #136960

    @tboafo, here’s 3 different trailing stops you can try. All are very good, each will give different results. The first, by Nicolas is a good place to start and it includes a break even function. The others, by Paul and Roberto are more sophisticated. You’ll have to play around with the variables, obviously.

     

    3 users thanked author for this post.
    #136962

    I will explore the the various options. Many thanks

    #136964

    Yes, as nonetheless suggested, using software snippets for TRAILING STOP is always the best choice. It depends on how large your SL & TP are, in this case SL is very tight, so if you use a volatile instrument and a fairly high TF (5 minutes could be pretty high in this case) it could be very difficult to manage it!

     

    #136966

    Link to above 3 x TS added as Log 224 here …

    Snippet Link Library

    I added a Note that Code Authors are Nicolas, Paul and Roberto

    2 users thanked author for this post.
Viewing 10 posts - 1 through 10 (of 10 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login