Australian (ASX) Stock Market Forum

Recent content by AussieStockDawg

  1. A

    Dump it Here

    Apologies if this is not be the thread to ask in. I'd greatly appreciate it if those who use Amibroker could share details and or .afl of the charts and chart layouts that you use to get some ideas. I want to setup some standard layout charts to be able to assess relative performance across...
  2. A

    Dump it Here

    Hi Wasp - what does Nick recommend as the minimum position and portfolio size for these systems ? Thanks
  3. A

    Dump it Here

    Hi Dave, are you trading any of Nick's subscription services, or using his API for US trading ?
  4. A

    Dump it Here

    Can you please demystify what "SPX" is :)
  5. A

    Dump it Here

    Hi @Skate great to see that you are back and active. Are you calculating the VWAP based on the EOD turnover amount divided by the daily volume ? eg, VWAP = AUX1 / V; Where AUX1 is Norgate data daily turnover in dollars. Thanks
  6. A

    Dump it Here

    @Skate Thanks for the heads up. I use 1 and 3. Will investigate implementing 2 in my AFL.
  7. A

    Dump it Here

    Hi @Skate Does your AFL code manage your open position stale stops / trailing stops, or do you manage this in Share Trade Tracker or elsewhere? Thanks
  8. A

    Dump it Here

    The bit about not subject to scrutiny was a giggle ?
  9. A

    Dump it Here

    Will today be a green day ?
  10. A

    Amibroker Perth

    Hey Steve, Same here mate.
  11. A

    Dump it Here

    @Skate; Out of interest - could you add some columns to track the daily total number of equities held (tickers), and number of buy and sells ?
  12. A

    Trade Tracking Spreadsheet

    Fantastic job ! Thanks :xyxthumbs:xyxthumbs
  13. A

    Amibroker - Changing Bollinger Band parameters - code?

    Hi Mate, I'm a newbie to AB too. Try this - P = ParamField("Price field",-1); Periods = Param("Periods", 15, 2, 300, 1 ); Width_Top = Param("Upper Width", 2, 0, 10, 0.05 ); Width_Bot = Param("Lower Width", 2, 0, 10, 0.05 ); Color = ParamColor("Color", colorCycle ); Style =...
  14. A

    Amibroker - Useful Scans and Code

    Thanks ! Very useful indeed
  15. A

    Current Full ASX Tick Code List

    I swear to god I must be blind !! Found it, thanks mate :xyxthumbs http://www.asx.com.au/asx/research/listedCompanies.do
Top