...deleted
Posts made by GrowTru
-
RE: Possibility for 1 week or 1 day subscriptionposted in General Discussions
I was wondering if you'd be interested in implementing a weekly or daily subscription, I find myself coming backwards and forwards to Fxdreema as and when I come up with ideas so I go for periods not using it.
-
RE: Modify Variables Block executed in order?posted in Questions & Answers
Just a quick question, I've read about how the block ID number can have an effect but are the 5 variables inside of the modify variables block executed in order so that the first variable can take the data from the 2nd **before **the 2nd is changed. Or would it be best to use multiple 'modify variables' blocks to achieve this.
Thanks
-
RE: Do you want "on Hold" event?posted in General Discussions
I can see a 'hold' option being useful to help visualise an EA on screen but the more I use your software the more I find there are many ways of achieving the desired results and I'm finding it's simply me needing to get my head in gear and think logically. So yeh a hold option could make some things easier for some people who as you said like to link blocks one after the other but isn't entirely necessary once you understand more how to use the program.
-
RE: Input Commision Valueposted in General Discussions
I found a few threads mentioning this but was wondering if it had been implemented yet as I can't see anything...
-
RE: Formula with variable - EA gives upposted in Bug Reports
Ahhhhhhhhhhhhh, thankyou your help is greatly appreciated and all is working.
-
RE: Formula with variable - EA gives upposted in Bug Reports
Ok so I've fixed that problem by adding a condition before the formula that checks the value >0. So that stops it from crashing.
My next issue is when I get a result from the formula, say '0.7' which is then printed as text on the chart. I've then added another condition saying 'if terminal variable "result" <0.8' but it won't pass. I'm using right operand, value is numeric 0.8
-
RE: Formula with variable - EA gives upposted in Bug Reports
Thanks for your reply, I didn't think of that. Error is shown below.
Does this mean it's trying to divide nothing so throws the error? If I added an adjustment '+1' to the formula could this make it carry out a calculation even when it's trying to divide 0's...
-
RE: Formula with variable - EA gives upposted in Bug Reports
Also if I add a condition afterwards that checks if the variable "result" <1 (for example). I can watch the number as it happens on the chart drop below 1 but it never passes that block.
-
RE: Formula with variable - EA gives upposted in Bug Reports
I've been trying to make this work with a longer EA obviously but narrowed it down to this which still doesn't work.
The EA works perfectly for a a few bars but then stops for no reason, I haven't touched anything.
Thanks in advance for your help.