Kurka:
I was going to have a look at this, but there is no source... If you want to email it (my username at gmail) to me, I'd like to have a look.
-Derk
Quote:
Originally Posted by Kurka Fund
Here is a little contribution to this site...
Its called the Gap Trader.
It basically takes 1 position per week based on the Gap between The market Close price on Friday and the Open price on Sunday. Allot of the time the GAP will refill.... Hence Profit from this system.
Test it out works best when there is a large gap on obscure pairs... It needs some tweaking but might be a solid idea, or at least a good way to start out the week of trading...
Inputs......................................
MinGap = 10;
Minimum GAP in pips to trigger a trade
UseMM = false;
if you want to trade based on a % of free margin set to true
Risk = 5;
if UseMM = true this is how much you will risk per trade
StraightLots = 2.5;
if UseMM = false this is your lot size
TakeProfit = 0;
GAP + or - this will be your take profit
StopLoss = 0;
GAP + or - this will be your StopLoss
KillTime = 120;
Minutes that the order stays open waiting for the fill to happen. If the fill does not happen withing the first few hours of opening it not likely to happen.
TrailingStop = 15;
Your basic trailing stop in pips...
Test it out and let me know if I need to make any adjustments... Also Please post your results... and settings.
|