Hi,
I need some help back testing an idea I have. It is quite simple (and maybe totally useless) but I am just playing around with some theory. The problem is that I am unable to back test my idea properly since I do have the necessary software (Amibroker) but I lack the knowledge to code this system. I tried reading through the help files etc. but I am still at a loss.
Could someone with the necessary software and knowledge please back test this for me. I am not worried about the code, just the results. I plan on trading end of day and would like to test it on Forex, Gold and Brent Crude Oil.
Here is my basic idea for a system.
Step One: Determine filter
Filtervalue=(High - Open) - (Open - Low)
Buy only if Filtervalue > 0
Step Two: Determine Average Price
Average=(O+H+L+C)/4
Step Three: Determine Buypoint, Stoppoint and Profitpoint
Buyprice = average + (ATR (5) *0.2) (if close price higher than average take High +(ATR(5) *0.2)
Stoppoint = Low - (ATR(5)*0.5)
Profitpoint = Buyprice + (ATR(5)*1.2)
If Filtervalue>0 then buy tomorrow @ Buyprice (based either on average or High).
This is a type of mechanical system. I work full time and I am looking for something robust to trade while still working. I am not able to watch the markets during trading hours so I must make use of orders.
Please give me some hints of improving this system (if it is not totally useless). I have not thought about trading this system short. I suspect it will not be successful on the short side. I
Thanks
http://successfull-forex-investing.blogspot.com/
I need some help back testing an idea I have. It is quite simple (and maybe totally useless) but I am just playing around with some theory. The problem is that I am unable to back test my idea properly since I do have the necessary software (Amibroker) but I lack the knowledge to code this system. I tried reading through the help files etc. but I am still at a loss.
Could someone with the necessary software and knowledge please back test this for me. I am not worried about the code, just the results. I plan on trading end of day and would like to test it on Forex, Gold and Brent Crude Oil.
Here is my basic idea for a system.
Step One: Determine filter
Filtervalue=(High - Open) - (Open - Low)
Buy only if Filtervalue > 0
Step Two: Determine Average Price
Average=(O+H+L+C)/4
Step Three: Determine Buypoint, Stoppoint and Profitpoint
Buyprice = average + (ATR (5) *0.2) (if close price higher than average take High +(ATR(5) *0.2)
Stoppoint = Low - (ATR(5)*0.5)
Profitpoint = Buyprice + (ATR(5)*1.2)
If Filtervalue>0 then buy tomorrow @ Buyprice (based either on average or High).
This is a type of mechanical system. I work full time and I am looking for something robust to trade while still working. I am not able to watch the markets during trading hours so I must make use of orders.
Please give me some hints of improving this system (if it is not totally useless). I have not thought about trading this system short. I suspect it will not be successful on the short side. I
Thanks
http://successfull-forex-investing.blogspot.com/