Machine Learning in ProOrder ProRealTime

Forums ProRealTime English forum ProOrder support Machine Learning in ProOrder ProRealTime

Viewing 15 posts - 301 through 315 (of 455 total)
  • #128210

    still it seems it doesn’t respect the minimum value set.

    #128214

    @Bard  you have ptrailing and I’am not sure if it’s written correct so it’s also a combined stoploss.

    Looking at MAE however it seems correct and also when I add this for insurance;

    That’s a good ratio loss 50/ profit 500 🙂

    Also because of the small stoploss the need for a reentry on new signal when in loss isn’t much needed.

    So nice work! Now i’am gonna replace the ml engine to what I posted above to see if anything changes.

    #128217

    here’s a quick comparison. one big loss, result of buying near high at close and opening next day lower.

    1 user thanked author for this post.
    #128222

    What does adding once ValueX = StartingValue etc, do that it wasn’t doing before that code was added?

    it’s setting the valuex/y when HeuristicsCycle >= HeuristicsCycleLimit is false, so the right value at the beginning for both. Well that’s my logic atleast 🙂

    spotted now that you didn’t use

    changed a few paramaters, results like this below; not bad!

     

     

    1 user thanked author for this post.
    #128224

    Aplícate to vectorial???

    #128225

    vectorial is a great strategy. Yes would be very interesting.

    #128227

    Please…

    I no a programmer man.

    I think aplícate this machine learning is very interesting.

    #128228

    In vectorial

    #128240

    you have ptrailing and I’am not sure if it’s written correct so it’s also a combined stoploss.

    It’s good: https://www.prorealcode.com/blog/learning/kinds-trailing-stop-proorder/

    That’s a good ratio loss 50/ profit 500.

    Something I read ages ago in an FXCM article about traders never allowing a good P:L ratio which made them losing traders. Minimum has to be 2:1 to allow for slippage, etc. In fact I worked out the the frequency of my day trading and then looked up one of those Risk of Ruin calculators and found in any one given year I would have 16 losing trades in any 12 month period just by the laws of probability!

    Realised it can’t be called CycLimRes because the “Res” stood for Reset Period which I generally got better performance with when set to 0.5 or 1. Will have to experiment.

    #128242

    Can you do us a favour Paul and paste the code I posted here: https://www.prorealcode.com/topic/machine-learning-in-proorder/page/20/#post-128205

    and set the same dates as those in the 4 screenshots? Only I’ve come back inside just now and when I tried cycling through different markets that I posted images of — and with what I am sure is untouched code — I get different results?
    Odd… ?

    Could you please post the code you have that produced the image in your post: https://www.prorealcode.com/topic/machine-learning-in-proorder/page/21/#post-128222

    I want to try some different stops, like the Kase Dev Stop and Kaufman Volatility Stop to see if it can beat the ptrailing stop. Cheers!

    #128251

    Yeah I will check & post latest code, a bit later, eating & still working on the code 🙂

    Just to mention, I removed the reset period in the code. It creates a variable and it’s maybe better to have it work continues.

    Other thing, I wonder if you ptrailing stop works live, as accepted stoploss. Thanks for the link, it was the info I searched for! Changed it now I use

    Yesterday I wanted to give up on this, you took it up and got it to work, and now together it’s more complete and working!

     

     

    1 user thanked author for this post.
    #128253

    Thanks for the heuristic cycle additions, did it resolve “flat GraphY’s” over a range of settings? I am not sure I see the difference with or without but mainly because I don’t have any flay Ys’ in any of my tests with the current settings.

    Re: Settings and comment: https://www.prorealcode.com/topic/machine-learning-in-proorder/page/20/#post-128201

    If Boxsize Starting Value =40 but MaxValue also = 40, how is the ML able to step through different parameters to find the most profitable values? Just wondered also isn’t MinValue meant to = Increment?

    #128258

    If Boxsize Starting Value =40 but MaxValue also = 40, how is the ML able to step through different parameters to find the most profitable values? Just wondered also isn’t MinValue meant to = Increment?

    that’s a reason to make the startingvalue lower then the max value. I think minvalue is really the minimum value.

    While all looks nice, there is one problem.

    It wants to place a stop order when the high crosses over or is higher then renkomax+boxsize, however it will always be refused because you can’t place a stop order at the moment and at level of the crossing. Tried to build in a solution.

    Version; daily

    1 user thanked author for this post.
    #128264

    Can you do us a favour Paul and paste the code I posted here: https://www.prorealcode.com/topic/machine-learning-in-proorder/page/20/#post-128205

     

    1 user thanked author for this post.
    #128276

    Cheers for posting the screenshots of profits attained with the version 3 code I posted earlier (with the 4 screenshots). So it seems okay for you and that you can take my v3 code and paste it in your system and it gives 47.9k. I can’t get those results anymore like the Dow Daily 2 yr shown in one of my 4 screenshots, using the exact same code that produced them and which is now on this thread? (I’ve rebooted PRT too).

    Did it give you a tbt warning during that 47k Dow backtest? I ask because I can’t run v3 now on 2 yr Dow without a tbt warning – using the same code, spread, dates and market?

    It gave no tbt warning when I posted the code and those 4 screenshots earlier today. Your v4 also gives a tbt warning. Does it do that for you? I took your advice and reduced the date range.
    From 2017 to present it gives a tbt warning but not for 2018 to present.

    No worries, I’m glad I spurred you on Paul! Although I think I could do with a nudge to get me back on track. Today has been frustrating and one step forward with three behind… Time taken up sorting out issues like this tbt warning problem which is ruining the results… and yet IG say there is enough data back to 2010.

     

     

Viewing 15 posts - 301 through 315 (of 455 total)

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