fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ambrogio
    3. Posts
    A
    • Profile
    • Following 4
    • Followers 52
    • Topics 81
    • Posts 2396
    • Best 307
    • Controversial 3
    • Groups 0

    Posts made by ambrogio

    • RE: Simple Condition. Is there a bug? Or did i missed anything?

      @biztet You are right, in fact this problem does not happen often, but it does happen. It probably happens that you have the closure active on the candle ID1 X < while the opening is already active > (maybe on long candles), so it opens and closes infinitely many times

      posted in Questions & Answers
      A
      ambrogio
    • RE: Simple Condition. Is there a bug? Or did i missed anything?

      @biztet (already happened to me long time ago) in case you use the indicators, it is always better to put the same type of sign for the opening and for the closing of trades (same but opposite signs: < and > , or x< and x>), as roar suggested. This avoids these types of problems.

      posted in Questions & Answers
      A
      ambrogio
    • RE: Gridding system

      @ramimoujaes No matter what chart you attack it on, it will handle the trades of the pair you put in the input table.
      For example : if you put the new EA on AUDCAD chart and you select Pair = EURJPY like your picture above, it will checking the trades on EURJPY.
      Please, try it on demo.

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to open a new trade if existing one still active ?

      @saeed-2 Oh this kind of things are a little complicated for me, sorry 😞 , maybe someone like andorrà or roar definitely solves it.

      posted in Questions & Answers
      A
      ambrogio
    • RE: Gridding system

      @ramimoujaes Hello, here's what I would do
      https://fxdreema.com/shared/g4rybnvY

      Check all blocks to understand and let me know

      0_1611610249099_ma_cross.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: fxDreema Last Update Error

      @cheaponreay01 It seems to me that you have attempted to insert the news filter by following this topic, it's right? Then read it well, maybe there are some mistakes.

      https://fxdreema.com/forum/topic/5866/finally-integration-of-news-filter-mt4-only?page=1

      posted in Bug Reports
      A
      ambrogio
    • RE: How to open a new trade if existing one still active ?

      @saeed-2 please, can you share your project?

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to open a new trade if existing one still active ?

      @saeed-2 said in How to open a new trade if existing one still active ?:

      @ambrogio 0_1611477137749_Screen Shot 2021-01-24 at 12.27.24 PM copy.png

      so by using once per bar the connections between blocks will be like this .. correct ? Maximum times to pass ( 2 ) because i need only two active trades

      If you put one per candle and specify passes 2 times, he puts two orders on the same candle, and then another two on another candle if the condition is met. Is that what you want?

      also a question sir .. i want to specify 12 pair currency only .. each with different parameters .. so in this scenario two things i need to follow:

      1. If trade / buy now & sell now / no trade .. Symbol mode ( specified ) and i fill in the specified symbol ( lets say EURUSD )

      Note ... if the account is standard and using "m" like EURUSDm .... if i specified in symbol (EURUSD) the EA will recognize the pair ? or i need to add "m" ?

      I don't know, just try

      1. i need to have 12 different structure combination connection same as the attached picture .. each with different parameters and specified symbol ?
        Note .... Group # ... since i will have 12 difference structure and each with specified symbol .. do i need to have 24 Group# in total since each structure needs two .. or since each structure is specified by certain symbol i can use only group# (1) and group #(2) ?

      I've never worked on multipairs, I think there are some blocks to simplify the project like "set current market" or something like that

      posted in Questions & Answers
      A
      ambrogio
    • RE: My Best Result Ever, Check this out guys.

      @miki oh yes, they have recently launched new name and products from binary.com

      posted in Questions & Answers
      A
      ambrogio
    • RE: Gridding system

      @ramimoujaes

      0_1611478315909_ma_cross.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: My Best Result Ever, Check this out guys.

      @miki said in My Best Result Ever, Check this out guys.:

      I don't have that index on my platform 🤔

      Hi, it's a synthetic index of Deriv broker

      posted in Questions & Answers
      A
      ambrogio
    • RE: My Best Result Ever, Check this out guys.

      @lanrayy good! wich indicator are you using?

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to open a new trade if existing one still active ?

      @saeed-2 it is not correct, also the "if trade" block must recognize the trades by group number.
      Anyway, may be that we are complicating things, what is your strategy? if you have only one strategy that repeats you can use "ounces per bar" block.

      posted in Questions & Answers
      A
      ambrogio
    • RE: Gridding system

      @ramimoujaes 1. you can use a "pass once" block before "buy pending order" block. This "pass once" should be reset somewhere.
      2. in "on trade" sheet .........."trade closed" (by tp or sl ) ===>>delete pending order

      posted in Questions & Answers
      A
      ambrogio
    • RE: Password protect an EA, or Work only for 1 MT4 ID. HoW?

      @jsauter86 The answer is this: if you need to protect your job (your EA) you have to share the executable file .ex4 password protected only (the one you put in the source code), maybe I'm explaining badly. Let me know..

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to open a new trade if existing one still active ?

      @saeed-2 you can use the "group" and you have to handle them separately for each strategy

      0_1611334204302_ma_cross.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: Password protect an EA, or Work only for 1 MT4 ID. HoW?

      @jsauter86 If you are able to import the file into fxdreema or metaeditor, it means that you have the .mq4 file (the source code), so you have already passed an unnecessary password.

      posted in Questions & Answers
      A
      ambrogio
    • RE: 2 PC's, Same EA

      @jsauter86 the same broker server?

      posted in Bug Reports
      A
      ambrogio
    • RE: 2 PC's, Same EA

      @jsauter86 don't use candle ID 0, just to try

      posted in Bug Reports
      A
      ambrogio
    • RE: Gridding system

      @ramimoujaes said in Gridding system:

      Greetings @ambrogio ,

      Thank you for your response. I just have two small questions:

      1. Based on the image above, the "New EA" will open only one single pending order, correct?
      2. In the image above, if I did not specify EUR/USD, will it then work on all currencies?

      Shared Project:

      https://fxdreema.com/shared/sdp0Q2itb

      Sincerely

      1. Yes, one pending order only. If the pending order will be triggered another pending order will be opened
      2. If you do not specify the market, the new EA will only check the symbol on which it is attached (it's not what you need)
      posted in Questions & Answers
      A
      ambrogio
    • 1
    • 2
    • 60
    • 61
    • 62
    • 63
    • 64
    • 119
    • 120
    • 62 / 120