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

    • Protecting our EA

      Hi folks,
      How safe/uncrackable is the .ex4 file? I saw some people offering service to decompile the .ex4 file?
      Is there a code where i can implement the following:
      -expiry date for the EA?
      -remote force stop the EA?
      -reset and require input new password?

      Thanks a million!

      posted in Questions & Answers
      H
      haliloo
    • unable to download mq4/ex4 from web

      hi guys and gals,

      today i was testing the fxdreema builder from the web, i press the usual mq4 or ex4 compile button.

      nothing happens, the mq4/ex4 did not auto export/download to my pc.

      was there recent changes?

      thanks.

      posted in Questions & Answers
      H
      haliloo
    • RE: Previous candle high / low

      hi

      trying to understand the block

      the start candle ID 1 and End candle ID 10 means the EA will look at the previous 10 candles?

      posted in Questions & Answers
      H
      haliloo
    • RE: EA to Place orders at specific price

      @miro1360

      pending orders?

      can the pending orders has input to manually key in any price?
      how do i reenter the same pending order at the same specific price after the 1st batch triggered?

      thank you.

      posted in Questions & Answers
      H
      haliloo
    • EA to Place orders at specific price

      Hi all

      Is there a way to place orders (buy and/or sell) at specific price which can be manually input

      Example i want to key in price to 1.1000, 1.1050, 1.1100 (manually set)

      So whenever the price reaches such level, it will reenter the trade (buy and/or sell)

      Thanks

      posted in Questions & Answers
      H
      haliloo
    • RE: One Trade Per day - my observation

      @fxDreema said in One Trade Per day - my observation:

      This block has time settings inside which are disabled by default. Maybe you set them at 06:00

      hi fxdreema

      just checked Hours Filter is disabled.

      posted in Questions & Answers
      H
      haliloo
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @miro1360

      hi miro

      thanks...sincerely i do not know u referring visual tester from mt4

      and as for trace...had no idea about it at all since i do not really know fxdreema fully

      posted in Questions & Answers
      H
      haliloo
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @miro1360 said in CREATING A TRADE ACCORDING TO TREND LINE:

      trace it using visual tester and Trace block to see, what happens, that is one of ways how to find whats wrong 🙂

      😄 what is visual tester and trace block 😄

      where to get it?

      posted in Questions & Answers
      H
      haliloo
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @miro1360 said in CREATING A TRADE ACCORDING TO TREND LINE:

      you forget give name for your "watta" in block settings, and you need also parameter:
      This block can create 1 object per bar: set to NO
      ...
      0_1481823029746_upload-832b1f39-f4c0-4fc9-ada2-65f6ad9662fc

      I tried it sometime in past and it was working for me 🙂

      thanks miro

      unfortunately the ea does not behave what it should be 😄

      it kept entering trades during backtest....2000 over trades in one month ^^

      guess trendline break using my example does not work

      posted in Questions & Answers
      H
      haliloo
    • One Trade Per day - my observation

      hi

      i have a simple EA based on accelerator oscillator

      and i have used Once per day block for it

      i notice by default, the trade will be entered at my broker 06:00 hour, every trade it entered at this time.

      is it by default it will trade at this particular time when condition is met for entry?

      should i add a timer block to it?

      thanks.

      posted in Questions & Answers
      H
      haliloo
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @miro1360

      hi i have shared the link...i think using Ray

      link text

      posted in Questions & Answers
      H
      haliloo
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @miro1360 said in CREATING A TRADE ACCORDING TO TREND LINE:

      hi, you can start with this and step after step add&try your next conditions:
      https://fxdreema.com/forum/topic/4233/example-trendline-ea

      hi miro

      thank you for sharing

      i tried to add another block "Draw Line" with trendline option and Every Minutes block.

      When i backtest even if the price broke through the trendline, no trades triggered.

      I guess i cannot use this "Draw Line" block for this strategy?

      posted in Questions & Answers
      H
      haliloo
    • RE: Buy Now/Sell Now - Slippage option

      @fxDreema

      ah ok thanks all for clarifaction

      posted in Questions & Answers
      H
      haliloo
    • RE: Buy Now/Sell Now - Slippage option

      @miro1360

      ok. so for stronger control over my EA to avoid entering trades during big volatility period (where spread will shoot up) what would be the better slippage figure?

      would a slippage of say 1 be better than slippage of 10 say for example for better and safer control?

      thanks again for answering my noob question 😄

      posted in Questions & Answers
      H
      haliloo
    • Buy Now/Sell Now - Slippage option

      Hi all,

      The Buy Now/Sell Now with the slippage option - what does it do? (sorry for noob question)

      Correct if i am wrong...

      Assuming i put a slippage of 4, the market current spread is 10 for EURUSD for example, so the trade will not be triggered rite?

      Thanks all.

      posted in Questions & Answers
      H
      haliloo
    • RE: Once per bar , Once per day

      @fxDreema

      thanks for the link

      i got 1 more questions about Buy Now block

      if i change my lot to 0.00, it seems ea still placing orders at 0.01 lot if conditions are met.

      is this how the block works? minimun order default as what we keyed into ea builder

      posted in Questions & Answers
      H
      haliloo
    • RE: Once per bar , Once per day

      @fxDreema said in Once per bar , Once per day:

      There are no loops. The "loop" is that On Tick event where the blocks are, so they run on every tick. Those blocks are something like filters - you run them 10 times, they only pass 1 time (per bar, per day)

      pass 1 time you mentioned...
      does that means for Once per bar, the ea will only trigger one trade?

      or, the ea will enter trades (if conditions met) for every bar of candle?

      thanks.

      posted in Questions & Answers
      H
      haliloo
    • Once per bar , Once per day

      Hi all,

      Just like to understand more about these 2 blocks as per title

      Correct me if i am wrong 😄

      Once per bar - the EA will go into a loop every bar the current timeframe the chart is at, to check the trade condition (example MA1 > MA2) and execute orders accordingly

      Once per day - EA will go into loop every day once only to see if it met the trade condition as above

      So next question is for Once per day - at exactly what time the EA will begins it loop? 12 midnight by default?

      Thank you.

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

      @haliloo

      damn my link is not around...

      will u consider using better forum fxdreema? this is very un-user friendly forum 😄

      link text

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

      @fxDreema

      sorry no gona use team viewer 😄

      here is printscreen taken on oanda own java platform which is linked to the mt4

      as u can see the multiple entries on the right

      on the far left is the first entry which is a single trade

      alt text

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