Candlestick Scalper 1s discussion

Forums ProRealTime English forum ProOrder support Candlestick Scalper 1s discussion

  • This topic has 171 replies, 16 voices, and was last updated 1 year ago by avatarCMM.
Viewing 15 posts - 31 through 45 (of 172 total)
  • #125555

    @Paul

    Do you use ATR for tralingstop on your 1s/10 strategy ?   multiply by a ratio ?

    maybe trailingstart and trailingstep would be eligible as parameters of the heuristic method..

    #125583

    Do you use ATR for tralingstop on your 1s/10 strategy ?

    Yes, tried the one you used too. Probably this one I like the most. Value 2 is nice for 1/10s with max 3. So this parameter doesn’t need to be optimised.

     

    1 user thanked author for this post.
    #125584

    the analysis of a candle of a higher timeframe is the way for the exit

    Maybe if a position runs bad. For a trade in profit probably the trailingstop would be good enough.

    But it could also be used to prevent taking a trade. At the moment I’am testing that with the doji.

    I don’t like to have too many indicators. One for the trend has to be enough.

    1 user thanked author for this post.
    #125602

    I applied the re-enter code in same direction to the strategy.

    If in a position and waiting for the trailingstop to be hit or the stoploss (or reversal signal), signals to enter in the same direction can appear which are ignored.

    It’s interesting to see when they come and if the location is good or bad.

    Maybe the most robust parameters are with this enabled when doing optimisation and then turn off going live.

     

     

     

    1 user thanked author for this post.
    #125619

    Hi,

    this is an interesting project and I like the idea of candle patterns with few indicators.
    I’ve had this idea of using Larry Williams “Smash Day Pattern”-strategy on lower Time Frames.
    I think his idea is simply clever and may be useful.

    I’ve started a little project on my own, for educational purpose, with code name “SmashBar, the Larry style”…yeah I know, the name is…ehum…silly 🙂
    If it’s OK, I’ll put the code here (if I break any forum rules please remove the code). As I mentioned, I’m still learning so my code might be a bit clumsy and probably not at all coded as the “Smash Day Pattern”. But hey, learning by doing, right? 😉

    I’ve got the idea from https://oxfordstrat.com/?s=smash and also found a topic here at prorealcode:
    https://www.prorealcode.com/prorealtime-indicators/larry-williams-smash-days/

     

    1 user thanked author for this post.
    #125620

    thx for your feedback and sharing

    you use at least atr indicator…  😉

    on my side, i’m trying to run a reversal short after if it goes wrong

    for the moment, i coded long and reversal short

    i will check with an atr trailing stop if it’s better or not

     

    2 users thanked author for this post.
    #125622

    i tried the system with doji, i don’t have good results for the moment..

    i will code also the volatility scalper indicator inside this strategy (candle according to the big value of the ATR)

    #125623

    thx Keewee for sharing.. i will look

     

    1 user thanked author for this post.
    #125624

    REversal trend if tp is not reached.

    #125633

    @MAKSIDE congrats for your great job… little question, what’s the position size in yout backtests?

    And again, did you tried to work on larger timeframes like 10s?

    #125635

    @Francesco

    Thx

    About 10s, not yet. But why not. I prefer 1s for the moment. Maybe under 1s, one day… We hope…

    About the position size, it’s a dynamic positionsize according to the strategyprofit and the type of strategy

    Currently btw 1 to 8 positionsize following the case. Dji 2$, spread 2.

    I will post the different profit with and without and with différent spread btw 2 to 6.

     

    #125667

    maybe new pattern which can be coded, RWR pattern

    https://www.whselfinvest.fr/en-fr/trading-platform/free-trading-strategies/tradingsystem/66-red-white-red-candlestick-pattern

    1 user thanked author for this post.
    #125669

    the simplest is the most complicated.. i foresee an enormous work..

    some ideas about candlestick strategies

    • Identify all existing candlestick pattern and new patterns from existing strategies, code or recode them
    • Give them a weighting on each bullish and bearish candlestick pattern  according to historic statistics based on each market, each time slot
    • Include an IA in order to reoptimize the decision tree and the weighted value according to the strategyprofit
    • Optimize the money management or other parameters according to the new weighted value reoptimized previously

    please find a document regarding the mathematic popularization of HFT … lot of interesting things (sorry, in french)

    https://samm.univ-paris1.fr/IMG/pdf/High_Frequency_Trading_Modeling_and_Statistical_Arbitrage.pdf

    2 users thanked author for this post.
    #125672

    So are you implementing MM in your tests?

    BTW, i can suggest you the three black crows and three withe soldiers patterns if you didn’t knew it. I think it would be pretty easy to implement if you think it’s worth.

    That could help the “searching all existing patterns”

    #125673

    no Francesco, only candle and ATR

    yes, i know, three soldiers and black crow, sure it’s easy. thx for sharing

Viewing 15 posts - 31 through 45 (of 172 total)

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