PDA

View Full Version : Amibroker - positionscore



Milk Man
3rd-August-2005, 08:32 AM
I need help to score long entries higher than short entries- suggestions?

kaveman
3rd-August-2005, 09:05 AM
will this do what you want, just change the C to whatever variable yu are using

PositionScore = IIf(Buy, 1/C, C );