fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. oskars
    O
    • Profile
    • Following 1
    • Followers 0
    • Topics 50
    • Posts 120
    • Best 0
    • Controversial 0
    • Groups 0

    oskars

    @oskars

    0
    Reputation
    97
    Profile views
    120
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    oskars Unfollow Follow

    Latest posts made by oskars

    • trailing syop for reverse trading

      hi
      is it possible to trail take profit level when loss level hit?

      Like is in stop loss when price meet profit level we lower sl, is it posible with take profit when price meet loss level we move take profit

      posted in Questions & Answers
      O
      oskars
    • max 2 trade per day, how to do this?

      hi
      Which kind of block i can use to create logic when ea dont open new trade until next day when 2 was already opened

      posted in Questions & Answers
      O
      oskars
    • RE: opening trades on second metatrade account if condition meet on first metrader account

      @jstap https://fxdreema.com/shared/qSb3o1x5d

      posted in Questions & Answers
      O
      oskars
    • RE: opening trades on second metatrade account if condition meet on first metrader account

      @jstap ok but is this set of blocks make a sense?

      posted in Questions & Answers
      O
      oskars
    • opening trades on second metatrade account if condition meet on first metrader account

      Hi
      Like on topic, Is it even possible to create ea on fxdreema where blocks will check condition on first account and then send signal to buy or sell to second metatrader account?

      posted in Questions & Answers
      O
      oskars
    • RE: condition fot trades (one per bar)

      i know but how to check that for example, on candle ID 1, trade was closed and i dont open any new trade on this candle

      posted in Questions & Answers
      O
      oskars
    • condition fot trades (one per bar)

      Hi
      Is it possible to create condition where ea dont allow open new trade, when on the same candle few minutes ago was closed trade.
      I mean, if on candle ID 1 was closed trade and after that is signal for open new trade on the same candle ID 1, ea doesnt allow open this trade and will wait for new oppourtinity in next candles

      posted in Questions & Answers
      O
      oskars
    • RE: enumaration custom indicator setting (compilation problem)

      im confused, can by there any problems yet which couse these errors?

      posted in Questions & Answers
      O
      oskars
    • RE: enumaration custom indicator setting (compilation problem)

      yes it is and below is this code

      input enRsiTypes      inpRsiMethod             = rsi_rsx2;
      
      posted in Questions & Answers
      O
      oskars
    • RE: enumaration custom indicator setting (compilation problem)

      here is the fragment of code i have

      input int               inpRsiPeriod           = 21;                    // Rsi period
      enum enRsiTypes
            {
               rsi_cut,                                                       // Cuttler's RSI
               rsi_emp,                                                       // Trend emphasized RSI
               rsi_ehl,                                                       // Ehlers' smoothed RSI
               rsi_har,                                                       // Harris' RSI
               rsi_lag,                                                       // RSI Laguerre
               rsi_rap,                                                       // Rapid RSI
               rsi_rsi,                                                       // RSI 
               rsi_rsx,                                                       // RSX
               rsi_rsx2,                                                      // RSX 2
               rsi_slo,                                                       // Slow RSI
               rsi_dse,                                                       // Rsi Wilder's DsEma
               rsi_ere,                                                       // Rsi Wilder's efficiency ratio DsEma
               rsi_ssm,                                                       // Super smoother RSI 
               rsi_usie,                                                      // Ultimate RSI Ema
                rsi_usir                                                      // Ultimate RSI Rma
            };
      
      posted in Questions & Answers
      O
      oskars