[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 - 196 through 210 (of 288 total)
  • #81884

    You are right Vonasi, I did not go back to that post before writing.

    #81923

    @VONASI yes, @robertogozzi for now, best way is to take entry signal with the high TF like 15m 1h etc, and manage the strategy with the lower TF, also is very good and profitable to use trend filter with the MTF

    #81966
    Jan

    Hallo all,

    Maybe it is already explained before, (in that case apologizes), but I have just confirmed myself that Multiple Time Frames has no impact on the standard functions Stop PTrailing, Stop PLoss, and Target PProfit, as listed below: I just would like to let you know. .

     

    KR, Jan

    #81971

    MTF doesn’t change anything about the way the broker handle your takeprofit, stoploss or moving stoploss.

    #82105

    Hello everyone,
    I tried to duplicate Vonasis RSI MTF algo. That was the closest I managed to achieve.

    Here my results with an overall trend checker which I believe came also originally from Vonasi.


    @Vonasi
    , did you use OOS or Walk forward testing for that?
    Mine has definitely fewer trades.

    Kind regards

    #82123

    I tried to duplicate Vonasis RSI MTF algo.

    Now that is going back. It took me a while to work out which strategy that was that I posted back then but I think I found it. Initially it was all in sample data but here is the now OOS results:

    Screenshot_9

    Screenshot_10

    All good and in line with expectations but not one I would put live as it seems that when I coded it I included some averaging down which will make you rich just as quick as it will suddenly make you poor! Averaging down is great if you start with a Warren Buffett size bank account but then if you have that size of bank account spread betting is not your tool of choice!

    #82128

    Here is the same RSI MTF idea but without averaging down. Seems that it might still have some legs. Thanks for reminding me of it – more investigation is needed I think to remind me why I have not put it live!.

    Screenshot_11

    Screenshot_12

    2 users thanked author for this post.
    #82206
    Jan

    Hallo,

    Today I have been testing with Multiple Time Frames in the DEMO PRT environment,  I used the FTSE 100 Cash 1 Euro, for testing, see the code below.

    I found two weard things, seems errors to me:

    1. It ignore time restraints completely in MTF code: the  limited time for opening a position   //  if TIME >= 73000 And TIME <= 93000 then  // is ignored. Opening positions are taken during the whole day, this can be found at  the tab //Close Position List// when running the code in backtesting.
    2.  I receive complete different trade results varying the code at Time Frame of 15 minutes.  I am using the 15 minutes graph, which is the lowest timeframe for my testing  I would expect the code behind  Time Frame, //update on close// and //default// used in the lowest timeframe  to give exactly the same trading results. Why NOT is for me a question.
      1. timeframe(15 minutes,updateonclose) gives a much higher trade result as
      2. timeframe(15 minutes, default)

    It seems to me like bugs in the new MTF module,  it does not seem as realiable,               any comment on this ? 

    PS: the PRT code used for those findings,  is stated below

    KR Jan

     

     

    #82208

    Why should a BUG be in MTF and not in your code?

    Could you spot that only LONG trades are correct, while SHORT ones are outside your time range?

    Did you match each of your IF with its correct ENDIF?

     

    #82221

    1/ It ignore time restrictions because your code is what is made for 🙂 Look at line 19, you are using an “else” instruction telling the platform that if your condition at line 13 is not true execute the below code (from line 20 to 25).

    2/ Let me do some tests first 😉

    1 user thanked author for this post.
    #82226

    2/ by using timeframe(default), you’ll get the same exact results. But your question is legit because it should not be the case by using the same timeframe definition as the one actually displayed. I continue investigating and be back when I get a solid answer to this behavior 🙂 So keep calm and love PRT.

    2 users thanked author for this post.
    #82282
    Jan

    Nicolas and Roberto,

    Thanks for the fast reply, indeed the time restraint works perfectly, also in MTF, if you code it correctly, my fault, it was too late in the evening . .  !

    Curious about the findings of Nicolas about my remark point 2.

     

    P.S.:  I am absolutely not negative about MTF, I have already found a good strategy, with multiple timeframe averages.

    #82312
    Jan

    All,

    I experienced  slow optimising when using 4 different timeframes in combination with 5 variables to optimise; the variables gives in total  just only 900 combinations to optimise.

    1. Do you recognise / agree with my experience ?
    2. Are there guidelines for optimising with MTF ? (can you overload the optimising ?)

    Thanks in advance for your replies.

    KR Jan

     

    #82335

    Mine has definitely fewer trades.

    I have loads less trades than even you O-jay. But they look good trades!

    Vonasi or O-jay please can you post the link to the original Thread showing Vonasi code then we can discuss further on that Thread?

    Looks well good Vonasi … I might get converted to Daily TF at this rate! 🙂

     

     

    #82345

    @JanWind

    1/ Sounds normal to me as your indicators must be calculated over as many data history as per the timeframes you are using. You may experience faster backtests/optimization while everyone is sleeping, during night 🙂

    2/ There is no specific tip to reduce optimization time with MTF, same rules apply as for the single timeframe trading strategy (declare only time the same indicator, avoid CALL, reduce loops if possible, etc.).

     

    1 user thanked author for this post.
    avatar Jan
Viewing 15 posts - 196 through 210 (of 288 total)

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