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 78
    • Posts 386
    • Best 25
    • Controversial 0
    • Groups 0

    Posts made by Zackry

    • A question for Admin/Admins

      Hi @fxdreema

      I was just wondering if you are done with the development of the platform? I mean are you still implementing new features? From what I can tell almost everything is already included.

      So the question is will you be implementing some sort of blocks to help with neural networks or machine learning stuff? I am sure it's not an easy task but I was just curious.

      It will be a great feature if you do decide to go there, I am no programmer and I don't know how difficult it will be but I am sure it's not easy, I have been researching Fann2mql neural network package for mql4 which seems like a way to go if it's not outdated.

      NN or ML is the future of automated trading, and this future is already here đŸ˜¬

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing lines on the price levels ?

      @l-andorrĂ  Looks like they are đŸ˜„

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing lines on the price levels ?

      anybody around?? desperately waiting for help đŸ˜¢

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Help with set "Current Market"

      @everjn17 I agree with @l-andorrĂ  use fewer blocks , and with each block use a comment block so you can know on which block the EA is stopping the execution

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing lines on the price levels ?

      @l-andorrĂ  yeah sure a little bit of custom code is always dope đŸ˜„ and i have added some code according to my understanding (only MathCeil(); function )
      here is what i have done so far :
      https://fxdreema.com/shared/XBrXfjEIc

      and by the looks of it , its working fine to some extent , the only issue with this ea is that it misses some of the levels after placing lines on few levels , so let say it places lines on 3 levels then it will skip the 4th level and place line at 5th level then it will repeat the same after few levels again

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing lines on the price levels ?

      @l-andorrĂ  yes correct , what i wanna do is make sort of a grid by placing horizontal lines every one pip but on the round numbers (last two digits)

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing lines on the price levels ?

      someone please help

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Switching Between 2 EAs

      @biztet
      I am Away from my computer at the moment , so wont be able to make a practical sample EA but i will try to explain the steps to the best of my ability

      let say your two EAs are "x" and "y" now attach the EA "x" to the chart and save the template with let say 1 , and now attach the EA "y" to the chart and then save the template with the different name let say 2 ,
      now on fxdreema create a loader EA , set your condition for each EA as to when you wanna initiate which EA
      once the conditions are set then add a block "apply template" at the end of both conditions (trending and ranging )
      when the EA detects that your condition is true then it will apply the template with the ea attached

      however there is a drawback to this approach which is once the ea apply a template then you wont be able to apply another template , cuz the loader EA will be removed from the chart
      this can be resolved if you load it on one chart and then apply the template on the other chart of the same symbol , but you will need some programming knowledge for that

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Help with set "Current Market"

      @everjn17 i am not sure , but i never looked for the errors in the journal tab , so maybe try the expert tab : because i always find errors in the expert tab : 0_1596354388457_Screenshot_2.png
      maybe both experts and journal show the error logs , but i never cared much about it , because in most cases fxDreema prints a message in the experts tab which is very useful to understand whats going on inside the EA itself

      secondly you might wanna simplify your project, and use the comment block after each significant block to see where exactly is the execution messing up , once you pick up the block which is causing the issue then you will be able to resolve the issue easily

      but more importantly , simplify the project to the bare minimum blocks so we can understand your project otherwise its gonna be tough to help you out....i would suggest create a new project and only use the blocks related to your problem in this new project and get rid of all other blocks like "Formula TP" "Formula SL" "TP" "SL" Trailing etc.....and then shhare the new project here so e can understand better , once the problem is solved then you can use the solution into your main project

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Help with set "Current Market"

      @everjn17 sometimes going through the error log of mt4 can help a lot đŸ™‚

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Modify custom indicator

      @doug-l you have got a Bazooka in form of FXDREEMA then why waste money in paying someone else to use this bazooka
      just upload the indicator on fxdreema and use indicator buffers

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Switching Between 2 EAs

      @biztet the first problem in whole idea is how will you identify if the market is ranging or not ? some times market ranges in weird way....
      the most simplest approach will be to save two templates , one with each EA , then create and EA in fxdreema and make that ea load the required template

      posted in Questions & Answers
      Zackry
      Zackry
    • Drawing lines on the price levels ?

      i am looking for a way to draw horizontal lines on the price levels
      meaning 50 lines above the current price and then 50 line below the current price , i can do that but what i cant figure out is what if i want to draw lines only on the levels that are divisible by 10 ?
      meaning levels like these : let say current price is 0.86225 now how do i make it place the lines above that price at 0.86230 ------ 0.86240 ------ 0.86250 ------ 0.86260 ------ 0.86270 ------ 0.86280 ------ 0.86290 ------ 0.86300 ...... .... ... .. .
      and then the lines below the current price at: 0.86220 ------ 0.86210 ------ 0.86200 ------ 0.86190 0.86180 ------ 0.86170 ------ 0.86160 ------ 0.86150 ------ 0.86140 ....... ..... .... ... .. .

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Comments are Scrambled in some monitors

      @floridabrazil this is probably due to the screen resolution

      open the mt4 properties ( make sure you arent opening the properties of the shortcut )

      then head on to the compatibility tab and then turn on (tick mark) the option shown in the below screenshot
      0_1595695755045_Screenshot_3.png

      posted in Bug Reports
      Zackry
      Zackry
    • RE: On Trade Event Data not working when Posting HTTP

      @kekhumbo not sure if this will help:
      as you know , when the Ea sends an http request the EA execution is halted for the time being till it receives the response back from the server, may be this is whats causing the issue (however i doubt that)

      secondly you said you want to send all 34 requests at the same time , i am afraid it wont be possible using FXdreema , because the http request block only allow 10 keys per block so there will always be a slight delay (few milliseconds) between the execution of each http request block (dependent on the time it takes to receive the response from the server)
      i would recommend that you use the custom mql block to send all 34 requests from the EA at the same time.

      what server are you using ? the issue could be at the server end maybe its not sending the response back to a particular request (just a thought)

      posted in Bug Reports
      Zackry
      Zackry
    • RE: Need help with a custom indicator (HMA hulls moving average)

      @sli1-0 said in Need help with a custom indicator (HMA hulls moving average):

      HMA that gave buffers for me to read

      sli1-0 can you please share the HMA that allow to read the buffers ?

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

      @fxfun hey there , i used the apply template block a few days ago , everything was working perfectly , can you confirm if the template you are applying is saved after the ea is attached to the chart? (meaning if the template do not have the ea attached then it will remove when the template is applied)

      i had a look at the project you have shared above and its not a fxdreema bug , its a logical mistake , here is whats happening :
      when you attach the ea to the chart it immediately loads the template which causes the ea to be removed because the template that is being loaded do not have the EA in it so it wont load the EA

      Now there are 2 ways to remedy this situation :

      Solution 1: https://fxdreema.com/shared/jhulzt8ud
      in this way your EA will save the template with EA attached before applying the Template , how ever it will do this on all the charts which will cause some problems hence i added the condition block to check for an int constant
      I recommend that you run the EA on the chart with the "Mode = 0" so the EA can save the template with the EA attached , once you get a template with EA on chart , you can change the value to a non zero value and it will always load the template and you can have the ea attached

      Solution 2: remove the custom mql block and condition block from my shared project and add a custom mql block before the apply template block and write : Sleep (15000); and attache the ea to the chart and save the template within 15 seconds , ( you can remove that block after you get a template with ea attached )

      posted in Bug Reports
      Zackry
      Zackry
    • RE: need advice on using variables to select buffers of a custom indicator...

      @miro1360 perfect .... thanks đŸ™‚

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: need advice on using variables to select buffers of a custom indicator...

      @miro1360 Hi miro sorry to bother you again , but a question pleas ... can you please shed some light on this:
      0_1594660865367_Screenshot_1.png
      what is this portion of the code used for ??

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: need advice on using variables to select buffers of a custom indicator...

      @kestra non of us can do that, only admin can
      But in my opinion 10 connections are enough in free tier
      If you need more connections then you can buy the full version, price for full version is more than fair..... It's nothing compared to what developers will charge for one EA

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