Above 90% winning rate but auto stopped out from running in Proorder

Forums ProRealTime English forum ProOrder support Above 90% winning rate but auto stopped out from running in Proorder

Viewing 15 posts - 1 through 15 (of 72 total)
  • #114222

    Hi, kindly refer to the attachment for 2 EAs.

    Based on the backtest result of 100,000 units, the EAs show high winning rate of more than 90% with minimal stop loss.

    However, when I put them to run in Proorder, I discover that the EAs are automatically stopped from the system in the next morning.

    Two weeks ago, I had informed this problem to help centre but they cannot settle it till now.

    Could anyone please help me in this matter? I have another 20EAs having the same problem.

    Many thanks,

    Roger

    #114225

    What is the rejected order in your orders list?

     

    #114228

    The system asks me to add the code “DEFPARAM PreLoadBars = 2000” for the EA’s parameter.

    I have added the code in the 2 EAs but it doesn’t work.

    Then I contact help centre again but no solution provided from them.

    Many thanks,

    Roger

     

     

    #114232

    try adding DEFPARAM PreLoadBars = 10,000

    I’m going to try your EA’s now.

    EDIT / PS

    What market are they on … US Tech100, DJI or what and what Timeframe please??

    #114233

    If the code is not too long then it might be a good idea to post it here using the ‘Insert PRT Code’ button rather than as an ITF file. This avoids people having to open their platform and import the files just to see if there is something in the code that is causing the problem.

     

     

    #114234

    I also received that messages several times on several strategies. They sometimes stop, while sometimes they don’t. No matter how many PRELOADBARS I set.

    I never investigated to see what really causes these problems, but since they occur only on some strategies and not on others, I guess there must be some code that is not 100% compatible with DEFPARAM PRELOADBARS.

    It’s sounds a bit like ONCE, the only place where it works as expected is ProOrder, while ProScreener hates it! ProBuilder doen’t love it too much. In the latter two tools I started replacing ONCE with IF BarIndex = 0 THEN… without addressing PRT anymore.

    #114237

    us15m DImaccimovoatr testcfd3

    I’ve set both EA’s going on DJI 15 min FT on Demo … I’ll report back.

     

    1 user thanked author for this post.
    #114242

    Hi, GraHal

    Thank you very much.

    Yes, you are right.

    The EA is for DJI market and based on 15 min timeframe.

     

    #114247

    hahah I guessed right, well I tried it on a few TF’s.

    Performance results look good and I like that lots of trades are in and out in a few hours!

    Only an OOS / Forward Test will give confidence.

    Like Roberto, I’ve had that ‘preLoad bars’ error message kinda randomly and never got to the bottom of it to any satisfaction as I recall.

    #114263

    It seems like you have worked by using the “simplified creation” mode and not from scratch. Maybe if you copy paste your code in a new system it will work better… just an idea

    1 user thanked author for this post.
    #114296

    I have copied paste the code to another new EA and add ‘DEFPARAM PreLoadBars = 2000 for the parameter.

    But it still doesn’t work.

    I have few other EAs having the same problem.

     

    #114304

    Maximum preloadbars is 10.000, try with: DEFPARAM PreLoadBars = 10000

    What is the timeframe?

    #114312

    Hi Nicolas

    The EA is for DJI market and based on 15 min timeframe.

    Are you going to try for me? I know you are the expert in this area.

    #114315

    There you go … one has successfully taken a trade!

    I used DEFPARAM PreLoadBars = 10000.

     

    #114323

    MoneyFlowIndex uses Volumes and you are also using average of Volumes. Why are you using it 24h/24h while no volumes are available before and after market hours?

Viewing 15 posts - 1 through 15 (of 72 total)

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