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

    • RE: [Custom Block Release] Send a message or screenshot to Telegram Blocks

      @spuzy perfect,
      thanks again.

      posted in Tutorials by Users
      Zackry
      Zackry
    • RE: [Custom Block Release] Send a message or screenshot to Telegram Blocks

      @spuzy sorry for my previous post , apparently it was my stupid mistake , i was trying to post in the telegram channel , but i havent added the bot in the channel , (i must be going insane đŸ˜„ :D)
      anyways the whole tutorial is amazing , it easy to understand and its working perfectly many thanks for making the tutorial...

      just a quick question , how do i make it post the trade open price and the tp sl and lot size in telegram channel ?

      posted in Tutorials by Users
      Zackry
      Zackry
    • RE: [Custom Block Release] Send a message or screenshot to Telegram Blocks

      @spuzy hello spuzy , first of all thank a lot for such a detailed tutorial.

      secondly i am trying this according to the steps you mentioned and when i download the source code i got 2 errors, it was some syntax errors , 0_1569450998999_Screenshot_7.png


      so i did this :

      0_1569451017407_Screenshot_8.png

      and now the error are gone..

      but there is no message or the screenshot in the channel when the trade is created , i am sure i am doing something wrong

      please have a look at the below image , is this the way to do it ?
      0_1569451157944_Screenshot_9.png

      posted in Tutorials by Users
      Zackry
      Zackry
    • RE: communicate between 2 mt4 on same computer

      @trader-philipps thanks bro

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: communicate between 2 mt4 on same computer

      nope not the trade copier
      i have noticed something between two brokers and it can really give some good results ,
      its like this :
      mt4 A is the main trading account and mt4 B is another that confirms the signal...
      so when the conditions are met on mt4 B the EA see if the same thing happened on the mt4 A , if yes then "do this" , and if not then " do something else"
      i know it a strange concept that i am asking about , but as far as i have tested in visual testing , this strategy gives more than 95% accuracy (if not 100%) the entries are spot on , so much so that , when it give the signal the price does not go against the trade more than 3 pips ....i am saying this from the 6 month historic data that i checked and i only tested it on one pair do dont know if its gonna work on other pairs .
      the only downfall to this strategy is , it gives very minimum ammount signals 5 to 7 signals a month on one pair, and it could give these signals at any time , and there is no telling when the signal is gonna popup ,and i have robably 5 to 6 seconds to get into the trade or else it wont work.
      so i was thinking of making a robot that can act accordingly....

      it could be a huge breakthrough...or it could be nothing at all (maybe its just my brain playing tricks on me ) but i would like to test in the live market to see if it really is something good

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Buy and sell buttons won't work on live account?

      @clauscbh 0_1569141760041_Screenshot_5.png
      Try this in onchart tab

      posted in Questions & Answers
      Zackry
      Zackry
    • communicate between 2 mt4 on same computer

      is it possible for the 2 EAs built in fxdreema to communicate ?
      its like this:
      i attach one ea on one mt4 and the other ea on the other mt4 , both of these mt4 are on the same computer ,
      so if one condition happened on one mt4 then it checks if the same thing happened on the other mt4 as well , and if it did , then proceed ....

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Protecting our EA

      @haliloo i have also been looking for something like this for a while ...
      i guess send http response and get http response blocks could be useful in this scenario but i dont know how to use them...
      i hope someone can help in remote protection , because so many people have asked the same question before including myself

      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
    • deselect buttons

      is there any standard way to return a button back to de-pressed form after is been pressed?

      currently i am doing this :
      i am using ontick section to draw button , and in onchart section i check if the mouse is clicked on the the button and if it is , then it performs the buy and right after the buy block i am using 2 blocks , one block deletes the button and second one redraw the button

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: this is driving me crazy

      @roar Thanks Bro, gonna give it try and then update here

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: this is driving me crazy

      @roar sorry roar there were 2 mistakes in this post i have used the strikethrough on the mistakes so you can see , and modified it to the correct logic.

      need some advice on this
      so here is what i am trying to do .

      Buy:
      let say once condition 1 is true and condition 2 is true and condition 3 is true.
      it opens up a buy , now if the buy gets in to the profit before condition 4, 5, and 6 becomes true then well and good .
      but if the buy trade turns against us before and when the condition 4 , 5, 6 becomes true , then open a sell on each candle as long as the condition 4 ,5, 6 is true and after that when condition 1,2,3 becomes true start opening buy trades on every candle so on and so forth. (i am planning to average them out )

      Sell:
      once condition 4 is true and condition 5 is true and condition 6 is true.
      it opens a sell, now if the sell gets in to the profit before condition 1, 2, and 3 becomes true then well and good .
      but if the sell trade turns against us before and when the condition 1, 2, 3 becomes true , then open a Buy on every candle as long as the condition 1, 2, 3 is true and after that when condition 4,5,6 becomes true start opening sell trades on every candle so on and so forth. (i am planning to average them out )

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: adjusting MA values in MT4

      @sli1-0 đŸ™‚

      posted in Questions & Answers
      Zackry
      Zackry
    • this is driving me crazy

      need some advice on this
      so here is what i am trying to do .

      Buy:
      let say once condition 1 is true and condition 2 is true and condition 3 is true.
      it opens up a buy , now if the buy gets in to the profit before condition 4, 5, and 6 becomes true then well and good .
      but if the buy trade turns against us before condition 4 , 5, 6 becomes true , then open a sell on each candle as long as the condition 4 ,5, 6 is true and after that when condition 1,2,3 becomes true start opening buy trades on every candle so on and so forth. (i am planning to average them out )

      Sell:
      once condition 4 is true and condition 5 is true and condition 6 is true.
      it opens a sell, now if the sell gets in to the profit before condition 1, 2, and 3 becomes true then well and good .
      but if the sell trade turns against us before condition 1, 2, 3 becomes true , then open a Buy on every candle as long as the condition 1, 2, 3 is true and after that when condition 4,5,6 becomes true start opening sell trades on every candle so on and so forth. (i am planning to average them out )

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: Drawing a line

      @zooslinkis https://fxdreema.com/shared/bcemeVe0b
      this might do the trick

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: adjusting MA values in MT4

      @sli1-0 https://fxdreema.com/shared/Y9tN06rkb
      there you go

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: wait option

      @l-andorrĂ  it didnt accomplish what i wanted because i was using multi timeframe , but yes apparently the OR block does wait for the any of the block to be true

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: wait option

      @l-andorrĂ  thanks bro

      posted in Questions & Answers
      Zackry
      Zackry
    • wait option

      0_1567530191696_Screenshot_2.png
      this is going to make it wait till the block 3 or block 4 is correct right?
      meaning the block 5 will wait till either block 3 is true or block 4 is true ,right?

      posted in Questions & Answers
      Zackry
      Zackry
    • RE: how to include symbol in alert message instead of typing it manually in mt4?

      @hanssolow double click on the alert you will see

      posted in Questions & Answers
      Zackry
      Zackry
    • 1
    • 2
    • 11
    • 12
    • 13
    • 14
    • 15
    • 19
    • 20
    • 13 / 20