fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. onafets
    3. Posts
    O
    • Profile
    • Following 1
    • Followers 0
    • Topics 20
    • Posts 45
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by onafets

    • RE: Help to build an EA

      After subscribing to fxdreema I would like to reproduce an EA that proved good results on calgo (ctrader)

      This are the indication for buy position:
      Conditions to buy:

      • the first position with the initial value of FirstLot is opened if the last candlestick is bullish, i.e. two bullish candle in a row.
      • the subsequent positions are opened with a PipStep value or larger from the last opened position; the lot of every new position is increased by the FirstLot value.

      Any help is much appreciated as I can't figure out how to make the EA open the subsequent positions.

      posted in Questions & Answers
      O
      onafets
    • RE: BB EA question

      Dar fxDreema,
      I am building a BB based EA. The problem I am facing is that the conditions I dictate are not respected.
      Buy:
      -Candle 1 body size has to be below BB 20/1 lower band
      -Candle 0 has to closes above BB 20/1 lower band

      https://fxdreema.com/shared/S36U4jxkc
      Here following is a screen grab to explains how I am expecting the EA to behave (to the left) and how behaves instead (to the right)
      http://s33.postimg.org/l7dy6a833/bb_rules.jpg
      Thank you in advance.

      posted in Questions & Answers
      O
      onafets
    • RE: Trade based on the current price compared to the last entry price?

      __Look at my example again, block 11. You tend to prefer "If trade" blocks, but I used "No trade"

      If you ask me such queston, it means that you don't understand something. I don't want people to copy stuff from here and there thinking that it might work as they expect. I prefer you to understand what is going on, so better ask me if you don't understand something.

      "For each Trade" with value 1 set to "Not more than..." only loads the latest running trade, if such exists. Then in the next block I'm checking if the current price (Ask for Buys and Bid for Sells) is above or below the Open Price of that trade. Or I believe that it works that way :))
      I used "Chart model", which means that the block will pass if the current price (Ask for Buys or Bid for Sells) is above the open-price (+ Pips away, which is 0 in this case) of the trade, no matter if the trade is Buy or Sell. In the default "Trading model" calculations are mirrored for Sells.[/quote:26e6isdb]

      Okay, I am starting to understand the logic behind it. Thank you for the additional explanation. I am going to elaborate my strategy in depth now.

      I wonder why when I go to convert the EA into calgo robot with http://2calgo.com/Home/Index#converted_indicator (for optimization porpoise)it says
      "It is MQ5 code.
      MQ5 code cannot be converted.
      Convert MQ4 code."

      When the EA is in MQ4 from fxdreema

      posted in Questions & Answers
      O
      onafets
    • RE: Trade based on the current price compared to the last entry price?

      __The max number is controlled by... let's say "Check trades count".

      I don't know if this is even close to what you are asking for, but here it is - https://fxdreema.com/shared/ZDjQr6Tre
      New trade is created once a day - at 0:00. If there is no trade - a new Buy is created. If there is at least one trade and the current price is > from the open price of the newest trade - Buy is created. If the price is <, then Sell is created.[/quote:vltt50md]

      Thank you fxdreema, I have added the condition "if trade"
      Here is for your information: https://fxdreema.com/shared/hAdOQnJJb

      Do you think the Action 2 does what says in the description?

      posted in Questions & Answers
      O
      onafets
    • RE: Trade based on the current price compared to the last entry price?

      Hello forum,
      What is the block that opens subsequent trades (up to a max number) in the same direction of the first trade, based on the current price compared to the last entry price?

      posted in Questions & Answers
      O
      onafets
    • 1
    • 2
    • 3
    • 3 / 3