fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. wolamen
    3. Posts
    W
    • Profile
    • Following 1
    • Followers 0
    • Topics 17
    • Posts 40
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by wolamen

    • This action is not allowed for basic users

      does fxdreema.com changed its policy under
      "Quick try without registration!" section ?

      couple of days i used to try it and export files with no limits of connections
      now .. i can not export a file with more than 10 connections !

      again .. i am not on the " fxdreema.com/builder " zone
      i am talking about normal unregistered zone fxdreema.com

      any explanations ?

      posted in General Discussions
      W
      wolamen
    • RE: Magic number filter

      @l-andorrà
      i tried this .. but i think i am missing some thing, because the "variable" part do not detect the other EAs magic number trades .. it detect the magic number of the trades of its own EA it self only !

      i do not know what is wrong ...

      posted in Questions & Answers
      W
      wolamen
    • RE: Magic number filter

      @l-andorrà thanks for that
      but for example:
      if i have 5 open orders

      buy EURUSD magic number 1001
      buy GBPUSD magic number 1001
      buy EURCHF magic number 1001
      buy GBPJPY magic number 1001
      sell EURUSD magic number 1005

      how can use the variables as you mentioned to detect and close the 4 "1001" orders on profit ?

      posted in Questions & Answers
      W
      wolamen
    • Magic number filter

      How can i filter the open orders related to magic number ?
      For example:
      If i have 6 open orders different simbols from external EAs, 3 of them have the same magic number and i want to calculate the TP of that 3 orders ..
      How can i do that ?

      posted in Questions & Answers
      W
      wolamen
    • RE: auto lot sizing issue

      @roar thanks for the last help .. now another issue
      how could i do the same with condition of take profit ?
      what i mean that :
      if balance is 1000$ so the TP is 10$
      but if the balance becomes 2000$ so the TP turns to 20$

      any help?

      posted in Questions & Answers
      W
      wolamen
    • RE: auto lot sizing issue

      @roar it is worked .. great .. thanks

      posted in Questions & Answers
      W
      wolamen
    • RE: auto lot sizing issue

      @roar said in auto lot sizing issue:

      MathFloor(AccountBalance()/1000)*0.01

      should i put this equation into lot field under " % of balance => lot 100% " ??

      posted in Questions & Answers
      W
      wolamen
    • auto lot sizing issue

      i want to use auto lot sizing like this :
      balance 1000 - 1999 lot 0.01
      balance 2000 - 2999 lot 0.02
      balance 3000 - 3999 lot 0.03

      i am already used " % of balance => lot 100% "
      and it gives me lot 0.01 on balance 1000 .. but when the balance exceed 1500 the lot becomes 0.02
      and when balance becomes 2500 the lot turns to 0.03
      but this is not what i want .. as i said .. i want the auto lot like that :

      balance 1000 - 1999 lot 0.01
      balance 2000 - 2999 lot 0.02
      balance 3000 - 3999 lot 0.03
      and so on ....

      any help ???

      posted in Questions & Answers
      W
      wolamen
    • RE: how can i test mt5 for free as mt4 ?

      @roar demo account is limited for mt4 and mt5 but without demo account i can design mt4 EA in full form without limitation except the small screen .. i am asking if i can do this with mt5 ???

      posted in Questions & Answers
      W
      wolamen
    • how can i test mt5 for free as mt4 ?

      how can i test mt5 for free as mt4 ?

      posted in Questions & Answers
      W
      wolamen
    • RE: How to make that Close Condition !

      @l-andorrà same chart

      posted in Questions & Answers
      W
      wolamen
    • How to make that Close Condition !

      " if i have 10 running orders "
      i want to make a condition :
      if the( worst one = all win orders) , close them .. and recheck and compare the worst one again

      so i want to detect worst lose order and put it into variable A
      and detect all win orders and put them into variable B
      and compare them

      note.. i expect result like :
      order1 = -30$
      order2 = -25$
      order3 = -20$
      order4 = -15$
      order5 = -10$
      order6 = -5$
      order7 = 0$
      order8 = +5$
      order9 = +10$
      order10 = +15$

      so the condition should close ( "order1"&"order8 & order9 & order10" ) because the sum of them are Zero

      any one can help ?

      posted in Questions & Answers
      W
      wolamen
    • RE: how to set a variable that = 1% of balance

      @l-andorrà
      thanks ,, it is worked

      posted in Questions & Answers
      W
      wolamen
    • how to set a variable that = 1% of balance

      please .. i want to make a take profit variable depend on current balance so ..
      how to set a variable that = 1% of balance ?

      posted in Questions & Answers
      W
      wolamen
    • TP depends on balance considering swap and commission

      if i had already 5 running trades and i want to set take profit of 1% of the balance considering "swap and commission"
      how could i do that plz ?

      i tried (in Loop) Pink function in condition block.
      1 Select in loop
      2 Select Profit
      3 Select "As Money plus swap and commission"

      it is good but it give me fixed value of TP but i want the TP change with balance .. like 1% from the balance

      any help ?

      posted in Questions & Answers
      W
      wolamen
    • RE: detect high and low of certain candle

      @spuzy Great .. it is working perfect ..
      but after hitting one of the 2 pending orders, how to delete the other one?

      posted in Questions & Answers
      W
      wolamen
    • detect high and low of certain candle

      hi .. some one help me plz.
      i want to
      1- detect high price and low price of the last 4H candle on the day
      2- make buy stop order and sell stop order depending on that 2 values

      any help ?

      posted in Questions & Answers
      W
      wolamen
    • RE: wait block

      @josecortesllobat Thanks .. it is working

      posted in Questions & Answers
      W
      wolamen
    • wait block

      how can i do that :
      (1)- check condition - open buy order 0.1
      (2)- if the order still opened for 24 hours without hitting take profit so ..
      (3)- open buy 0.2

      my main problem is step (2) how can i make the EA wait exactly 24 hours before opening the next order ? .. because block "Once a Day" is not accurate in that case

      posted in Questions & Answers
      W
      wolamen
    • martingle project

      i am working on a martingale project but i have some issues
      for example:
      1- i set a condition (1) to open a buy order 0.1 lot
      2- condition (2) when equity - balance < -20 then open buy order 0.2 lot
      and so on
      3- condition (3) if equity - balance > + 20 then close all open trades

      the issue is :
      the EA keeps opening so much buy orders
      i also tried to add {pass once} block between condition (2) and buy order
      but it does not give me what i was expect
      i also tried {wait to pass} on condition (2) but without solution
      any help

      posted in Questions & Answers
      W
      wolamen
    • 1
    • 2
    • 2 / 2