fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. q8carpenter
    3. Posts
    Q
    • Profile
    • Following 0
    • Followers 11
    • Topics 6
    • Posts 289
    • Best 26
    • Controversial 0
    • Groups 0

    Posts made by q8carpenter

    • RE: My condition is going opposite direction

      @gozey

      Buffer 4 != 0 >>>> Buy Signal
      Buffer 5 != 0 >>>> Sell Signal

      Try that for the DJX6 LOCK Indicator

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey The way it worked with me was:
      Buffer 1 != 0 >>>> Buy Signal
      Buffer 0 != 0 >>>> Sell Signal

      That is with the foreex indicator. this image you have of another indicator that I didn't test to be honest. give me a few minutes to check it out for you

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Indicator Appear & Visible

      @zedeai2 Hello,

      Try a condition block where you have buffer 0 != 0 for buy. That sometimes work. You will need to figure out the buffer values to make it easier. Have them show in a comment block to know how to figure this indicator out. Sometime the buffers and these colors do not match. This is something I noticed as well.

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: If You had multiple trades open but you want to close them out one of a time during certain time or event. How would you do that?

      @ankhael Hello,

      It depends based on what?
      Example: Close trades in order of most profitable.

      You may have your own rules to which you want to close first.

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey

      It is working with me. I downloaded your shared link except that I had to change the name of the indicator to match the exact name that is in my indicators folder. As you can also see in the screenshots, the file is directly in the indicators folder. The screenshot attached also shows a visual backtest where it works.

      0_1623961906726_foreex working.png
      0_1623961915632_foreex works 2.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Help with Expiration time period

      @johann-0 Hello,

      If you meant that you want the order to be deleted at the open of the new candle, then here is a way that I use. As you can see, I have the delete order connected to the same once per order block but the block number precedes the condition and pending buy blocks.

      0_1623952708292_delete pending.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey ok I see now. I will write you steps the fastest simplest way to get this specific indicator working. (Foreex Sniper Killer)

      1. Be sure that it is placed directly in the Indicators folder of MQL4 and not within another folder.
      2. Copy the Exact name of the indicator. It is very important that the name is exactly written.
      3. follow the screenshot below.
      4. I used candle ID 1 as I thought you want the trade to open as soon as the candle closes.
      5. I have figured that buffer 0 if not = to 0 that would be a signal for a sell and buffer 1 for buy. This is not the same for all indicators and I only checked this one.

      0_1623951903848_foreex.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey a no trade block can be added before the buy now block.

      I was wondering if you are able to share the indicator here, as each indicator with fxdreema works a bit differently.

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey
      Then try something like this. you can get the name of the object by double clicking on it on the chart.

      0_1623910478285_object name.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: How to draw Trend Line between two points

      @saeed-2 Hello,

      I worked with the assumption that you want the High of point A with the low of point B. After that, if the BID Crosses that line downwards, a BUY trade opened. I have attached a screenshot based on that which will be a great starting point. you can alter any part and candle IDs to suit what you exactly need.

      Hope this helps

      0_1623908670237_TrendLine.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Wait X Bars before opening another trade

      @darekl Hello,

      I'm not sure if there's a simple block solution but here is an example of how I would do it. The blocks has to be in a specific order to work correctly.

      0_1623902208402_counter skip.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: My condition is going opposite direction

      @gozey Hello,

      The set up may change depending on your precise requirements and first thing you need to do is make sure that your indicator buffers are set correctly when you upload the indicator to fxdreema and know which buffer is for what signal. You also need to have the indicator in the right folder in MT4 or 5 . Other than that, the screenshot below shows some simple strategies from open to close where your indicator is placed in the condition blocks. Usually buffers are number values so an example of a condition would be (your indicator buffer 1 is not equal to 0)

      If you wanted to open trades based on the objects on the chart, then that is a different story.

      0_1623901414943_simple strategy.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: condition going opposite direction

      @gozey I'm not sure why but when I copy this link, nothing is opening up

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Layer order of objects on chart

      @hjmr I'm gonna have to test this out and see but beforehand, did you try drawing the rectangle on init?

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Many Attempts, Many Failures. Need some advice.

      @bmcghee Hello,

      Make sure the (AutoTrade) button in MT4 or the (Algo Trading) button in MT5 are turned ON. Another thing may be is that there are not enough funds. You can be sure of the problem in the experts tab or journal.

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Layer order of objects on chart

      @hjmr Hello,

      Here is an example. To have the edit field be above the rectangle, make sure they are drawn in the order from back to top. you can do that by changing the block numbers.

      0_1623708226782_draw square.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Want to check the distance from latest trade in loop

      @drrohit7b Hello,

      Start with this and adjust the pips away block accordingly. Then connect the action you need to block 3. This is for group one, and you will need to duplicate but set another to group 2.

      0_1623694471342_pips away.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: If custom code

      @jstap Hello,

      I'm not sure in what part of a strategy do you wanna add this, but there are most of the times workarounds with blocks where no custom code is required. I mean here is an example of where you can start with what you asked in the post.

      0_1623693935123_variable number.png

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: condition going opposite direction

      @gozey this is not a shared link my friend. To do that, click on projects on the top left hand side and create a shared link

      posted in Questions & Answers
      Q
      q8carpenter
    • RE: Not sure I fully understand the 'For each trade' block as it is

      @l-andorrĂ  said in Not sure I fully understand the 'For each trade' block as it is:

      On the other hand, block ID 62 needs to be executed AFTER block ID 5 so it should work.

      Yes my friend but the thing that I feel is wrong (and I'm maybe wrong here), is that in the way you have set up the order, I feel that 61 and 63 will run before 56, while 61 has a variable that requires to be updated by 56.

      0_1623682200284_block n umber.png

      posted in Questions & Answers
      Q
      q8carpenter
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 14
    • 15
    • 5 / 15