fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. haliloo
    3. Posts
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by haliloo

    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @miro1360

      hi miro and everyone,

      hmm it seems with IFTRADE function the mt4 still trigger multiple entries.
      By the way i am testing it with oanda mt4.
      Perhaps this problem only happen with oanda mt4?

      will monitor til end of week and compare with other broker's mt4

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @fxDreema

      hi, i will try again using IFTRADE like the one suggested above for next week.

      How about CHECK TRADE COUNTS? MT4 detected error with the message:
      'sign' - declaration without type

      when i try to compile it coz i cannot attach the EA in mt4

      posted in Questions & Answers
      H
      haliloo
    • Why the BUY block is missing variable lot size? Where is the tick box?

      hi fxdreema and all

      am i seeing correctly??

      my BUY block has no option to modify the lot size anymore????

      link text

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @fxDreema

      hi any reply on the following:

      haliloo 2 days ago
      hmm i tried the check trade counts block

      seems to have error when i compile it, it says something about description...as below

      i just replace the IFTRADE with CHECK TRADE COUNTS block

      'sign' - declaration without type

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      hmm i tried the check trade counts block

      seems to have error when i compile it, it says something about description...as below

      i just replace the IFTRADE with CHECK TRADE COUNTS block

      'sign' - declaration without type

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @miro1360

      hi thanks.
      do i have to include the "draw arrow"?
      what is this function does?

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @miro1360

      ok i try it out

      so just replace no trade with "if trade b" and "if trade s"?

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      oops my image not uploaded

      try this link then

      link text

      posted in Questions & Answers
      H
      haliloo
    • RE: does my block 7 & 8 really ensure 1 trade at a time?

      @fxDreema

      hi there.

      Please refer to attached image extracted from mt4.

      Highlighted in green.
      On the left you can see the entry time & date, while the right side highlighted green you can see the exit time & date.

      You can see there are a few trades executed even before the first trade exited.
      So it seems the "NO TRADE" block does not work?

      thank you.
      0_1479818359934_mt4 extract.PNG

      posted in Questions & Answers
      H
      haliloo
    • does my block 7 & 8 really ensure 1 trade at a time?

      Hi all,

      refer to my simple EA of MA crosses.

      does block 7 & 8 ensure that there will only be 1 trade at a time?
      example if MA1 > MA14, BUY will execute until it takes profit, trailing stop/stop loss hit.

      or, it will not work? as long as MA1>MA14, it will continuously open new BUY trades?

      or did i do something wrong. i think i notice EA placing few trades before earlier trade closed.
      i need it to place 1 trade at a time only, no next trade until previous trade exit.

      how do i know the block 7 & 8 is working other than forward testing? backtesting seems okay.

      link text

      posted in Questions & Answers
      H
      haliloo
    • RE: Grid orders

      @webstarsfx

      hi webstarsfx...thanks for sharing the info

      was wondering whether u can help me on the attached excel which basically explains the strategy i am trying to create with fxdreema

      hmm too bad cant attach excel file here.

      I try explain what i trying achieve.

      Market now at 1.0000, 0.01 lot sell
      Market up to 1.0050, 0.01 lot sell (ie 50 pips grid size)
      Market up to 1.0100, 0.01 lot sell
      Market up to 1.0150, 0.01 lot sell
      Market drops to 1.0100 no orders placed
      BUT EA will now calculate profits of:
      Oldest trade (entered at 1.0000) = -100 pips
      with Newest trade (entered at 1.0150) = 50 pips
      Net = -50 pips = no action

      EA now calculate profits of:
      Oldest (at 1.0000) = -100 pips
      Newest (at 1.0150) = 50 pips
      2nd newest (at 1.0100) = 0 pips
      Net = -50 pips = no action

      Now assume price drops to 1.0050
      Again EA will do the above calculations
      Oldest (at 1.0000) = -50 pips
      Newest (at 1.0150) = 100 pips
      Net = 50 pips = EA will closed both trades

      If price retouch 1.0150 again, it enter 0.01 lot again
      but price retouch 1.0000 EA will not reenter any 0.01 lot.

      Let me know your thoughts. I am struggling to put this into fxdreema 😧

      posted in Questions & Answers
      H
      haliloo
    • RE: Grid orders

      one more thing i am trying is, is there a block where i can set if price move up by XX pips then i shall buy/sell, if price drops by XX pips then i shall buy/sell.

      perhaps it will compare the price from the moment EA runs, or at specific time it will start comparing XX pips movement.

      posted in Questions & Answers
      H
      haliloo
    • Grid orders

      Hi remember me? previously i asked about grids.

      ok now i using the Buy Pending Order Grids....however the Buy pending order is placed above current price...and Sell pending order placed below current price.

      how do i make Sell pending order placed on top and Buy pending order placed below?

      posted in Questions & Answers
      H
      haliloo
    • RE: I need help but i do not know where to start

      so where can i see examples of more complex block/template 😄

      posted in Questions & Answers
      H
      haliloo
    • RE: I need help but i do not know where to start

      hi fxdreema

      ok, i am using the default website fxdreema, coz its the only version i can export my mt4/ex4 file.

      i try used download version but seems failed.

      so referring to website version, i can click the "example" to find a few examples.

      where else can i find more resources/complex blocks to experiment with? 😄

      thanks

      posted in Questions & Answers
      H
      haliloo
    • RE: I need help but i do not know where to start

      hi fxdreema

      ok understood

      so based on what you read from my excel, where can i begin?
      which example/template i can refer to and tweak it, for start maybe a grid of pending orders with option to select gaps in pips between levels? 🙂

      i have no mt4 programming knowledge, so starting is hard 😞

      posted in Questions & Answers
      H
      haliloo
    • RE: I need help but i do not know where to start

      hi fxdreema,

      thank you for your prompt reply.

      perhaps my explanation with words is abit confusing.

      i attached herewith an excel file that shows you the flow of the strategy and how the EA behave. Perhaps is much clearer.

      thank you.

      ......
      EA xplained.xlsx

      posted in Questions & Answers
      H
      haliloo
    • RE: I need help but i do not know where to start

      hi first off, great platform.

      ok, basically this explains the strategy (a type of grid) i am trying to put into fxdreema, hope some1 can help me.
      i have no mql programming knowledge

      ok, basically the options is:

      1. we can decide whether to go BUY, or SELL for our trades

      2. we can decide on the lot number/size (0.01 etc)

      3. we can decide on whether to go:
        3.1) market entry (ie enter immediately) or
        3.2) to place pending orders of grids

      4. we can decide the grid space between each levels (which will affect the next level of grid for 3.1 or 3.2 above

      5. we can decide to place the grids either
        5.1) on top side only (ie when price rises it triggers more grids level)
        5.2) on bottom side only (ie when price drops it triggers more grids level)
        5.3) or both side (ie grids of orders placed above and below from initial entry)

      6. the EA will compute overall profit based on:
        example for SELL type orders, and market price is trending up, so more SELL order being trigger as price went up
        EA will compute how many late entry orders to KILL OFF/EXIT with the very bottom (in this case the first entry) to get a net profit
        lets see a numerical example in pips value
        every 10 pip 1 sell order entry, prices went up to trigger another 5 levels of SELL...
        market price fluctuate...
        market went down 30 pips from our last entry
        so now, the overall basket will look like this in pip value (from top/last entry)...+30, +20, +10, 0(market revert to this level), -10, -20
        so the EA will compute firstly...the last order entry +30 v first order entry -20...if net is positive gain...it will kill off these two
        if assuming the last order entry was +20, +10, 0, -10, -20, -30...the EA compute last order +20 v -30 is net loss, it will recompute with 2 last orders ie +20+10 v -30 result in net gain = close these 3
        6.1) perhaps adding another option to set number of late entries to compare with the earliest entry to decide before ea compare the net gain/loss

      7. after the EA closes off the bottom most entry with the top entry/entries (depending on number of layers needed as shown in step 6)...
        the EA will immediately reenter layers of grid at the top at the same price as previously enterred
        example in step 6....say the last order entry with +30 pip was EURUSD 1.1000 which was exited with the bottom most entry, the EA will reenter pending order of 1.1000. EA WILL NEVER reenter the bottom most entry exited.

      in other words use late entry/entries to knock of earliest most entry if it net gain

      Basically that explains the strategy. hope some1 can help me 😄

      thanks a million in advance

      posted in Questions & Answers
      H
      haliloo
    • 1
    • 2
    • 2 / 2