[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mimic pyramiding



PureBytes Links

Trading Reference Links

Can anyone help with a problem in mimicking pyramidding in AFL

I have been advised that the only way to do this is to exit the 
position, adjust position size, and then to enter with the new 
postionsize.

However, if I do this:

Sell = 1;
Postitionsize = (new positionsize);
Buy = condition;

the back tester will have me in an out on the same day, invalidating 
my buy signal. 

Any ideas?