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: Binary options trade disabled

      @jakedabass said in Binary options trade disabled:

      trade disabled 133

      In general this can have 3 reasons:

      1. Account is not active
      2. Trading is not aloowed by broker
      3. Symbol you're trying to trade is not tradable with your account (type)

      Contact your broker I'd suggest.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I NEED HELP WITH 2 (HMA) TRADING STRATEGY ?

      @mbiganyi-dagwi Put in on 1M chart in tester and do visual test. See were it first color changes and mark that point. Let it run and check if that color change point changed. Do this for some changes.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Lot size of last closed trade due to Stop Loss

      @l-andorrĂ  Well, in my project yes. For the answer of the question I was too lazy to crate a new project. đŸ™‚

      posted in Questions & Answers
      T
      trader.philipps
    • RE: ATR crossover MA condition

      @jzfusion ATR values are price fractions and not a price. Hence they will never cross over on 99% of instruments. In your screenshot UJ price is around 109 and ATR value is 0.131 how should those values ever come close to each other?
      From my perspective you try to compare apples with pies. Try to formulate what you try to achieve and we might help you.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy said in I am struggle to find the flow of this EA.Please help:

      this is the link...
      https://fxdreema.com/shared/vvULL3U7c

      those blocks would only be executed if there is a trade (block 12)!..could you please explain what that block 12 mean?im still confusing about the block as well.yes you true,when i attached at the platform,it doesn't work at all

      Block 10 in the adjust field should be +300 Pips rather than 300 Pips

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I NEED HELP WITH 2 (HMA) TRADING STRATEGY ?

      @mbiganyi-dagwi So here is the "tricky part", which is not really tricky.

      0_1580133643431_6b98dd40-0205-4db5-b531-bd82810b5245-image.png

      My HMA indicator version may be different to yours, but by principle it should be like this.

      Are you able to configure the rest or post your project link and custom indicators here.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy If trade block mean, that orange dot is executed if there's a trade open for the pair on the chart (opened by your EA), yellow dot means the condition is false, hence there is no trade. Bare in mind that trade is an opened position where order is If trade/order checks for existence of both, a pending order or an open trade.
      That blocks also allow to limit the condition to Buys or Sells just in case sometimes it matters.

      Btw. will there be only 1 order executed and the other one deleted? In that case you might use the oco (one cancels other) order type.

      0_1580126050646_5f3adb0e-2150-41ba-a4ab-eee9ddb28ba6-image.png

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy Well, those blocks would only be executed if there is a trade (block 12)! If that is part of your strategy it's fine. Otherwise maybe use the No trade block.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy https://fxdreema.com/forum/topic/7657/how-can-i-save-my-project-in-a-link-and-share-it

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy said in I am struggle to find the flow of this EA.Please help:

      0.66300.

      And how do you identify that special yellow marked candle?? However, somehow you found one candle you like and want to set a pending order (?) in n (in this cas 300 pips away) in the opposite direction. So the direction you decide by some logic (eg. yellow marked is a bear candle), right?

      I'd start like this for the given example.

      0_1580120256659_53cf8fa4-b160-4cca-b8dc-b78d35d3adbb-image.png

      Of course this block needs some connections to work, but you may start here. Create a double variable (here: dEntryPrice) taking the Median Prince and adjust it by -300 Pips. You may also use an integer variable representing the -300 instead of the static number.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: I am struggle to find the flow of this EA.Please help

      @bliinkboy So you want to take the average candle size of the last 4 candles and if the 5th candle average exceeds that size you want to open a trade . Is hat right? How do you calculate the entry? Is it open price +/- average of last 4?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Please Help how to close order 60% of initial Lot in just only one contract trade?

      @zarbitz I do something similar in my current project. Hope you understand the logic.

      0_1580099307377_56e41dc4-55f2-44c2-8bdb-154bb97f1f30-image.png

      The only difference is that I take ATR value (when trade was opened) as my TP1.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: red news

      @l-andorrĂ  I know you can do so either. If you have some spare time, here is all you need (from what I see at the moment).

      Use this version! I only added lables to the 2 buffers.

      0_1580085642689_forexfactory.mq4

      Use those settings!

      0_1580085600416_8079592e-66c0-489b-8a0c-ed9d8b7887e7-image.png

      Buffer considerqations:
      For usage, please bare in mind that the 2 buffers only show the next news event that is a valid entry due to configuration. So for instance if you want low and medium news covered and 2 events of each time occur at same time and for some reason the medium news is found first, it will display the 2 buffers only for that one. Hence, if you plan for more than one news type, I'd suggest to make 1 configuration per news type!

      Does that make sense?

      You may start a project and share the results to us.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Lot size of last closed trade due to Stop Loss

      @bluemoon I'm not sure if that is bullet proof if multiple orders are closed at same time, but if you have just 1 order, it might work like this

      0_1580082993055_d86f6276-e831-4fa9-8f50-15a0e648621e-image.png

      Once you have that variable, you can use it with your next order (add to your regular lotsize) and than set it back to 0. If Sell and Buy trade matters, use 2 variables and split per each direction.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Help needed with use of custom indicators

      @woman Most common mistake is to use custom indicators on candle ID0. As this is not closed it may produce multiple signals. Furthermore you may want to limit the number of open trades. It's hard to describe this in general. May I kindly ask to share your project and maybe custom indicators in order to investigate deeper?

      posted in Questions & Answers
      T
      trader.philipps
    • RE: Lot Size = Percentage of Balance in Martingale

      @bogdaiki Try AccountBalance() instead of Balance!

      posted in Questions & Answers
      T
      trader.philipps
    • RE: red news

      @jaap News filter is on my list of things to do, so I don't have a solution, yet. One popular indicator is ffcal. Check this one it should be working with the "new" Forex Factory Calendar URL.

      https://www.forexfactory.com/showthread.php?p=12238559#post12238559

      It should provide 2 buffers that you can use as I remember correctly. It's counting the minutes down till next news.

      posted in Questions & Answers
      T
      trader.philipps
    • RE: auto equity calculation

      @jaap One approach would be to do so on the on Timer tab like that (might work on on Tick maybe as well)

      0_1580001253624_74a47f69-7ab7-4c04-bc68-e931b79aa37e-image.png

      posted in Questions & Answers
      T
      trader.philipps
    • RE: How can I get value to Accumulation/Distribution ?

      @khalids222 In your screenshot the levels are 1000 so I used this. If you need 10000 adjust it accordingly.

      0_1580000993024_b34bc191-0df8-423f-a493-6db1e0e12ec6-image.png

      https://fxdreema.com/shared/e1fri3ftc

      posted in Questions & Answers
      T
      trader.philipps
    • RE: HOW CAN I REVERSE A NEGATIVE TRADE

      @onyx 3. Improve your strategy

      posted in Questions & Answers
      T
      trader.philipps
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 50
    • 51
    • 14 / 51