@l-andorrà cool, thanks
Posts made by Zackry
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@spuzy said in [Custom Block Release] Send a message or screenshot to Telegram Blocks:
hi spuzy everything was sorted out but all of a sudden it started to miss some code apparently its not picking the sendMessage code,

[
[
but obviously the code is inside the block

but its not being included in the code -
RE: saving last closed trade's profit or loss pips in variableposted in Questions & Answers
@l-andorrà do you mean something like this ?

-
RE: saving last closed trade's profit or loss pips in variableposted in Questions & Answers
@fabien-s thanks, but at the moment I am trying to figure out a way to keep everything inside of one ea file,
So if I use this, I will have to send out the indicator along with the ea, which I don't want


-
RE: saving last closed trade's profit or loss pips in variableposted in Questions & Answers
@fabien-s naaahhh these blocks sums up multiple trades and then save the result in the variable , i only need the last closed trade's statistics
-
saving last closed trade's profit or loss pips in variableposted in Questions & Answers
is there any way of doing this:
saving last closed trade's profit or loss pips in variable -
RE: pending order detailsposted in Questions & Answers
@roar
tried that as well... It didn't workits working thanks roar
i was using the on trade event option , thats why it was mixing everything -
RE: pending order detailsposted in Questions & Answers
@roar this is what i meant :
i am trying to send pending order details to the telegram channel,
so here is whats happening :i opened a buy trade and this is what i got in the telegram channel :

it sent the buy trade but also sent buy stop , buy limit , sell stop , sell limit which i didnt even placed on the chartthen i placed a sell limit and it sent sell limit , but also sent buy limit :

then i placed buy limit , and it sent sell limit and buy limit both :

-
RE: pending order detailsposted in Questions & Answers
@roar thanks roar i tried it before , but its mixing everything up ,
-
pending order detailsposted in Questions & Answers
is it possible to get pending order details and save them into the variable ? like the price of pending order , the tp and sl and volume of the pending order ?
-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@spuzy do you know what could be causing it to send two messages for every trade that is opened ? and the messages are a bit different from one another ...

-
RE: [Custom Block Release] Send a message or screenshot to Telegram Blocksposted in Tutorials by Users
@spuzy
is there a way to make it work with the pending orders ? cuz i am trying to use for each pending order block and its not working maybe because of the condition of "on trade (event data)Edited : Never mind its working for pending orders as well
-
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