Recent content by olobay

  1. O

    pesavento labels on OEC plattform

    Just copy and paste the code into a new EasyLanguage Indicator. inputs: LeftStrength( 3 ) , RightStrength( 3 ), LookBackLength( 100 ) ; variable: ID(-1), Offset( 0 ) , HighValue1(0), HighValue2(0), LowValue1(0), LowValue2(0), myValue1(0); Offset = .25 * Average( Range, 5 ) ; if...
Back
Top