Heiken Ashi is available as an indicator in condition block
Posts made by vish
-
RE: Heiken Ashi in FxDreemaposted in Questions & Answers
-
How to find the loss/profit of the last trade in pips?posted in Questions & Answers
How to find the loss/profit of the last trade in pips?
-
How to find the volume of the last closed trade?posted in Questions & Answers
How to find the volume or the lot size of the last closed trade?
-
RE: Objects and pending orders, buy order not work??posted in Questions & Answers
I cant see any other issue without your indicator. However, if your indicator creates more than one demand/supply rectangles at a given time, then this EA might not work properly as for each object block may pass more than once in a single tick. Hope someone else will help.
-
RE: Objects and pending orders, buy order not work??posted in Questions & Answers
Your AND block makes no sense to me and the system should work in the same way without it because AND block gets only one pass from above. Also the second "check price coordinate" block makes no sense either to me. E.g. If the price is above price 1 of a rectangle for a buy trade, shouldnt it always be above price 2 which is always below price 1?
-
RE: Values display indicatorposted in Questions & Answers
Are they objects created on chart? Then you may use blocks under "Loop of Chart Objects" to read values
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@ezzyxo Nope. check out above links. If you could just tell us too
-
RE: How to send a screenshot to a Telegram channelposted in Questions & Answers
@fxdreema
I was able to send signal already but I really need to send a screenshot to the Telegram channel.Can you have a look at this link that has some example files/code that can be used
https://www.mql5.com/en/articles/2355This is what it is telling:

Here is a discussion on the same:
https://www.mql5.com/en/forum/89826I tried myself but I just couldnt do it. Hope you will help on this.
-
RE: disable visuals on eaposted in Questions & Answers
You can lock the EA to the account number, broker. etc. with "Account" settings in condition block
E.g. locking to account number

-
For each objects block does not recognize text objectsposted in Bug Reports
I think "For each object" block does not recognize text objects. It has not worked with text objects in my tests.
-
RE: Helpposted in Questions & Answers
Use this block to draw the lines and then use condition block to to make required trades!
-
RE: How to use an EA in different timeframes without dragging into the chart?posted in Questions & Answers
Use condition block to select the timeframe so it will pass only in that timeframe

-
Screenshots folder locationposted in Questions & Answers
What is the folder path for screenshots taken by "Chart screen shot" block? I just cant find the location
-
RE: Opposite orderposted in Questions & Answers
Create 03 variables. Get the original trade price into the first variable and then add the required pips to that price and put it in the second variable (for price turns after buys). Then deduct the pips from the original price and put it into the third variable (for price turns after sells). Then just add a condition to buy or sell when you reach the price levels of second or third variable depending on your original trade.
-
How to send a screenshot to a Telegram channelposted in Questions & Answers
How do I send a screenshot to a Telegram channel via HTTP requests? I guess I need to use "Send HTTP request" and "Chart screenshot" blocks but I just cant figure out how to do it. I have created a Telegram bot and I want to post screenshots to my telegram group when there is a signal. I see several EAs on mql5 market that can do this and I want to create similar one with fxdreema. Can anyone help me achieve this?
-
RE: Convert mq4 to mq5 with converter problemposted in Questions & Answers
If mq4 had not been created with fxdreema, it might not convert in conveter tool as I believe. Maybe an admin can confirm this...

