Recent content by ponex

  1. P

    Easylanguage code problem

    thanks 0(1), tomorrow I'll let you know
  2. P

    Easylanguage code problem

    yes H last bar
  3. P

    Easylanguage code problem

    Highest(h,30); must be calculated if condition1=true.
  4. P

    Easylanguage code problem

    hi :) sorry 0(1) the right condition is this: condition1= len>len1 and len>len2 and len1>len2 ; condition2=len<len1 and len<len2 and len1<len2; condition3=H crosses over Highest(h,30); condition4=L crosses under Lowest(l,30); if condition1 and condition3 then buy next bar at market; if...
  5. P

    Easylanguage code problem

    hi 0(1) the condition: moving averarages cross up I take as reference the max Of the 30 candles before the cross ,that if it is broken up there is the buy signal regars
  6. P

    Easylanguage code problem

    in simple terms: When the averages cross up, the cross is the condition that if it is true we will have buy signal at the top when it is exceeds the previous 30 candles crossing.
  7. P

    Easylanguage code problem

    Dears traders, Example long When sma60> sma90 and sma60> sma150 and sma90> sma150 we will take as maximum reference the maximum of the 30 bars before the cross. If then this maximum will be broken upwards we will have long signal. I have verified that it does not respect the maximum...
Back
Top