@setsuna you can use fxdreema builder on phone only if you have a vps subscription , there are lots of cheap ones out there under 10$ i use to do this when i was traveling and dont have my laptop with me
Posts made by Zackry
-
RE: Once per trade doesnt work pls helpposted in Questions & Answers
-
RE: how to limit trades number of tradesposted in Questions & Answers
@ashley111 use check trades count block and you can even set it separately for only buys and sells in filter by type parameter

-
RE: how can i test mt5 for free as mt4 ?posted in Questions & Answers
@roar yeah but it took me nearly 5 days to realize that

-
Licensing ideasposted in Questions & Answers
Hello everyone I hope all of you are taking full benifit of this marvelous platform, hats off to the creator of fxdreema, programmers must hate you admin

Anyways I am starting this thread for sharing ideas of the licensing issue, I am nowhere near the completion of any profitable ea, but I hope this thread can be helpful for anyone who is looking for licensing.I am gonna be honest, it's a marvelous platform but there there is only one shortcoming and that's about an automated way of licensing,(or maybe there is and I don't know about it) ofcourse there are a few ways that we can already use.
Like the expiration date, along with account number,

But there isn't an easy remote way to turn on and off a license.
Maybe custom mql code block can make it possible, but most of the users here don't know anything about code including me, so it's nearly impossible for us to do so.
I have been thinking about the http response block maybe it can be usefull cuz it has two options "get" "post" so I am assuming one option send a string or something and the other receives the response, but that's just my assumption.
And considering the assumption is correct then it might be possible, but that will require the web handling knowledge.There could be lots of approaches to the lincesing, so it would be great if we can all share our ideas and hopefully we come up with a way of licensing except for account number, account name, server address and broker name.
Cheers
-
RE: how can i test mt5 for free as mt4 ?posted in Questions & Answers
@roar I don't think he is referring to that.
From what I understand he is asking about the back test because most of the MT4 users who have been using mt4 have issues when they migrate to mt5, because of all that cloud testing and stuff, it's simple in MT4 but it gets confusing when a new user try it out in mt5
Well I hope that's what he meant


-
RE: detect vertical lineposted in Questions & Answers
@l-andorrร can you please take a look and tell me what i am doing wrong?
https://fxdreema.com/shared/UpoXifZbe
because the pink line should have moved to the candle 3 low.
-
RE: Simple questionposted in Questions & Answers
try this
https://fxdreema.com/shared/OCZjKxQF
Change the value in block 27 from 5 to the number of seconds you want
This is the first time I am trying this, so I don't know if it will work or not but I think this is the way.
If this does not work then try adding a condition block right above the block 28 to pass only when the s1 <1 and change the code input in block 26 from 0 to s1+1 -
RE: My bank card is declining,but I've enough money in the account.posted in Questions & Answers
@masterrabby1981 i was having the same problem try clearing your browser's cache. it worked for me when i cleared the cache
-
RE: detect vertical lineposted in Questions & Answers
@l-andorrร thanks
So here is what I am trying to achieve, ea check if each of the previous 3 candles have vertical lines, or atleast two of them have vertical line, doesn't matter which two, then place a buy stop or sell stop, on these three candles high or low , depending on the conditions.
So in order to achieve that, I am assuming I will need to place a condition block to check if the counter value is above or equal to two, am I right or its incorrect assumption -
RE: Need some advice regarding thisposted in Questions & Answers
@roar in that case there wont be any need for POSITION_VOLUME right?
-
RE: Need some advice regarding thisposted in Questions & Answers
@roar what would be the mq4 alternate for this:lotsize = (PositionGetDouble(POSITION_VOLUME)
-
RE: detect vertical lineposted in Questions & Answers
@fxdreema can you please explain how these blocks are working?
its a bit confusing to be honest -
RE: Getting values from other Indicatorsposted in Questions & Answers
@roar finally
https://fxdreema.com/shared/DjiYkYSNb
its working i had to change the approach a little bit
and roar thank you very much for staying till the end.
wouldnt have been possible without your help -
RE: Getting values from other Indicatorsposted in Questions & Answers
@roar a quick question bro
what if i want to use price labels instead of text, then where do i put the code?
-
RE: Getting values from other Indicatorsposted in Questions & Answers
@roar thanks bro I am gonna give it a go
-
RE: Getting values from other Indicatorsposted in Questions & Answers
@roar yes and as you might remember we calculated the sl in pips yesterday i thought i can use that but no luck

-
RE: Getting values from other Indicatorsposted in Questions & Answers
@roar here is what i am trying to do when the trade opens then there should be three price labels or lines printed on the screen , let say the stooploss is 10 pips then the first object 10 pips above the trade and second 20 pips and third 30 pips above in case of a buy and 10, 20, 30 pips below the trade for sell
its easy to do when the stoploss is fixed but its a nightmare when the atr is involved

