Oh!! makes sense. Thanks so much for your help
Posts made by Cameron101
-
RE: Count buys and sells by assetposted in Questions & Answers
-
RE: Count buys and sells by assetposted in Questions & Answers
@jstap Hi mate. It is placing the trades and the comments are appearing as they should, its just not summing the total of trades.

This is the updated link with the comments.
-
RE: Count buys and sells by assetposted in Questions & Answers
@jstap said in Count buys and sells by asset:
That is loops but you are limiting to 1, above the for
Hi jstap. Firstly, thanks so much for replying. I have implemented what you said as I understand it however I am still getting the same outcome. I have added the updated shared link. May I ask, am I missing something? Thanks again.
https://fxdreema.com/shared/J10BRNI9d -
Count buys and sells by assetposted in Questions & Answers
Hi all. I know this can be done using buckets however I run out of buckets at times so need a better way and I am hoping someone can help with a more efficient method.
I have two assets, Asset one and Asset two (Constants). At any time I can be in either buys or sells and I want to be able to see by count how many buys I have in asset one, how many sells I have in asset one how many buys I have on asset two and how many sells I have on asset two. I have been struggling with this all day and it should be simple hahaha. I have attached a link to what I have come up with (doesn't work), to show my logic and objective. I hope someone can assist. Many thanks https://fxdreema.com/shared/NCsMiWXxb
-
Large Numberposted in Questions & Answers
Hi all,
I was hoping someone could assist. I was wondering if there a is limit in FXdreema for large numbers? I an trying to code a long sequence however my calcs fall over on int at 10 digits and 12 for doubles. I was hoping someone could tell me if I am missing something? Many thanks!
I have included a link to the project -
Check distance US30posted in Questions & Answers
HI
I am trying to make a simple EA that will buy the US30 during Frankfurt/ London and take profit at the bottom of the 2:55 candle. I only want to buy if the current prices is at least 30 pips (300 points in us30 speak) below the bottom of the 2:55 candle. I have tried conditions blocks in various ways and now I am trying to use the check distance block. Can anyone please tell me what I am doing wrong here please? I have included the project link, https://fxdreema.com/shared/k7yVXRXOd
-
RE: How to do I trade the AUDUSD with the USDCAD as a filterposted in Questions & Answers
Wow thank you so much. I really appreciate your help
-
How to do I trade the AUDUSD with the USDCAD as a filterposted in Questions & Answers
Hi guys.
I am trying to build a bot on MT5 that will only take trades on an asset when conditions in another asset are met. As an example, lets say I only wanted to buy the AUDUSD when the USDCAD was also going down. I have tried to do this 1000 ways to no avail. Can anyone share some light on this? I have attached my very basic attempt.
Many thanks
-
RE: Skip a dayposted in Questions & Answers
Thanks for the reply. I am still struggling to get this to work. Would you please take a look at my project? I have created a condition called test condition called testcondition and created a variable with the date however it still trades this day.
shared/vdnKGR4Z
Thanks so much for your assistance
-
Skip a dayposted in Questions & Answers
Hi all. I have a bot that will set pending orders on hour after London open on the US 30. The problem I have is that I sometimes want to skip a day (for example when the UK is on holiday and the US is not. How would I write a block that for example would run on April 18th 2023 and not run19th of April 2023 and then resume on the 20th of April 2023. I have tried all time, filters, month day etc and searched all the forums however I can seem to get this going. Can anyone give me some advice?
-
RE: Help with entries posted in Questions & Answers
-
Help with entriesposted in Questions & Answers
Hi all.
I was hoping for some assistance with my project.
I have a can trade this manually with reasonable success however automating my entries is a bit of a challenge.
The structure of the trade is a simple three bar break ie.
Buy example
candle 3 close > candle 2 close
candle 2 close < candle 1 close
candle 1 high > candle 3 high
candle 1 close > candle 3 close
candle 1 low > candle 2 lowMy issue is that to enter the trade on candle 0, I would like to see a pullback of no more than 40% (variable) of candle 1 (to create a wick) then when the candle crosses back into positive, I want to take the trade with my stop at the bottom of the candle 0 wick. I have been trying to get this working for a number of days to no avail. Can anyone assist?
I have attached a screenshot of a few set ups and also the project code

Code
shared/ARVHeBVBdAlso I am open to any suggestions for improvement
Thanks