fxDreema

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

    Posts made by ClauTrade

    • RE: About Martingale and Basket System

      Hi,

      1. Yes, I'm closing trade with equity balance, so the trade never use TP or SL .... I have see that Martingale do not reset the "moltiply lot system".
        I need to reset when I close all trades... can I do it?

      2. I use martingale in the same pair with buy and sell together. I need to use buy and sell martingale like 2 different system (like 2 separate EA). I need to know how many lots are open (for buy and sell).

      3. For this point, in profit zone, I would like to know the price for BE profit (for buy and sell) depending from the active lot ... it change for every new trade will be open.

      Many thanks.

      PS: Thanks Emilio for your suggest!

      posted in Questions & Answers
      C
      ClauTrade
    • RE: About Martingale and Basket System

      Hallo,
      I'm working in a Martingale system, I have no still found a good manage, please can you send me some info and/or suggest about?

      1. The martingale open more trades (depend from setting), I have no fund a good system to manage the basket. To manage "Account > profit > equiti/balance" is the only available mode?
      2. Can I see and manage the amount of lots (buy and sell) that are open?
      3. Is possible to see and set a orizontal line (value of price in chart) for "Break Even" (profit=0) depending of the open-trades?

      Many thanks. Regards. ๐Ÿ™‚
      Clau

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Open order by execute file

      Hi,

      I need to "do something" (ex: open an order) by the execute of a file (is not important which kind):

      1. my PC execute a file in a patch, ex: C:\MyMT4\MyFile
        2: My EA open an order

      I need lower latency possible.

      Many thanks for your support. ๐Ÿ˜‰

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Error to save the projects!

      Hi, yes, of course the bug are inevitable, many thanks to reply and fix it fast!!! ๐Ÿ˜‰

      posted in Bug Reports
      C
      ClauTrade
    • RE: Error to save the projects!

      Hi,

      the project of yesterday work in the backtest of mt4, the project save today do not work!

      There are no error, do not start the test, only when close the test appear an error:
      2014.11.12 17:51:03.392 2014.09.15 00:00 zero divide in 'XO_V1.13.6_LEVELS.mq4' (243,82)

      ** I have try a new project basic: only draw a line for each candle but do not work.

      ** I try the project of yesterday and work, but when I save this project (with no change, only save the same) and now it do not work

      ** I try in another mt4 of another broker and is the same

      posted in Bug Reports
      C
      ClauTrade
    • RE: how to make Take Profit double Stop Loss

      Hallo,

      great... perfect! ...more valid solutions!! Thanks! ๐Ÿ˜‰

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Blocks in the constant list

      Hallo,

      please I do not find it in the forum.

      Why all the BLOCK appears in the Constant set list? โ“

      How can I cancel them? ๐Ÿ˜•

      http://screencast.com/t/SN9ibwbgtyj
      http://screencast.com/t/SN9ibwbgtyj

      Many Thanks!! ๐Ÿ™‚

      posted in Questions & Answers
      C
      ClauTrade
    • RE: how to make Take Profit double Stop Loss

      Hi,

      I need the Variable TP = Nยบ X SL

      My Stop loss came from my indi so I need calculate the Pips of SL and moltiplicate it X Constant (EJ: 2 for double) to set TP

      Are there an easier solution?

      I do it:

      1. Formula in INIT to moltiplicate "constant" X 10.000
        http://screencast.com/t/BcFA3gLPm
        http://screencast.com/t/BcFA3gLPm

      2. Two FORMULAS (buy/sell) to calculate nยบ pips stop loss
        http://screencast.com/t/y8vsfl0ei
        http://screencast.com/t/y8vsfl0ei

      3. Two FORMULAS to calculate nยบ pips X (result formula point 1)
        http://screencast.com/t/SAErjSw2Wv
        http://screencast.com/t/SAErjSw2Wv

      4. I use the last result in the set TP (buy/sell)
        http://screencast.com/t/1wYDkgPts0Mc
        http://screencast.com/t/1wYDkgPts0Mc

      It work!!! ...but maybe there are too much formulas and steps! ๐Ÿ˜ฎ

      Can you tell me if there are another way please?

      Many thanks. ๐Ÿ™‚

      Regards

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Can I create an ALERT condition?

      Please I would like to create an alert:

      Example:

      1. first "condition" ALERT" (wait for the second condition). The condition is momentary condition (IS NOT continuous condition), (ej: a "cross" or the "prize=1,3400")
      2. Second "condition" (buffer indi, cross ...) = do something

      How can I create this lapse "ALERT" and how can i cancel it? (how to define the START and the END of this lapse).
      If is possible with "loop" please can you make an example because i do not understand how to use it.

      I send an image example.

      http://screencast.com/t/j5E28zYJZL
      http://screencast.com/t/j5E28zYJZL

      Many Thanks!
      Regards

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Last minimun value of price whit I_XO_A_H indicator

      Hi,

      please can you suggest how can I know the last peak (min or max) before a signal?

      I use I_XO_A_H indicator in a EA, it have 2 buffers, one for green bar and one for red bar. The buffers value output are multiples of 1 (1,2,3,4,5...etc for green) or -1 (-1,-2,-3,-4, ...etc for red). The value define the amplitude of bars.

      This is the image:
      http://screencast.com/t/vPAh9iDC8U
      http://screencast.com/t/vPAh9iDC8U

      I need to put stop loss below or above the X value (in this case below)

      X = price (min or max) in the "last area" with same value of buffer.

      Many thanks.
      Kind regards.

      posted in Questions & Answers
      C
      ClauTrade
    • RE: Count the number of bars of indicator I_XO_A_H

      Hi, please need support.

      I use I_XO_A_H indicator in a EA, it have 2 buffers, one for green bar and one for red bar. The buffers value output are multiples of 1 (1,2,3,4,5...etc for green) or -1 (-1,-2,-3,-4, ...etc for red). The value define the amplitude of bars.

      I need of a variable, formula or something "TO COUNT THE Nยบ OF BAR WITH X VALUE ...

      http://screencast.com/t/Ci2d6os0
      http://screencast.com/t/Ci2d6os0

      In this case, at moment of signal I need to count the last nยบ of bar with buffer value 8. (in this case are 11).

      I need it to use a filter to get off the entry. For example: IF THE Nยบ of LAST BAR VALUE 8 ARE < 20 - THEN - DO NOT OPEN TRADE

      How can I do it?
      Thanks, regards!

      posted in Questions & Answers
      C
      ClauTrade
    • 1
    • 2
    • 3
    • 4
    • 4 / 4