Forum Replies Created
-
AuthorPosts
-
LeeDanelloParticipant
Why not just do it in Amibroker?
LeeDanelloParticipantThis says it all
“I’m not a big fan of Amibroker, so I didn’t pay that much attention”.
I agree with your statement that it doesn’t matter what toys you play with as long as you can make some money. It’s really not about how elegant the programming is or what platform you use. Guys like this lose me very quickly because they focus on their view too intently. I suppose that’s why I believe the markets can be exploited. A lot of people have preconceived ideas and need to be right right about stuff that they believe in. Great, we need more people like them.LeeDanelloParticipantI think u use it for any system that reference the foreign function. If use an index filter that uses a 200MA and the ticker has less than 200 bars there will be null values for the index filter and you won’t get a trade.
September 5, 2017 at 4:48 am in reply to: Selection bias – how much is too much and general MOC discussion #107558LeeDanelloParticipantSaid Bitar wrote:Here is the excel that will generate the worst case scenario for a MOC systemit is made of two parts
the first part it should be used in Amibroker just add this code to your AFL and it will generate all the trades for any duration with the entry price and the exit priceCode:Filter = BUY ;
AddColumn(C,”Close”,1.20);
AddColumn(LEPrice,”Entry Price”,1.2);after you add this code you need to run explore on any date duration you want to test on. It will generate ticker,Date,Close,Entryprice
then open the attached excel file and go to controls tab hit “Clear Data” button to remove all the previous inputs and data
then copy the results of the explore from Amibroker and paste it in “input” sheet in cell A1
then back to controls sheet fill the required information for starting capital position size commission information the maximum allowed trades on any date and press the “Generate Data” button.
the file will go through all the days and check the number of trades on it and if any date has more than the maximum allowed then it will sort from the worst to the best and will start deleting the best trades and keeping the worst trades till the number of trades is equal to the maximum allowed. then it will generate the position size, number of shres, profit, calculate the ending capital and the DD
all the statistics will be filled in the “Stats” sheet and will generate two graphs one for the equity curve and another one for the DD
How can this apply to EOD systems?
August 31, 2017 at 4:07 am in reply to: Selection bias – how much is too much and general MOC discussion #107529LeeDanelloParticipantLen Zir wrote:Perhaps this is a stupid question but why bother to trade the ASX at all. The american markets seem to have more liquidity, there seems to be no problem missing trades in the Russell 1000 or SP500 and at my brokerage fees are extremely low.Maybe because some of us live in Australia and prefer to trade in the local timeframe
LeeDanelloParticipantTry Imgur.
LeeDanelloParticipantHi Stephen had a bit of a read and went to one of the links but got lost in the complexity. Here is another alternative for those that want an alternative.
https://edu.thechartist.com.au/Forum/amibroker-coding-and-afl/231-a-simple-afl-revision-control-system.html#3607LeeDanelloParticipantDid you tell him to f#ck off back? I would have squared it.
LeeDanelloParticipantJulian, Waiting for your input
LeeDanelloParticipantI see. That must have been the issue.
LeeDanelloParticipantDoes it matter whether it is the paper trading account or full account? When I press get data the spreadsheet seems to hang. Using Windows 10
LeeDanelloParticipantSaid, Thanks so much for helping us numpties. Much appreciated.
LeeDanelloParticipantShort Term Trading Strategies That Work
LeeDanelloParticipantI designed it for the ASX and the drawdown on the backtest is about 13 to 14% unleveraged.
LeeDanelloParticipantI use a 5 day Bollinger band with 1 std deviation and catch long trades that fall through the bottom band. No trailing stops just exit at the 5 day MA or a timed stop.
-
AuthorPosts