Is there any way to use these functions in fxdreema ?
Posts made by Zackry
-
ChartTimePriceToXY or ChartXYToTimePrice Function in fxdreema?posted in Questions & Answers
-
drawing trend line by X and Y coordinates ?posted in Questions & Answers
any body know how to draw trend line by x and y coordinates ? (not the candle time and price)
-
object on chart and resolutionposted in Questions & Answers
hi all , i have been meaning to ask this for a while, the thing with objects on chart (no matter buttons or any other) is that, i am trying to place these objects at the right most corner of the chart but for that i am using the x and y coordinates, but the problem i am facing is that the object is being placed at a bit towards the left of the chart (on the higher resolution displays) and not at the right most corner
for example :
this is what i get on lower (average) resolution display screen

but on the higher resolution display the same ea places the object like this:

i know this is because of the fact that it will place on the pixels that i define in fxdreema , but what i wanna know is there any way to make the ea place the object at the right most corner regardless of the screen resolution ?
-
RE: How to achieve "wait" in seconds?posted in Questions & Answers
@roar thanks bro
it works like charm -
RE: compiling issueposted in Questions & Answers
@trader-philipps yeah there are some warnings but thats some regular stuff like implicit conversion and stuff
those warnings never actually caused any issues in the past
but i think the issue is the same as you said in the first post (about changing some settings ) , because i started it from the scratch in a new project and its working fine -
RE: How to achieve "wait" in seconds?posted in Questions & Answers
@l-andorrĂ candle 0 , this is what i am trying , fast ema crosses above slow ema , then wait 30 seconds and , if the ema fast is still above the ema slow then enter buy
-
How to achieve "wait" in seconds?posted in Questions & Answers
let say the ea buys when EMA 5 crosses above EMA 20, but now i want the ea to wait for 30 seconds before opening the trade.
meaning EMA crosses above EMA 30, wait for 30 seconds and then open the trade -
RE: auto place stopsposted in Questions & Answers
@ambrogio yep its now working like a charm , apparently the "on tick" tab is much more effective then the on trade
-
RE: Scam alert...!!!posted in General Discussions
@khacdiepvnc well by first thing first , if you were such a saint that you are just giving something that really works , for free then you would have sent the ea , not the link to the market, where people can only download demo to backtest , cuz everyone knows the backtest means nothing...
tell me something why are you sending people messages to try the ea , if it so great then use it to make money , and once you have enough money just go through proper channels to market the darn thing through social media marketing, or something like that
because lets face it , if by "try it "you meant go and download the demo version which can only do backtest then , then let me tell you the backtest means shit in forex market
secondly if by "try it " you meant that i go and pay you 39 usd just to try your so called profitable ea then no thank you....
now please clarify what did you mean by "try it", if it really is such a great ea then you wouldnt had to send people personal messages to try it , and by any chance some innocent trader do fall into your trap then he will be just as sour as i am , cuz i know how it feels to loose money to scammers, if it really is such a great ea then offer one or 2 month for free , cuz then people can always test it before they send you money , and if really is a good ea then you wont need to send personal messages , you will get sales when the trial period is over ..... but you will never do it , cu you also know the ea isnt as good as you are claiming and people will find out the truth if you offer the trial period .....
nobody is gonna pay 5000$ for your ea, thats why you set such an absurd amount for the ea, in comparison to that 39 seems like a good deal at first , so people might fall in your trap and i bet you are only looking to scam them with the "39$" fee , before they find out the truth
cuz you know it that no one will buy the darn thing if you just let them test for free for one month
i know it as well as you do , that this doesnt work, and i have lost way too much money to scammers so i am paranoid , because as the saying goes "only the paranoid survives"
-
RE: auto place stopsposted in Questions & Answers
@ambrogio well looks like I'll have to do it on tick as well, because if I leave it on mt5 mercy then it's gonna mess up whole thing

-
Check Age Blockposted in Questions & Answers
the check age block can it work to count seconds?
i am trying to close each trade after 500 seconds so i used the "check age" block , can it be used for such purpose?this is what i did with the "check age" block:

But its not closing the trades after 500 seconds
i tried it on both " on timer " and "on trade block" but it didnt work -
RE: auto place stopsposted in Questions & Answers
@l-andorrĂ said in auto place stops:
You need to add a 'For each trade' block between both of them for it to work.
so i was wrong , modify stops do place the stops even if there is no stops initially
but there seem to be an issue , the ea places the stop most of the times , but sometimes it doesnt place the the stop https://fxdreema.com/shared/TX3Uhmjsc can you have a look and see whats going on ?
-
RE: auto place stopsposted in Questions & Answers
@xfire hmmmm interesting but isnt the bucket of trade used for getting the information from the trades , instead of adding the information to the trade?
but according to my understanding , modify stops block will only work if there is a stop already placed with the trade , if there is no stoploss that block can not modify it
"modify stop " block can not modify something that does not exist
in order for it to modify , it needs the sl or tp already placed
or am i wrong -
RE: auto place stopsposted in Questions & Answers
i did find this mql4 version of an ea which does something similar, 0_1586683050024_RoNz Auto SL-TS-TP.mq4
if someone good in coding can take a look at the code and help me put it in fxdreema i will highly appreciate it , cuz when i try it on my own , i get lots of errors
-
RE: auto place stopsposted in Questions & Answers
@xfire yeah i thought about that but the problem is my main objective is to open trade on my phone cuz its more convenient , and keep the ea running on my laptop , so even if i am outside i can place the trade from my phone and the ea automatically places the sl and tp
modifying the stops is easy once there is a stop on the chart but the problem is if there isnt any stop with a trade then what ? how do we place a stop for a manually opened trade ? -
RE: Scam alert...!!!posted in General Discussions
@alphaomega don't waste your money on buying, cuz let's be honest, if it was any good, he would be selling it
-
RE: auto place stopsposted in Questions & Answers
@l-andorrĂ I don't think "for each trade" block will work, because in the end their is still that "modify stops" block, which will only modify the already placed stops, I don't think this block has the capability to place a stop if there is no stop
-
RE: auto place stopsposted in Questions & Answers
@ambrogio I already tried that but it does not work...
The " modify stops " block can only modify the stops if the trade is opened with a stop, but what I am trying to do is when the trade is opened manually without any sl or tp, the ea places the stops on that particular trade...