Zilliq Challenge : Give me a Donkey Indicator to transform in a RaceHorse ;-)

Viewing 10 posts - 61 through 70 (of 70 total)
  • Author
    Posts
  • #147285 quote
    zilliq
    Participant
    Master

    Hi @Grahal

    No cumulating positions. I test and don’t find it works better (may be until we can exit gradually)

    Yes I see the TS code of Nicolas, but I think it’s the use of Trailing stop who is a problem, in Range Market (As usual), because all work in trending market

    Have a good day

    GraHal thanked this post
    #147289 quote
    zilliq
    Participant
    Master

    I will test to filter with ADX. Something like that …

    timeframe (30 minutes)
    
    indicator= ADX[14]
    indicator2= average[14](indicator)+std[14](indicator)
    
    indicator3= DIplus[14](close)
    indicator4= Diminus[14](close)
    
    if indicator>indicator2 and indicator3>indicator4 then
    backgroundcolor(10,255,10,100)
    Elsif indicator>indicator2 and indicator3<indicator4 then
    backgroundcolor(255,10,10,100)
    else
    backgroundcolor(0,0,0,100)
    endif
    
    return indicator as "ADX"
    #147311 quote
    MAKSIDE
    Participant
    Veteran

    or maybe to test  adx around several values ..  adx > x or < ..   ? but maybe your filter is better, never tested like this on my side (indicator>indicator2 ..)

    #147402 quote
    zilliq
    Participant
    Master

    Hi Guys,

    We perfectly see on another Algo (whatever), that on EUR/USD we where in a range with many loss, and as soon as we have some trend Algo re-work with winning trades

    Market structure, market structure, market structure ..

    No so easy.. On trend we need some pips for stop loss but in Range it stop quite every time…

    I test with the code above but actually there is still some problems (the more you use this filter the less you have trades per day)

    GraHal thanked this post
    2020-10-14_13h48_21.jpg 2020-10-14_13h48_21.jpg
    #147405 quote
    snucke
    Participant
    Veteran

    you are actually blaming the market for your poor performance?

    anybody can realise what misstakes were made in the past by looking into it.

    #147407 quote
    zilliq
    Participant
    Master

    Of course not @snucke

    It’s just to try to understand why results are worst than before and adapt the algo with these new parameters

    #165933 quote
    eckaw
    Participant
    Veteran

    Is the Donkey sleeping? I’m curious to see if you are still working on this project.

    #166016 quote
    zilliq
    Participant
    Master

    @eckaw

    Hi

    The Donkey is Dead 😉

    I’m not working at this project now, it was only a temporary project/test

    Have a nice day

    #166025 quote
    Vonasi
    Moderator
    Master

    The donkey got turned into sausages. Game over.

    #166150 quote
    zilliq
    Participant
    Master

    The donkey got turned into sausages. Game over.

    Exactly ! 🙂

Viewing 10 posts - 61 through 70 (of 70 total)
  • You must be logged in to reply to this topic.

Zilliq Challenge : Give me a Donkey Indicator to transform in a RaceHorse ;-)


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
zilliq @zilliq Participant
Summary

This topic contains 69 replies,
has 16 voices, and was last updated by zilliq
4 years, 10 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 09/26/2020
Status: Active
Attachments: 21 files
Logo Logo
Loading...