Australian (ASX) Stock Market Forum

Recent content by chops_a_must

  1. chops_a_must

    IQE - Intueri Education Group

    Which is really worrying. Education is one of the strongest counter cyclical sectors there is. Is there an education index at all?
  2. chops_a_must

    Amibroker - Useful Scans and Code

    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 );
  3. chops_a_must

    Amibroker FAQ

    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. :)
  4. chops_a_must

    Amibroker FAQ

    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...
  5. chops_a_must

    Amibroker FAQ

    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...
  6. chops_a_must

    Amibroker - Useful Scans and Code

    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...
  7. chops_a_must

    US Election - Where Do You Stand?

    Go Trump! Just because the US doesn't troll us hard enough already.
  8. chops_a_must

    Resisting Climate Hysteria

    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.
  9. chops_a_must

    Amibroker FAQ

    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...
  10. chops_a_must

    Resisting Climate Hysteria

    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.
  11. chops_a_must

    Resisting Climate Hysteria

    Which is the attraction with tidal/ wave power. And it can be used for other things as well.
  12. chops_a_must

    Resisting Climate Hysteria

    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
  13. chops_a_must

    WLD - Wellard Limited

    I'll be watching with interest, but anything involving live exports presents substantial catastrophic risks for shareholders imo.
  14. chops_a_must

    SGH - Slater and Gordon

    We haven't seen a death spiral like this for a while!
  15. chops_a_must

    Interactive Brokers

    Is it still not possible to place MOC and MOO through IB on the ASX markets? Such a handy feature elsewhere.
Top