fxDreema

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

    Posts made by Zackry

    • RE: Changes

      @fxdreema I thought I was paying Lower fee :"(

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Changes

      @fxdreema said in Changes:

      So for the old profiles here (let's call it the loyal group) the prices were never changed, they are the same as they were in the very beginning. I will probably keep this difference, but I don't know.

      Yep I am one of those who's been enjoying original price (lower price):D đŸ˜„ đŸ˜„ đŸ˜„

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: anyone else facing same issue ?

      @l-andorrĂ  tried that as well , admin is not responding

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: anyone else facing same issue ?

      @bigape yep tried 5 different browsers
      Also tried clearing the cache etc but still no use

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: anyone else facing same issue ?

      @jsauter86 any idea what's the reason for this issue ?

      posted in Questions & Answers
      Zackry
      Zackry
    • anyone else facing same issue ?

      I tried to purchase the Fxdreema Membership but this is whats happening :
      0_1626421733983_Screenshot_126.png
      anybody else facing similar issue ?
      My card is working perfectly , I made an online purchase 30 minutes ago.

      @FXDREEMA

      posted in Questions & Answers
      Zackry
      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
    • RE: close a certain trade when its Profit reaches same number of pips as its Stoploss?

      @cpbonzo you are right , i missed that block before , thanks

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: a question about "For each trade" Block's loop ?

      @l-andorrĂ  yeah i am still testing... but by the looks of it it doesnt consider
      trades individually

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: close a certain trade when its Profit reaches same number of pips as its Stoploss?

      yes i have tried and it doesnt work like i indented it to ,let say there are 4 trades open and only one of those trades (first trade) is at the same pips profit as its sl , so as per my understanding it should close only the first trade , but it seems to be closing all 4 trades

      posted in Questions & Answers
      Zackry
      Zackry
    • a question about "For each trade" Block's loop ?

      I am a bit confused about the for each trade block's loop

      i know it loops through the trades , and then each individual trade is processed using the blocks from the loop for trades and order category

      but what if there is a for each trade block (lets call it block 1) and then the next block after the for each trade block is a condition block or any other block that isnt using the option "(in loop) tade/orders in loop" option , and say its a simple condition block (lets call it block 2) of comparing the value of 2 indicators , and then the next block (lets call it block 3) is from loop for trades and order category.

      will the loop execute to block 3 for each individual trade ? ?

      posted in Questions & Answers
      Zackry
      Zackry
    • 1
    • 2
    • 3
    • 4
    • 5
    • 20
    • 21
    • 1 / 21