@Skate
Thank you Skate. When I wrote my first post only a week ago, I had only read the first 40 pages of your posts, and I was most impressed with the philosophy you presented about life in general.
But since then I have moved on to page to Page 41 and beyond and I am now experiencing a real...
@InvestoBoy
Yes!, point taken you are right, but when you lose a heap of money as I did in the GFC, it really does sting a lot. So much so that I got out the market for a year or two.
Aristotle
Thanks Newt.
You have raised an issue that I have often wrestled with over the years. For the past decade or so I have religiously set my stops at around 10% to 15% and have had various levels of success. Often the stops get me out too early and many times the market has rushed through them...
Thanks a million Trav, that is a brilliant suggestion. It is actually on my current Amibroker Price Chart. Now, I understand how I can best use it with the XAO Index. In the past I have used it for stocks only.
Aristotle
Many thanks Lone Wolf
When I first started this journey to set up an "Index Filter" I was unsure as to how it would look like visually. You have given me a chart which clearly shows the "Buy and Sell" signals. Some times I can't see the wood for the trees in this trading game. But now I can...
Thanks again Skate.
My discussion with you and other members of ASF on my particular issue ie. Developing an "Index Filter" for my trading strategy in Amibroker has been very fruitful. I can now see what I need to do in the short term. Firstly, I need to up date my Trading Plan with the...
Many thanks Skate, you have been most generous with your time and expertise. So far, I have come up with the following draft code:
//Index Filter for XAO with a 200Day MA on a Daily Chart
Index = Foreign("XAO", "C", True);
IndexMA = MA(Index, 200);
Buy = C >= MA(C, 200) AND Index >= IndexMA...
Hello Skate, this is my first post. I thoroughly enjoyed reading the first 40 odd pages of your "Dump it Here" Thread. Along the way you mentioned that you use an Amibroker strategy in your trading and that you are happy to make it available on request. I also use Amibroker and I am...
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.