Hi, is there any way (any block) to send "push notification" to my phone (with MT5 installed) besides the block "send email"? thanks. (email would be fine but always delayed)

Posts made by ivyzhao
-
How to send "Push Notification"posted in Questions & Answers
-
RE: Blocks for "bidding price"posted in Questions & Answers
Thanks a lot for the reply.
here's an example i am working on:
https://fxdreema.com/shared/kPXXKY46emy intention expression for the "trailing stop" block is:
-
as the current price goes above the open price, and start making profit more than +10000 pips, whenever the current price retrieve back to 30% of any profit more than +10000 pips (ie, +7000 pips) it closes the trade.
-
as the current price goes below the open price, and start losing, whenever it hits -5000 pips, it closes the trade.
however as you can see this block was not working for condition 2, and i do not know any other way to manifest this intention accordingly.
-
-
RE: Blocks for "bidding price"posted in Questions & Answers
Thanks so much for your reply..
my intention was to write something like:"after i make an buying order:
when the current price < open price, set a fixed stop loss.
once the current price exceed the open price and start to make a floating profit, and if the profit reaches X, set the Stop loss as 30% of X. and the stop loss line never goes in opposite direction...and the reversed requirement for an selling order'
i hope to complete that logic in minimal blocks

Appreciated. -
RE: Blocks for "bidding price"posted in Questions & Answers
the price of my order of buying or selling.
-
Blocks for "bidding price"posted in Questions & Answers
Hi, i'm wondering if anyone could tell me:
the Blocks representing the "bidding price" after i make a "buy" or "sell" order.thank you!
-
RE: wait till next candle after position closedposted in Questions & Answers
is there any smart ways to write " wait till next candle after position closed"?
thanks.
i have tried "once per bar" but i found its not very sensitive. -
RE: Open a trade with keyboardposted in Questions & Answers
@Zackry
hi, i had same problem too, but as i tried to export it, it somehow didn't work. any suggestion?(here's the demostration)
shared/7Wf2JALZ -
Hot to Recognize a color bufferposted in Questions & Answers
Hi,
i've made a MT5 indicator that looked like a smoothed MA (a Low-Lag Regression Line) that had upper side of a wave colored in gold and down side in loyalblue (in certain threshold, so only steep slope could be seen). What can i do so FxDreema could recognize different color in the program?here's the demo:
https://fxdreema.com/shared/m35NWDoBc

Many thanks! -
thanks, How to draw trend lines?posted in Questions & Answers
Re: how to make formula with multiple indicators?

again, thanks very much for your precise demonstration. i have written something accordingly.
https://fxdreema.com/shared/Dn3o3W6zcwhen price > MA+(ATRx2), buy;
when price < MA -(ATRx2), sell;
"2"is just a random multiplier and can be changed according to different situation. whereas MA+(ATRx2) and MA -(ATRx2) performs as the upper & lower lines that similar to a channel.however, i would love to draw them on the chart so i could see how they interact with each other.

but the lines i have drawn are obviously wrong. is there any suitable blocks i can use so it would appears more like a typical trend line? many thanks! -
RE: how to make formula with multiple indicators?posted in Questions & Answers
thanks for the example, i get the idea now.

-
how to make formula with multiple indicators?posted in Questions & Answers
Hi, i have been using fxDreema for months. it's been a great tool for me.
i have a question about how to make formula involves multiple data from selected indicator. for example:
if Price > (Moving Average [14] + 2.5[a multiplier] x ATR), then buy.
if Price < (Moving Average [14] + 2.5[a multiplier] x ATR), then sell.
i had tried "formula" block, but it says "choose variable", i wonder how to solve this problem. thank you!
-
RE: selling my robotsposted in Questions & Answers
@Epapa
thanks so much for the tips.
i have the same concern too.
mind if me asking how to add a password for the EA program (No.2)?thanks.