@spuzy Great. This is exactly what I wanted to know
Posts made by vish
-
RE: How to access the trades made by same EA on another chartposted in Questions & Answers
-
How to access the trades made by same EA on another chartposted in Questions & Answers
I have an EA which I run on several charts. I want to ensure that I do not get into trades with same currency. For instance when there is a EURUSD trade I dont want to enter into another trade which is GBPUSD. How can EA running on GPBUSD chart know if EURUSD chart has a trade? (Assuming same EA is run on both charts on the same account). Is there a way to see running trades on the other charts?
-
RE: Max number of INP for EAposted in Questions & Answers
@dgrl said in Max number of INP for EA:
As soon as you enable to much INP this will happen
See attached projectIt loads as usual for me with all the inputs.
-
RE: Multiple alerts once arrow starts to appearposted in Questions & Answers
You can use once per bar block with a higher time frame?
-
RE: Max number of INP for EAposted in Questions & Answers
There is no such limit as I know. Maybe there is something wrong in your design. If you share your design, someone may help you.
-
How to split a string?posted in Questions & Answers
How to split a string? I found this function on mql5 https://www.mql5.com/en/docs/strings/stringsplit
Can anyone tell how to achieve this within fxdreema?
-
RE: Encrypted EAposted in Questions & Answers
You can also:
-Restrict the use for a particular broker in the same way
-Add an expiry date under project options -
RE: MT5 expert advisers on fxdreema for NYSE/NASDAQ stock tradingposted in Questions & Answers
@digitalb23 said in Can we make MT5 expert advisers for stock trading?:
It doesn't recognize pip's so anything pip related needs to be changed to money
Thank you
-
RE: How are partial crescents made when they arrive at TP?posted in Questions & Answers
Maybe you can have a condition block before connecting the trailing block that filters the 50% trades. Condition may filter based on lot size or anything else.
-
MT5 expert advisers on fxdreema for NYSE/NASDAQ stock tradingposted in Questions & Answers
I trade NYSE/NASDAQ stocks through a broker that gives me MT5 to trade. Can I use fxdreema to make EAs for stock trading on MT5?
-
RE: How are partial crescents made when they arrive at TP?posted in Questions & Answers
Trailing stop block should be exposed directly under tick for best performance.
-
RE: Buffers at Murrey Math Lines Expert Advisor.... Help....!!!!!posted in Questions & Answers
The lines are not created by buffers in the given indicator. That is why you do not see the line colors under "Colors" of the indicator settings. These lines are in fact objects created on the chart. So you have to use these objects instead of buffers. You can use "For Each Object" block to find the objects. You dont need to upload the indicator to fxdreema as you are simply using objects on the chart.
-
RE: MT4 to Telegram groupposted in Questions & Answers
@yenvananh said in MT4 to Telegram group:
Another way:
If you know how to mql4 coding, you can go to this topic to see the answer https://www.mql5.com/en/forum/285054/page2 and https://www.mql5.com/en/articles/2355
Otherwise, there are some utilities out there in mql5 website could help send the chart screenshot and message to Telegram, such as: https://www.mql5.com/en/market/product/32269
Good luck!
Unfortunately, I am not a programmer. Can you be kind enough to show us an example on fxdreema as to how to send a screenshot? The Admin has already shown how to send a text message to a telegram group here: https://fxdreema.com/forum/topic/6958/how-to-send-a-screenshot-to-a-telegram-channel
I believe .mqh file links need to be declared in a custom block under Global variables, includes.
Thank you in advance.
-
RE: Custom Indicators Basic Problem (to administrator)posted in Questions & Answers
Did you map the correct candle? Most of the time these signals appear on the previous candle (Candle ID=1 not 0)


