sell same bar close

Forums ProRealTime English forum ProOrder support sell same bar close

Viewing 7 posts - 1 through 7 (of 7 total)
  • #87831

    is it possible to sell at todays bar close? since backtesting can be made in tick mode?

     

    If so, could someone help me with this code:

     

    price must be above close 30 days ago

    close must be lower than close 9 days ago

    buy and next bar open and sell on bar close..

    #87832

    It is not possible to sell at the close of any bar as all orders go to market at the open of the bar after the decision bar. The closest you could get is to use MTF on a 1 second timeframe and sell at open of the final second of a day. MTF is not currently possible in real live trading. Also using 1 second charts seriously limits amount of back test data available for testing. It is also not possible to live trade algos on tick charts – backtesting is possible but not real live trading.

    #87842

    It is not possible to sell at the close of any bar as all orders go to market at the open of the bar after the decision bar. The closest you could get is to use MTF on a 1 second timeframe and sell at open of the final second of a day. MTF is not currently possible in real live trading. Also using 1 second charts seriously limits amount of back test data available for testing. It is also not possible to live trade algos on tick charts – backtesting is possible but not real live trading.

    okay, thanks for answering. I would be fine buying 9.00 and selling 17,25 on 5min chart.

     

    Would you be able to help me with the code?

    #87943

    Mean reverting strategy?

    Here is the code built with MTF capability (you’ll not able to use it until the public release of it)

     

    1 user thanked author for this post.
    #88047

    Mean reverting strategy?

    Here is the code built with MTF capability (you’ll not able to use it until the public release of it)

    thank you very much nicolas 🙂

    #115595

    So that means we can not us coding to Buy or Sell on Automatic trading only backtesting

     

    #115600

    So that means we can not us coding to Buy or Sell on Automatic trading only backtesting

    You can use code via ProOrder to Buy and Sell using automatic trading.

    Multi Time Frame (MTF) trading was introduced a long time ago now and there were some teething problems at the beginning and for a while it was only available by request. The posts in this topic are from a year ago.

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

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