|
auto-volatility detection
why not base the pipstep on a self-adjusting figure derived from an ATR - e.g. Pips=MathRound(iATR(NULL,15,288,0)/Point); this currently gives you @9 for EUR and 11 for cable, 8 for swissy. Point is, it will modify itself if volatility of a pair changes significantly.
|