fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Zackry
    3. Best
    • Profile
    • Following 2
    • Followers 6
    • Topics 78
    • Posts 386
    • Best 25
    • Controversial 0
    • Groups 0

    Best posts made by Zackry

    • RE: Horizontal line movement (SOLVED)

      @tcanuto i have looked at your project but from the post:

      @tcanuto said in Horizontal line movement:

      How to make? For me it still does not work.

      I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.

      See my project: https://fxdreema.com/shared/auJ90pfcc

      i dont understand what you did in the project but , what you are trying to achieve can easily be achieved via : https://fxdreema.com/shared/FE38aqULc

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: getting the candle id for previous day high and low

      @miro1360 amazing just amazing!!!!!
      no amount of words can express my appreciation and gratitude , you are an absolute gem , all i can say is thank you miro , THANK YOU!

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Fibonacci level option isnt working

      @roar my friend you are my hero 0_1610037292077_Sir-i-salute-you-You-are-awesome-Meme.png

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Break even ?

      @roar its working now

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: BUG: Block Apply Template, applies template and then erases the EA itself

      @ambrogio i think they can work together (if i am not mistaken , since its been a long time i last work with it ), if the template is save with the ea attached to the chart it should work , cuz if its attached and when the template is reloaded then it will automatically load the ea as well , and if template is saved without the ea in the template then it wont load the ea once the template is loaded

      posted in Bug Reports
      Zackry
      Zackry
    • Distance between two objects

      how can i calculate the distance between two lines?
      i am trying to place two horizontal lines on chart and then calculate the distance between the two in pips and save it in a variable

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Getting values from other Indicators

      @roar a quick question can I use these lines as it is?
      Or do I have to change them in some way?

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Getting values from other Indicators

      @roar perfect.
      thanks a million times
      i am gonna try it

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Getting values from other Indicators

      @roar bro the way you are explaining is really good , otherwise it would take decades for me to understand these things

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Getting values from other Indicators

      @roar finally
      https://fxdreema.com/shared/DjiYkYSNb
      its working i had to change the approach a little bit
      and roar thank you very much for staying till the end.
      wouldnt have been possible without your help

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: longs count and short count by group AND check trade count with multiple number in the same block

      @clacky
      https://fxdreema.com/shared/pUmNON0Td
      In this example block 1, 2, 3, 4 are the conditions that you wanna confirm before you buy or sell, so replace them with what ever you want
      Block 7 and 8 count the number of trades that the ea executes (separately for both long and short)
      Look in the on trade menu you will find blocks with ID 9, 10 11 and 12 these blocks are decreasing the number of trades that are previously counted in case a trade is closed.
      Block 13 Is used to print the number of currently long and short trades on the chart. The variable buycount and sellcount are storing the number of long and short trades you can use these 2 variables to further proceed
      In my case I simply printed them on the screen hence block 13, and 14, you can do whatever you want with these 2 variables

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Recovering a trade thats in loss?

      @ambrogio sorry for the delayed reply , it worked when i used 10 as money instead of pips but honestly speaking its kinda broke my heart lol
      everything went good at the start but after a while the recovery trades were going till 104 lot size so i stepped away from this project for sometime and i will start working on it again after a day or two , just trying to figure out a way to keep those lots under control
      here is the bt report
      http://www.filedropper.com/strategytesxter

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: deselect buttons

      @miro1360

      0_1568987624338_Screenshot_3.png
      if i use this custom MQL code block shown in the above screenshot , instead of block 83 and 84 shown in the below screenshot , it should work , right ?

      0_1568987742069_Screenshot_4.png

      one more thing if i add the draw button block in "on int" tab and use this custom mql block in on chart tab then it should still work right ?

      posted in Questions & Answers
      Zackry
      Zackry
    • create custom block

      hello
      i was just wondering if it is possible to keep the custom indicator in one file.
      i am using 2 custom indicators and i would really love to keep them in one code/file (main ea code) instead of sending the indicators along with the indicators.
      s is it possible to achieve this using the " create custom block" option and pasting the source code of the indicator there somehow ?
      i have been thinking about this for quite some time and its driving me crazy.

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Been wondering about this for a while

      @roar thanks bro, gonna ask question after I play around with example you posted, I am a bit slow in the info intake so had to try it a few times to fully understand 😅

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: chart refresh

      @cpxiom yep window redraw is working

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Horizontal line movement (SOLVED)

      @tcanuto it won't go down, just back test it..

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: RANDOM NUMBERS

      @miro1360 absolute perfection , thanks a bunch , it works like a charm.

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: auto place stops

      @ambrogio well looks like I'll have to do it on tick as well, because if I leave it on mt5 mercy then it's gonna mess up whole thing 😂

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: compiling issue

      @trader-philipps yeah there are some warnings but thats some regular stuff like implicit conversion and stuff
      those warnings never actually caused any issues in the past
      but i think the issue is the same as you said in the first post (about changing some settings ) , because i started it from the scratch in a new project and its working fine

      posted in Questions & Answers
      Zackry
      Zackry
    • 1
    • 2
    • 1 / 2