This will get your optimization variables listing at the start of the report.
Save it as a part of your default template:
SetOption("ExtraColumnsLocation", 1 );
That's what I've discovered. I did do something similar to this many years ago. And yeah, it doesn't have an edge.
Something else pretty simple does though. :)
Sweet!
Thanks. :)
How come we can use ">" in the buy line? I would have thought that would have brought up an error like that.
"Returns either true or false so your currently optimising the wrong variable. I assume you're really wanting to optimise the "pchng" value."
That's right. But I...
Thanks Howard.
This is a general question to all. Is there an easy way to analyse percentage movements to optimize buying breakouts and gathering other statistics etc?
For example:
//breakout criteria
pchng = ((O - Ref(C, -1)) / Ref(C,-1)) *100;
PositiveChg = pchng >=0;
PositiveChg...
This is one I've used for fading opens etc. Can give you the raw statistics for fading different days. You can then go for your life, setting targets and so on from this:
//Day of Week Buying and Selling Up and Down Opens.
SetTradeDelays(0,0,0,0);
TimeFrameSet(inDaily);
BuyPrice = Open...
Because that's an obvious example of where renewables will work. And will be more reliable than the existing fossil fuel power generation.
Some of the "ning nongs" don't know where a lot of these technologies are best deployed, first and foremost.
With conditionals, if there is a sum, or calculation, is it easier to do this outside of the if function, and then refer to it within the conditional?
For example a = x + y
b = y + z
If( a > b) then
Rather than If (x+y > y+z) then etc.
I ask this because I'm getting problems with...
And diesel power generation is reliable?
Maybe you should get out and about and live in a remote area and experience how variable "traditional" power generation technologies are.
Because the benefits don't necessarily accrue to the investors.
In other parts of the world they do, and there is a higher value placed on particulates and respiratory disorders and so on. In Australia, it barely gets a mention.
Ye olde socialism v capitalism debate... :2twocents
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.