fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ClauTrade
    C
    • Profile
    • Following 1
    • Followers 0
    • Topics 33
    • Posts 71
    • Best 0
    • Controversial 0
    • Groups 0

    ClauTrade

    @ClauTrade

    0
    Reputation
    2541
    Profile views
    71
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    ClauTrade Unfollow Follow

    Latest posts made by ClauTrade

    • RE: Error to load a custom indicator

      Hello,

      it seems fix but some day after I get again problems, I test to load several indicators and load without constants and buffers.

      alt text

      I send you 2 indi like example but I get problem in more other:

      • CCI Woodies = OK
      • Stochastic extended = fail

      Could you check please?
      Thanks

      0_1519242704988_CCI Woodies.mq5
      0_1519242712757_Stochastic extended.mq5

      posted in Bug Reports
      C
      ClauTrade
    • RE: Error to load a custom indicator

      Hello, of course.

      1. Problem to load indicators

      I have another creazy problem about the custom indicator load.

      Some indi loads enum, constant, buffer, other does not load nothing.... I cannot understand why, I try more combination of code, file, sample ... it seems a crazy bug.

      So, I have copy a valid code in the other bad file (identical code ..identical file... only different name).
      Incredible I have the same problem, one load fine, other no!

      Send you capture to see:

      iDivergence_4.mq5 ---- load OK (enum, constant, buffers)
      alt text

      iDivergence_3.mq5 ---- load fail --- does not load anything
      alt text

      2. Problem enum Loaded indicator
      IDivergence_4.mq5 has problem, does not show the enum list.

      alt text

      1_1518086784164_iDivergence_4.mq5
      0_1518086784163_iDivergence_3.mq5

      posted in Bug Reports
      C
      ClauTrade
    • Error to load a custom indicator

      Hello,

      I get an error to load a custom indi in mql5.

      My indi has 3 enum variables (the code is in a include file), so I have add the code in the enum window.

      It seems that it read the enum type list and counts the number of values but do not show the values!

      I tried with others basic indicators, but I get the same problem.

      Could you check please? Thanks

      alt text

      alt text

      posted in Bug Reports
      C
      ClauTrade
    • RE: OrderCheck() failed: Unsupported filling mode (10030)

      Hallo!

      Please tell me that there is solution.

      I'm working from days in a EA for MT5 (FXPro) and all fine without buy/sell.

      When I have add the orders buy/sell I cannot do the back-test due same problem:

      %(#FF0000)[OrderCheck() failed: Unsupported filling mode (10030)]

      I have try to build a simply strategy with only one buy every hour.
      https://fxdreema.com/shared/AjJ0FmCCb

      http://i.imgur.com/Wcs0qH7.png

      I use only web version.

      Can we fix it? Thank you!

      posted in Bug Reports
      C
      ClauTrade
    • RE: handle=10 | error code=4806

      Yes, it seem all right. Let you know in case of bug! Thanks

      posted in Bug Reports
      C
      ClauTrade
    • RE: handle=10 | error code=4806

      Hello,

      I'm trying to use an indicator ex5 (I have not source code) in MT5.
      https://fxdreema.com/shared/JYJJc2Yrd

      1: I charged without problem in FxDreema the indicator:
      http://i.imgur.com/DwwL4kw.png

      2: I tried the 8 buffer and the EA detect fine all buffers.
      http://i.imgur.com/MWV0Zv6.png

      3: I'm not still trying using the input constant (next step).

      %(#FF0000)[When I add the EA there is an error: handle=10 | error code=4806]
      http://i.imgur.com/Ndwo0U4.png

      I have try to re-upload indicator in FxDreema.
      I have try in other MT5 (other broker).

      I would like to fix this error!
      Thanks

      posted in Bug Reports
      C
      ClauTrade
    • RE: About TIME BOMB block ...

      Yes, I think too!!

      With this method for more large Y time can be difference due random time step.

      The best method would be to get high and low price every tick for Y second and give alert if the difference high-low > X pips.

      Is strange.. something more occur in my London Broker ...I will try to fix it.

      Many thanks! 😉

      posted in Questions & Answers
      C
      ClauTrade
    • RE: About TIME BOMB block ...

      Hello,

      I'm testing a strategy based in volatility with signal from TIME BOMB block.

      I'm testing in real account with London broker.

      I'm using 2 VPS, one in NY and one in London. All is exactly the same: same MT4, same template and same setting. The only difference is in ping connection, 80 ms NY and 8 ms London. I'm setting 5 pair in each VPS.

      The problem is that NT VPS open various trades and London open a few trades. The performance is really different. 😮
      Looking the chart and the candle formation of the 2 VPS, the charts are exactly the same.

      I have try with a "test setting" (pips: 1 - time:1) and the performance is the same (open the same trades at same price) ...but with higher setting (pips: 8 - time:4) the performance is not the same, London opened only one trade in a week and a difference price. (NY opened 10 trades)

      Need to understand why... have you an idea and suggest about?

      Can you tell me how work the block? Use the time to take the price every "period" ...or get the price every tick and when detect the range price compare with time?

      Thanks. 🙂

      posted in Questions & Answers
      C
      ClauTrade
    • RE: How to get currency number of decimals

      Hello!

      When a strategy use formulas is important the number of decimal.

      EURUSD: 5 decimal > 1.20000
      CHFJPY: 3 decimal > 100.200

      Is there an automatic mode to get from the currency the number of decimal?

      Thanks! 🙂

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Please check modify stop block

      Hello! Just need the refer custom price in the modify stop block and the block do not show the window where to put the data!

      Could you check please? ❓

      Thanks. 😉

      http://i.imgur.com/fD55SwT.png

      posted in Bug Reports
      C
      ClauTrade