Smoothed Bollinger% Strategy Daily_Topic

Viewing 15 posts - 46 through 60 (of 92 total)
  • Author
    Posts
  • #62095 quote
    T-rader
    Participant
    Average

    Sure, I could do that but it dosen´t solve my first problem. We aren´t on the same page here.
    This piece of code should make it sell/exit positions on friday opening right? Well it dosen´t…
    does it have to say day 4 hour 24 or day 5 hour 01:00. Or just remove hour?

    
    if opendayofweek = 4 and openhour = 21 THEN
    IF POSITIONPERF>0 THEN
    SELL AT MARKET
    EXITSHORT AT MARKET
    ENDIF
    ENDIF
    #62102 quote
    ALE
    Moderator
    Master

    Hello T-Rader,
    To close position on friday morning the code must be :

    if opendayofweek = 5 THEN
    SELL AT MARKET
    EXITSHORT AT MARKET
    ENDIF
    ENDIF
    #62114 quote
    T-rader
    Participant
    Average

    shouldn´t it be day 4 since close dosen´t happen until next bar?

    #62116 quote
    ALE
    Moderator
    Master

    Yes sorry

    #62117 quote
    ALE
    Moderator
    Master

    Yes sorry

    #62119 quote
    T-rader
    Participant
    Average

    Thanks.
    I have an open position in eur/usd now. Will se if the code stops it self this weekend or if it keeps on going. If it stops it self the “close on friday” code must be implemented.

    #62120 quote
    ALE
    Moderator
    Master

    Sorry which timeframe are you using?

    #62123 quote
    T-rader
    Participant
    Average

    Daily

    #62189 quote
    T-rader
    Participant
    Average

    I can report that my system haven´t stopped this weekend so it seams like it was only a one time problem, hopefully 🙂

    #62192 quote
    ALE
    Moderator
    Master

    I’m using daily template sice juin 2017 and I’ ve had that problem only 2 time

    #63744 quote
    Shane1991
    Participant
    New

    hello,

    At first, my compliments for the great work ALE.

    Im new in the trading world, i am trading now for 2 months with some strategies.

    I keep using my strategies. but i want to run a autotrading system behind it.

    When i was searching here on the forum this one was coming out as the best.

    Is someone using this in realtime and can tell me what the results are ?

    #63769 quote
    ALE
    Moderator
    Master

    Hello Shane

    this strategies are examples and it must be improve. i’m not using it in real market.

    #63770 quote
    Shane1991
    Participant
    New

    Thanks for Your response ALE.

    I almost used it in realtime.

    But are using at this moment a autotrading system that you reccomend on long term? Im starting with a small budget €1000,-

    #63772 quote
    ALE
    Moderator
    Master

    In my opinion for this budget yuo can consider mini us 500 (1€ x Point) or with more more risk mini us 100( 1€ X Point)

    #63775 quote
    Shane1991
    Participant
    New

    Do you mean i need to download and use one of these for automatic trading ?

    Filename : _us100_smoo_bol_stgy_daily-4.itf

    Downloads : 131
    Filename : _us500_smoo_bo_stgy_daily-3.itf

    Downloads : 113
    Or do you mean in regular i need to trade with the US100 ?
    Maybe i can send you a private message if it is about something else?
Viewing 15 posts - 46 through 60 (of 92 total)
  • You must be logged in to reply to this topic.

Smoothed Bollinger% Strategy Daily_Topic


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
ALE @aleale Moderator
Summary

This topic contains 91 replies,
has 15 voices, and was last updated by robertogozzi
5 years ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 01/07/2018
Status: Active
Attachments: 22 files
Logo Logo
Loading...