@dgrl said in Max number of INP for EA:
As soon as you enable to much INP this will happen
See attached project
It loads as usual for me with all the inputs.
@dgrl said in Max number of INP for EA:
As soon as you enable to much INP this will happen
See attached project
It loads as usual for me with all the inputs.
You can use once per bar block with a higher time frame?
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? I found this function on mql5 https://www.mql5.com/en/docs/strings/stringsplit
Can anyone tell how to achieve this within fxdreema?
You can also:
-Restrict the use for a particular broker in the same way
-Add an expiry date under project options
@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
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.
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?
Trailing stop block should be exposed directly under tick for best performance.
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.
@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.
Did you map the correct candle? Most of the time these signals appear on the previous candle (Candle ID=1 not 0)
Heiken Ashi is available as an indicator in condition block