fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jstap
    3. Posts
    • Profile
    • Following 2
    • Followers 222
    • Topics 37
    • Posts 9382
    • Best 1086
    • Controversial 23
    • Groups 0

    Posts made by jstap

    • RE: Custom Indicator -- buffer not working as expected

      @mmbinvest The link was what I meant by project, @biztet is correct this doesn't seem to give reliable signals, in HERE is a project that I put together so each element can be switched off to check, is quite often correct but not always.

      posted in Questions & Answers
      jstap
      jstap
    • RE: RSI Cross above / Cross Below

      @doudou-7 Move all to the side and test 1 block at a time until you find witch 1 is causing the trouble, you do not need once per tick as no trade block will restrict to 1 (I have never used), it is likely the hours filter because to me the time is 00:00 to 00:00, I personally would use 00:01 to 23:59 as 2 minutes in a day doesn't matter to me.

      posted in Questions & Answers
      jstap
      jstap
    • RE: how add positions on a loosing position after 10 or 20 pips

      @tsepodube You only need the blue no trade if working with groups is needed.

      0_1634291455860_f08061ee-9dc9-4142-b174-4277746b0db6-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: MACD on/off and MACD signal crosses 0 and crosses signal line

      @andrewfrank If you want this selected in inputs you can do something like this.

      0_1634220611205_38ce788a-f570-4b7c-a6f7-c53d20071af5-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can I close a pending order when a new pending order is created?

      @abhart76 It's all good.

      posted in Questions & Answers
      jstap
      jstap
    • RE: MACD on/off and MACD signal crosses 0 and crosses signal line

      @andrewfrank This is how to do 1.

      0_1634218085921_7d9d18a6-dd22-46eb-8abf-d0022fc61aec-image.png

      Do you mind explaining what you want for 2?

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to set open position opposite while the current order still not yet closed

      @basmustrich-0 You just need a different condition to open 2nd position, pinck blocks whth somthing like pips away would do it, any other condition will do it but you will need a no trade block with a different group to manage the trades separately.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can I close a pending order when a new pending order is created?

      @abhart76 On the on trade tab

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want to know how can i used these conditions in fxdreema

      @talalkhan Meant to add trhis yesterday.

      0_1634201153994_Screenshot (839).png

      Variables/constants are selected in the top left,

      type string = text
      type bool = true/false
      type int = whole number (integer)
      type double = number with decimal point (0.00)

      0_1634201569939_937db94d-6465-4ea0-b496-f0555214524a-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to fix compilation errors

      @andrewfrank No worries

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want to know how can i used these conditions in fxdreema

      @talalkhan Put everything in a comment block so you can visually see what is or isn't working. The trade variable needs a orange condition block in tree to stop the trading, I reset it daily because that is how I use, if you want a diferent configeration then the choice is yours, just use the same logic.

      posted in Questions & Answers
      jstap
      jstap
    • RE: block input logic

      @haoglueck It's or, if condition 1 is true then this will activate 3, if condition 2 is true then this will activate 3, whichever happens 1st.

      posted in Questions & Answers
      jstap
      jstap
    • RE: MT5 automatical stop an open position.

      @muscotrading Like this.

      0_1634152561010_77738b8b-d37c-4d60-aa5c-d18c7afe2369-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to fix compilation errors

      @andrewfrank Not sure what you are asking? The names are in as a string, this will allow text to be put in as a value.

      posted in Questions & Answers
      jstap
      jstap
    • RE: how add positions on a loosing position after 10 or 20 pips

      @tsepodube A seperate tree, pink for each trade block, pink pips away block, buy/sell block. Will need a minus number for buys and a positive number for sells.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Custom Indicator -- buffer not working as expected

      @mmbinvest Put you project here and the indicator, can't tell from a picture what is happening when, I'll have a look.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Custom Indicator -- buffer not working as expected

      @mmbinvest I have not used HGI before, were all these arrows drawn after the EA was started? Quite offten an indicator will draw pro a point in time before EA has started, EA needs to be able to see the change in number from the indicator buffer.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to fix compilation errors

      @andrewfrank This is likly because there is an int (123) as a string 1 (Hour), if not put on via the MQ file these need to be anumber, either 1 or likely 60.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Custom Indicator -- buffer not working as expected

      @mmbinvest The object on chart only works when the screen is active. The picture you have put shows that you can use indicator appear block because it's counting every time, now that you see this working use the count to double check the buffers and then use the same logic in EA to make it work as you like. For me back testing has always done the same as live chart.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want to know how can i used these conditions in fxdreema

      @talalkhan Something like this

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 422
    • 423
    • 424
    • 425
    • 426
    • 469
    • 470
    • 424 / 470