Taking live trades

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #117107 quote
    marcuscn
    Participant
    Junior

    Hi,

    i have a problem, my backtesting and live(demo) dosent take positions at the same time which makes the whole system wrong. The only thing i can think of is that i use a multiframe for it, can that be the problem?  This is the code ;

    // RSI 30 minutes
    timeframe(30 minutes,updateonclose)
    indicator1 = (RSI[3](close))
    n1 = (indicator1 >= 40)
    
    // Stochastic 15 minutes
    timeframe(15 minutes,updateonclose)
    indicator2 = (Stochastic[3,3](close))
    n2 = (indicator2 <= 50)
    
    Skärmklipp.png Skärmklipp.png
    #117109 quote
    GraHal
    Participant
    Master

     

    Spread on Live is not fixed spread like it is that we enter into the backtesting settings.

    Also your broker will vary the minimum distance throughout a 24 hour period.

    #117145 quote
    marcuscn
    Participant
    Junior

    I have tried  different spreads on the backtest and  still getting the same results?

    #117147 quote
    marcuscn
    Participant
    Junior

    And its also taking trades on the live one but not the backtest at all.

    Skärmavbild-2020-01-18-kl.-10.46.18.png Skärmavbild-2020-01-18-kl.-10.46.18.png
    #117296 quote
    Nicolas
    Keymaster
    Master

    Could you please post the complete code of the strategy?

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.

Taking live trades


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
marcuscn @marcuscn Participant
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by Nicolas
6 years, 1 month ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 01/17/2020
Status: Active
Attachments: 2 files
Logo Logo
Loading...