fxDreema

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

    Zackry

    @Zackry

    31
    Reputation
    2055
    Profile views
    386
    Posts
    6
    Followers
    2
    Following
    Joined Last Online

    Zackry Unfollow Follow

    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

    Latest posts made by Zackry

    • how does the "for loop" work inside of custom mql block?

      If i use a for loop in custom mql code block will the for loop first complete the loop and then move on to the next connected block ? or will it execute the next connected block on every run (iteration) of for loop ?

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Converter Isnt working correctly even tho there arent any errors

      @johann-0 yeah gonna try that but there isnt much hope for me

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Converter Isnt working correctly even tho there arent any errors

      @l-andorrĂ  I was kinda hoping i could find a solution , but i guess there is no way unless i know programming

      posted in Questions & Answers
      Zackry
      Zackry
    • Converter Isnt working correctly even tho there arent any errors

      I tried to convert an mt4 EA to mt5 EA and the results seems to be polar opposite
      there were few errors in the generated mq5 file when i converted it , and somehow I fixed those errors , But when i ran a backtest on GBPUSD from APRIL 1 to APRIL 30 and the results are totally different from each other
      also in the live market test , mt5 EA didnt opened some of the trades that the mt4 EA opened , is this normal ?
      these are the mt4 and mt5 EAs: MT5 EA1_1620212345618_1.mq5 -----and mt4 EA 0_1620212345614_1.mq4

      i tried to find out the issue thats causing this but no luck , however i did see this in the mt5 Experts tab :
      0_1620212496348_Screenshot_12.png

      can someone please help in this matter ?

      posted in Questions & Answers
      Zackry
      Zackry
    • Check Unrealized loss of all trades in pips not working

      i am trying to close all running trades from current chart if unrealized loss in pips for combined trades reaches 50 pips , but the block isnt working correctly for some reason , and it didnt closed the trades on 50 pips combined loss and instead trades were closed because of some other condition in the EA , 3 trades marked in the photo are closed because of indicator giving sell entry so it closed the trades , but right before closing , the total unrealized loss in pips was 92 pips , where as i set it to close the trades on -50 pips unrealized loss as total sum
      here is how i am using the unrealized profit block : https://fxdreema.com/shared/Eona3uxkd
      i even tried using it with the block bucket of trades but still didnt work
      0_1619499140121_Screenshot_55.png

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Ea Prints 0 instead of printing negative value?

      it was a stupid mistake , i was using the formula block and the check profit block in OnTick tab and since market is close formula block wont get executed and the printing block was in OnTimer block , which was printing the default value stored in variable

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Ea Prints 0 instead of printing negative value?

      @miki 0-1? do you mean 0-50 (50 being the value that i want to turn into negative value?)

      posted in Questions & Answers
      Zackry
      Zackry
    • Ea Prints 0 instead of printing negative value?

      i am trying to close all running trades from current chart if loss (specific symbol loss) exceeds a certain amount of pips.
      so i did this in order to get negative value of SL and used it in the Check profit unrealized block :
      0_1619332124419_Screenshot_49.png

      the constant SL value is 50 and i am printing the variable sll value on every second in OnTimer Tab, So according to my understanding the printed sll value should be -50 but it prints 0 .

      posted in Questions & Answers
      Zackry
      Zackry
    • "Pips away from open price" block but reverse of the "Trading Model"

      Pips away from the open price has 3 different direction modes
      but I was wondering if there is a way to get the reverse of the first option "trading model"

      i am trying to open a new trade when a trade trade is in 10 pips loss , and the block "Pips away from open price" doesnt seem to have an option for negative direction

      posted in Questions & Answers
      Zackry
      Zackry
    • What does these warnings mean while loading the ea ?

      i am getting these warnings when i load the ea to chart , when i normally attach the ea to chart no warnings , but when i save a template with the ea attach ,it sometimes give these warnings and remove the ea from the chart automatically , and sometimes it does not give these warning when i save the template while ea attached to chart , but when i load that template it gives these warnings

      0_1616580041359_Screenshot_32.png

      posted in Questions & Answers
      Zackry
      Zackry