[beta-testing] multi timeframe support for automatic trading, ideas are welcome!

Forums ProRealTime English forum ProOrder support [beta-testing] multi timeframe support for automatic trading, ideas are welcome!

Viewing 15 posts - 46 through 60 (of 288 total)
  • #75261

    Thanks for clarifying that Nicolas. I was wondering why I did not have MTF yet and I did not realise that it is in beta testing only on PRT end of day or free trial accounts opened directly with PRT.

    I have just opened a new account (needed yet another email address!) so that I can now test out this long awaited feature.

    #75282

    My first thoughts on MTF – fantastic so far!

    Only being able to test it on an end of day account at the moment is a little bit limiting but we can get an idea of how powerful this will be and the opportunities it opens up.

    The use of the GRAPH function is going to be very important in our ability to understand and develop ideas so it is a pity that you have to have at least one BUY or SELL instruction within the code to be able to run it otherwise you get this message.

    So you then have to put a BUY or SELL in to get it to work and then you find the strategy runs out of money so you have to increase the start capital, but it is still not enough so then you have to try to create a basic strategy that does not run out of money – all a bit of a faff really.

    I think it would be better to do away with the demand for at least one BUY and SELL and just let the strategy run if there is a GRAPH instruction in it. So what if it does not open a trade?

    The perfect solution is the use of TIMEFRAME in indicator creation in ProBuilder but just doing away with the need for a BUY or SELL so that we can graph easily would do for now.

    #75286

    The correct use of DEFAULT or UPDATEONCLOSE is going to critical within our strategies. I made this simple test and graphed the results to compare with UPDATEONCLOSE and DEFAULT.

    With DEFAULT:

    and with UPDATEONCLOSE:

    If you were using the MA’s being stacked in the correct order as a filter then UPDATEONCLOSE would have you kept off the market in the latter part of each month.

    #75290

    Dear Nicolas, do you know for when is scheduled the MTF with IG demo accounts?

    Thank you very much.

    Cristiano

     

     

    #75292

    @Vonasi

    About GRAPH indicators and no orders, you just have to set a fake condition to avoid any order to be launched at market, just like the way I did in the example of the blog article:

    Obviously, the sma20 variable will never be equal to -100 🙂

    You are absolutely right about the mode selection (UpdateOnClose or default), that’s why I warned people in the same article.


    @Cris48

    If the feature is in Beta testing with the software version, it smells good to get it with associated brokers within some weeks. Beta testing period with a wide range of codes is necessary before pushing it into real live trading. In the meantime, everyone is free to open a free EOD account with ProRealTime software and benefit of the new multi-timeframe support for automatic trading. So what are you waiting for? 😉

    2 users thanked author for this post.
    #75295

    Thanks for the workaround Nicolas. Do PRT plan on bringing MTF to ProBuilder for indicators?

    1 user thanked author for this post.
    #75298

    Do PRT plan on bringing MTF to ProBuilder for indicators?

    I know they are working on indicators on Renko/Kagi/Point&Figure/etc. first and for the version 11 (with sooooooooo many new features and redesigned  of the platform that everyone will be amazed!, I think I will able to show you things by September).

    MTF for ProBuilder should come with v11.1 , as for the last news I get.

    #75303

    If I include the calculations within a strategy that returns a result do the variable names have to be different for each time frame?

    I ask because I cut and pasted an indicator code into each time frame and then returned the result as a different variable name for each time frame and the code won’t run – it just goes to an error message asking to send a report.

     

    #75306

    Yes, the rules for variables naming is the same as before. You are programming in different timeframe, but the program is still a single one.

    About your error message, seems like a bug. Difficult to help more without knowing the code itself! 🙂

    #75307

    I modified the code so that the variables for each time frame have different names by simply adding a ‘2’ to the end of them but it still errors out.

    It is the standard error band code on each time frame and then I wanted to graph the results.

     

    #75308

    @nicolas,

    I’m already on MTF with EOD account… I whant to have it with IG demo accounts to test live ASAP!!

     

    Cristiano

    #75309

    I corrected a typo in my above post as I missed a ‘2’ off but it still errors out.

    #75318

    My very small contribution ….

    Cristiano

    #75323

    @Vonasi

    What is your default timeframe please? and what instrument? Doesn’t has any error but the code is still in starting loop since minutes in backtest..

    #75330

    What is your default timeframe please? and what instrument?

    DJI and Daily.

Viewing 15 posts - 46 through 60 (of 288 total)

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