fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. trader.philipps
    3. Posts
    T
    • Profile
    • Following 3
    • Followers 38
    • Topics 20
    • Posts 1001
    • Best 91
    • Controversial 2
    • Groups 0

    Posts made by trader.philipps

    • RE: MACD crosses RSI

      @dongil said in MACD crosses RSI:

      Hello there
      Is it possible to set trades (buy or sell) on crossing MACD signals line with RSI?
      I tried it but EA didn't work.
      Can you help me please?

      RSI and MACD have different units hence there won't be a resonable crossing. Specify the conditions based on each unit such as MACD > 0 and RSI x> 30 or something like this.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Indicator VWAP not open orders and very slow in backtest MT5

      @fabiobioware The number of parameters do not match. This is caused by the indicator line 117 typo.

      Change it from "sinput" to "input" and reimport it (maybe you need to delete the 2 blocks with the custom indicator call and the previously imported one).

      Than it should be fine.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullback

      @trader_sauce said in Creating EA Help!: Trend Continuation with Currency strength, moving avg, and fib pullback:

      @l-andorrà Not sure how to do that, this is where a newbie to fxDreema gets lost haha
      Also found a more accurate Currency Strength Meter that can output numbers for an EA too.

      Specify a candle ID where I marked (1)

      0_1581677142284_e5cdd1c5-4f8f-4b1e-913f-62117ef65a10-image.png

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Limit on trade duplicate trades. Filter is not working for me

      @jzfusion Okay. The on Trade part I don't understand. You should use that tab only if a trade event is happening such as trade closed, opened or modified and so on. I understand that you want to open a buy condition each bar, when price closes above BB upper band (btw. you should specify candle ID 1 on BB indicator either). But what for you need the For each Position block?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: interrupt negotiations and restart negotiations the next day.

      @kop Use a variable and set new equity each day or when profit target is reached maybe?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Pips outside of Bollinger band

      @jzfusion If I understand your issue right, you need a condition where you need the difference of candle close (id 1) - BB upperband (cndle id1) > n pips. Is that right?

      In that case do this for upper band:

      0_1581676048943_43da3141-d10b-49cc-81b9-69f1f3d539e5-image.png

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Indicator VWAP not open orders and very slow in backtest MT5

      @fabiobioware Are there any errors in the log file(s)? Is the indicator in the indicator folder or in a sub-folder? If it's in a sub-folder you have to sepcify it's path during indicator import in a way of subfolder-name/indicator-name.mq5

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Limit on trade duplicate trades. Filter is not working for me

      Hard to tell. May you share your project?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: will fxd make me a new block ( other users must surely need the same thing ) pls comment if you need a block like this

      @l-andorrà my screenshot from above

      posted in Questions & Answers
      T
      trader.philipps
    • RE: will fxd make me a new block ( other users must surely need the same thing ) pls comment if you need a block like this

      @l-andorrà afaik Theresa ist no need. Check my Post above.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: interrupt negotiations and restart negotiations the next day.

      @fabiobioware You just need to re-enable your block with Trin ON block, which you let run behind once a day block and you are done.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Can i enter trades manually and use FxDreema setup to breakeven and take profit

      @jeje101 Sure. You can for instance specify at for each trade block that manual opened trades (they have magic number 0) wil be considered as well or only.

      0_1581519252715_7c691770-9a0e-4a1e-8c8c-e8e33e3d58ad-image.png

      Alterbatively you may use a trade manager (3rd party product) to open trades with a specific magic number that fxdreema EA may also use.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: The same not opening position when have open position

      @marcin-3 Why you open a new thread for the same thing?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: will fxd make me a new block ( other users must surely need the same thing ) pls comment if you need a block like this

      @kop said in will fxd make me a new block ( other users must surely need the same thing ) pls comment if you need a block like this:

      i see ''close partially' is not exactly what i want , because it opens another trade after the partial close

      is there not another way

      here is what i want to do

      buy 1lot stoploss 100 takeprofit 100

      when in 5 pip profit close 0.1lots ( without opening any new trade )
      when in 10 pip profit close 0.1lots ( without opening any new trade )
      when in 15 pip profit close 0.1lots ( without opening any new trade )
      when in 20 pip profit close 0.1lots ( without opening any new trade )
      when in 25 pip profit close 0.1lots ( without opening any new trade )
      when in 30 pip profit close 0.1lots ( without opening any new trade )
      when in 35 pip profit close 0.1lots ( without opening any new trade )
      when in 40 pip profit close 0.1lots ( without opening any new trade )
      when in 45 pip profit close 0.1lots ( without opening any new trade )
      when in 50 pip profit close 0.1lots ( without opening any new trade )

      and so on

      pls help

      I think there's nothing fxdreema can do about. A partial closure always gets a new ticket number after it's closure. The platform works like that. I also don't see an issue as the the pips away from open .. let's you choose from where to count.

      0_1581518769243_a07a1449-1e76-42df-8f98-8eced373d716-image.png

      In your example choose the current partial trade as Open price belongs to and choose 5 pips away and you'll be fine I think.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Moving Average cross logic needed

      @rmante You usually don't need that block as long as if you don't want to notify yourself if connection is lost.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: double crosses condition

      @akulus Okay, let's get through it one by one ..

      0_1581453780520_5a4fdf18-2483-4ebe-91b9-5abc0b8f09d6-image.png

      Use another path with if trade for instance.

      For your conditions block use both with width 5 and use just 1 path per sells and 1 per buys.
      You have no trade block in the begining so first macht in conditions will open trade in either case.

      Change that and show maybe in screenshot where something was missed.

      Like this it works at least so much as you described.

      0_1581457042033_b20d36f6-7557-4262-827c-c14bbd0895fa-image.png

      Entire project: 0_1581457083201_exp.mq4

      0_1581457115156_e07a76a5-6dce-4529-8895-9b783df18bc9-image.png

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I need help Control loss rate

      @jxlibin1987 Does the algorythm have to close trades when the 5% limit is exeeded or not? If you only count the realized losses per day it is easier.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: double crosses condition

      @akulus For the crosses you can take x> or X< condition. Specify the witdt to 3 and I guess that that's what you need. Do this for both, EMA crosss and MACD zero line cross.

      The width days the cross must have happened within the number of specified candles and the condition stays valid (for 0 line cross down, the rest of the candles after x<0 happened, it stayed below 0).

      Does that make sense?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Pips outside of Bollinger band

      @jzfusion What works and what is the problem? Did you take into account that for upper band you may need to add pips and on lower band you have to reduce the pips?!

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I need help Control loss rate

      @roar Well, I don't think that will protect the account very much as already opem position may exeed or even blow account that way. I think you need to store once a day the opening balance (or equity) in a variable and then take realized and unrealized profits (or losses) and check if that exeeds 5% of the balance (or equity).

      posted in Questions & Answers
      T
      trader.philipps
    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 50
    • 51
    • 7 / 51