9 months ago
0
35
// @passiontrader _SECTION_BEGIN(“Head and Shoulder”); // Bullish + Bearish Head and Shoulder pattern SetOption(“MaxOpenPositions”,10); PositionSize=-5; SetTradeDelays(0,0,0,0); procedure exitLoop_proc(Buy,BuyPrice,buDeltaProfitTarget,buStopLossLevel,buNeckline,Short,ShortPrice,beDeltaProfitTarget,beStopLossLevel,beNeckline,Maxbars) ...