@spuzy perfect,
thanks again.
Posts made by Zackry
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@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 ?
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@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 ,

so i did this :

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 ?

-
RE: communicate between 2 mt4 on same computerposted in Questions & Answers
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
-
RE: Buy and sell buttons won't work on live account?posted in Questions & Answers
@clauscbh

Try this in onchart tab -
communicate between 2 mt4 on same computerposted in Questions & Answers
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 .... -
RE: Protecting our EAposted in Questions & Answers
@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 -
RE: deselect buttonsposted in Questions & Answers

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 ?
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 ?
-
deselect buttonsposted in Questions & Answers
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 -
RE: this is driving me crazyposted in Questions & Answers
@roar Thanks Bro, gonna give it try and then update here
-
RE: this is driving me crazyposted in Questions & Answers
@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 usand 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 )beforeSell:
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 usand 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 )before -
this is driving me crazyposted in Questions & Answers
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 ) -
RE: Drawing a lineposted in Questions & Answers
@zooslinkis https://fxdreema.com/shared/bcemeVe0b
this might do the trick -
RE: wait optionposted in Questions & Answers
@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
-
wait optionposted in Questions & Answers

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? -
RE: how to include symbol in alert message instead of typing it manually in mt4?posted in Questions & Answers
@hanssolow double click on the alert you will see
