fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ZakTrading
    3. Posts
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 16
    • Posts 49
    • Best 3
    • Controversial 0
    • Groups 0

    Posts made by ZakTrading

    • RE: Converting MQ4 files and their include files MQH

      IT WORKED.

      for anyone looking how to go through this. if you have an mq4 indicator that has include files. you can use the converter for all of them. afterwards just delete the code which is making a problem. proceed at your own risk, specially if its an EA.

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Converting MQ4 files and their include files MQH

      it appears this is what is making the problem
      image.png
      since this is an indicator i think i will proceed by deleting them

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Converting MQ4 files and their include files MQH

      i have went experimental and converted the MQH files with the converter. the result was better but not ideal.

      image.png

      35792f47-13a0-46c2-b372-4d8676bea455-image.png

      these are the other erros i got

      any idea on how i can fix this @fxDreema

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Converting MQ4 files and their include files MQH

      i get errors when i dont convert the MQH files

      posted in Questions & Answers
      Z
      ZakTrading
    • Converting MQ4 files and their include files MQH

      i have an mq4 file that has mqh include files, should i only convert the mq4 file?

      posted in Questions & Answers
      Z
      ZakTrading
    • about support/resistance

      a support/resistance line is an area where price has reacted TWICE to it.
      so far all of the videos i find on youtube do not implement that basic definition of S/R areas into their EA's.
      They go with something like condition, market properties, highest price from candle 0 to 55 and thats it.
      it could be any candle, could not necessarily the one where price reacted for at least two times.

      anyone has any ideas on how to actually detect an actual S/R area?

      posted in Questions & Answers
      Z
      ZakTrading
    • EA not working

      i had set up these variables (see image) but it doesnt seem to do anything with them, its relatively simple. i just changed them from constants into variables because the EA didnt do any single thing. but i got the same result.
      09050c00-adee-428c-b6d4-bbb7b519b6aa-image.png
      16dd53a5-574b-46b8-9ed0-fc36255319f8-image.png

      https://fxdreema.com/shared/WZbwDHWSb

      posted in Bug Reports
      Z
      ZakTrading
    • RE: How to recognize a candle

      im relatively still a learner, but this question seemed simple. if an experienced user finds an incoherency in my approach please comment

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: How to recognize a candle

      image.png

      https://fxdreema.com/shared/DOFrj35Qc

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Chart patterns

      @sktsec what kind of indicator would that be 🤔

      posted in Questions & Answers
      Z
      ZakTrading
    • Chart patterns

      would it be possible, with the tools we have in hand be able to detected chart patterns?

      8479ef15-a04d-4aa8-8160-9b06fb8fc389-image.png

      in this case we can see from left to right, a Higher High, a Low, Same High and then a reversal.

      does anyone know how i can trade the bearish momentum? the problem doesnt specifically lie on the the strategy in of itself but the ability to get those HH,L,SH areas.

      price moving between areas after establishing the higher higher areas as the reference point seems like a good place to start. what do you guys think?

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: A single condition, different behavior. (waiting for it to be deleted since i was testing another EA thought i had this one running) 🤦‍♂️

      thats the wrong EA that i was testing, my bad.. please delete post @fxDreema

      i got tired 🥱 its sunday, silly mistake from my part

      posted in Bug Reports
      Z
      ZakTrading
    • A single condition, different behavior. (waiting for it to be deleted since i was testing another EA thought i had this one running) 🤦‍♂️

      46a81f83-316d-472b-bd84-ca2932ca1781-image.png

      dont mind the losses, the EA is programmed to go for the buy if the lower MA crosses above the higher MA and vice versa. in the third blue circle you can see that it did not trigger a sell.

      eec4afb4-262b-481f-bf8e-6af36f198057-image.png

      ideally the EA must have behaved the same way as the other trades, ironically didnt go with the sell on the most important part.

      Anyone might have an idea on what could be happening here?

      posted in Bug Reports
      Z
      ZakTrading
    • RE: Assigning Terminal Variables (images related)

      @l-andorrà thanks, i will keep that in mind but can you please expand on that?

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: candle parameter repeats same sub parameter ?

      i did some reaserch and the (H+L+C+C)/4 is the weighted not the avg price @fxDreema

      posted in Bug Reports
      Z
      ZakTrading
    • RE: candle parameter repeats same sub parameter ?

      @sktsec why is that the case ?
      regardless shouldnt it be a choice since its an input parameter? odd

      if median is (High+Low)/2
      then Average price must be (high+low+open+close)/4 right?

      it is kinda a biased parameter towards the bull side signaling false reversal if used as indicator alone

      posted in Bug Reports
      Z
      ZakTrading
    • candle parameter repeats same sub parameter ?

      e96c8b07-3267-43f2-b460-f61d073d9a06-image.png

      shouldn't it be high,low,open and close ?

      posted in Bug Reports
      Z
      ZakTrading
    • Assigning Terminal Variables (images related)

      After making a simple EA, i added these two blocks at On Init. is it the right way to assign a global variable to your EA ?
      was thinking i wouldnt need to be adding a new variables on each tick

      dfeb8a35-672c-42c5-87c5-5b8ba06ad063-image.png

      it looks like it worked, here is the result of this config on mt5.

      ca18fd23-95bc-46a0-b05e-c20447f0edc0-image.png

      I went with the value of the demo account balance because i saw on some videos they did that not sure what you would guys think..

      The reasoning behind that is when you want to add more balance into your account the EA will close the live trade unless you change the value of at global variables to the amount of money that you would end up with when you add more balance, meaning you had 1000$ and added 2000$ you should firstly change the global variable to 3000$ then make a depost, with that the EA will not close the live trade and simply continue.

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Are Terminal Variables important ?

      @jstap thanks for letting me know. i thought this is just something i shouldnt mess with.

      posted in Questions & Answers
      Z
      ZakTrading
    • RE: Is Fxdreema being updated or something similar or BUG?

      @fxDreema im new but eager to get into the paid service because i am taking this seriously but i keep getting connection lost many many times and i have to refresh in order to continue, which can be annoying. now i see other users projects being corrupted? i dont know how it could happen but please fix!

      Opinion:
      you could limit the amount of blocks above (n)thousand blocks behind a paywall and with the extra money provide adequate hardware for such huge projects to run.

      you got this.

      posted in Bug Reports
      Z
      ZakTrading
    • 1
    • 2
    • 3
    • 2 / 3