fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vonmunchy
    3. Posts
    V
    • Profile
    • Following 4
    • Followers 2
    • Topics 11
    • Posts 136
    • Best 8
    • Controversial 4
    • Groups 0

    Posts made by vonmunchy

    • RE: Why it doesn't work???

      @bagheria change the group mode to either manually opened trades or all.

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Turn off EA after 4 consecutive losses

      @lrswatson i havent tested this since i never needed it. Play around with these blocks.

      0_1622074449572_sadsad.JPG

      posted in Questions & Answers
      V
      vonmunchy
    • RE: One EA for Multiple Pairs

      @serlego1602 use the below metioned block.

      have it at top.

      0_1622074308482_sadsad.JPG

      posted in Questions & Answers
      V
      vonmunchy
    • RE: link in mql5

      @max-c https://fxdreema.com/shared/zy3JAdYad

      check the settings

      posted in Questions & Answers
      V
      vonmunchy
    • RE: variable and currency name

      @xander take a look at the project file below.

      The symbol name is in a variable

      https://fxdreema.com/shared/TXc7CAI4e

      posted in Questions & Answers
      V
      vonmunchy
    • RE: auto closing trades

      @kallosh i converted the project to mq5 to save me some trouble since i dont have any MT4 platform. All i did was removed the For each trade block and added position closed blocks. You can see the changes for yourself since the project link is above.

      Delete these blocks.

      0_1621202430161_dsfsdf22.JPG

      and add these to yours and it should work.

      0_1621202365867_dfsdfd.JPG

      The way to learn is to continue to build different projects, read the forum for any issues since most issues are common and someone very well may have posted it before and a solution may have been given.

      And as for the reason why, i guess it has something to do with how For Each Close Position block is calculated. You can read the description as shown below. Im not expert just so you know.

      0_1621203367702_3fdsds.JPG

      All block descriptions are given and i suggest you read the stuffs mentioned in instructions and examples shown as well to undestand how different blocks operate

      posted in Questions & Answers
      V
      vonmunchy
    • RE: auto closing trades

      @kallosh

      https://fxdreema.com/shared/3quzsyNqd

      see the changed made and for simplicity i changed group to all.

      FYI: Any sort of zone recovery system is a waste of your time unless you plan to start off with a very large capital such as 10k plus.

      posted in Questions & Answers
      V
      vonmunchy
    • RE: HULL MA X< OR x> MA not working right.

      @johann-0 if its a mql you see the buffer names for yourself and set buffers accordingly and if its a ex4/5 or your still unsure of buffer values than trace them. Read the instructions below.

      https://fxdreema.com/instructions/builder/indicators

      posted in Questions & Answers
      V
      vonmunchy
    • RE: auto closing trades

      @kallosh use for each trade close block to close all trades. Same for check loss and check profit blocks.

      0_1621179580431_dfsdfd.JPG

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Delete pending order if next candle close below open price?

      @gobeef your logic is wrong. you have 2 conditions that are opposite of each other and when met, closes both buy/sell orders.

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Stop Loss at Minimum Pips or ATR*Multiplier. Whichever is larger

      @ed_h iv never needed a minimum sl distance so far so i cant help you. You can play around with the blocks shown below. Upon placing a trade, checks the distance from open price to SL and if its lower than whatever pip amount than modify the stop to the minimum amount. And the mimium sl can be a constant.

      0_1621178749727_dfsdfd.JPG

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Stop Loss at Minimum Pips or ATR*Multiplier. Whichever is larger

      @ed_h there are so many threads on ATR SL and TP. Here is a quick summary.

      Create the following variables and constants. For an example.

      Constants:
      Atr 21
      Atr_sl_multiplayer 4
      Atr_tp_multiplayer 6

      Variable:
      Atrv

      Add a variable block, choose ATR with Atr constant and set Atrv as varible.

      Under Stop loss/take profit, choose custom price faction. And type

      Atrv * Atr_sl_multiplier (for sl. Remove the space before and after *)
      Atrv * Atr_tp_multiplier (for tp Remove the space before and after *)

      Basically whatever the ATR period that's in the variable block gets multiplied by the multiplayer and sl/tp is placed accordingly

      posted in Questions & Answers
      V
      vonmunchy
    • RE: High/Low Variable for Multi Symbol

      @l-andorrĂ  okey thanks.

      posted in Questions & Answers
      V
      vonmunchy
    • RE: closing trades

      @kallosh See if this works.

      0_1621051202190_dfsdfd.JPG

      posted in Questions & Answers
      V
      vonmunchy
    • High/Low Variable for Multi Symbol

      https://fxdreema.com/shared/TXc7CAI4e

      Above is a test project. I want to draw a line at high price and lowest price at whatever time range. When working with a single pair its works fine.

      How to store the high/low of price into a variable when using multiple symbols?

      posted in Questions & Answers
      V
      vonmunchy
    • RE: How to trade with H1 and H4 timeframe at the same time

      @khacdiepvnc set the time frame inside the condition block with the above conditions

      posted in Questions & Answers
      V
      vonmunchy
    • RE: move SL every 10 positive pips

      @kevdiaz project file?

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Internet connection

      @snipesnipe yes

      posted in Questions & Answers
      V
      vonmunchy
    • RE: "Pips away from open price" block but reverse of the "Trading Model"

      @zackry use "-500" for an example. If you set the distance by a constant. Example (PipDistance) just type -PipDistance

      posted in Questions & Answers
      V
      vonmunchy
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 5 / 7