Set Stop to Break Even ASAP / Real Time

Forums ProRealTime English forum ProOrder support Set Stop to Break Even ASAP / Real Time

Viewing 6 posts - 1 through 6 (of 6 total)
  • #114380

    Hi, I have the code which I use to trade the FTSE 1 Hour, but would like to modify the break even code to the following conditions:

    If after 1 hour (i.e. during the 1st candle), the break even function is not activated, set stop to b/e on the next candle ASAP.

    Currently, the b/e is only activated once the candle has closed (and conditions met) but looking for a more ‘real time’ break even code.

     

    Thanks for the help.

     

    #114381

    Decisions are made at the close of a candle and orders placed at the open of the following candle so if you want to make decisions and place orders mid way during a 1 hour candle candle then you need to use MTF within your strategy and run it on a faster time frame.

    #114404

    Thanks. Is there not a way for the b/e stop to work off the 1min candle through monitoring that time frame as an example.

    #114410

    Yes – use multi time frame and trade on the 1 minute chart. You enter on the hourly time frame and then check on the minute timeframe whether you are enough points in profit and then start your breakeven by placing your stop orders at the close of every minute candle.

    The downside to this is that you have very little data to backtest on due to the faster timeframe.

    1 user thanked author for this post.
    avatar Bel
    #114489

    Separate the breakeven function from the strategy code into 2 different timeframes:

    The breakeven levels would check for update every 1 minute now, so you have  to launch the strategy on the 1-minute timeframe.

    #114525

    Thank you both.

Viewing 6 posts - 1 through 6 (of 6 total)

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