Search found 35 matches

Re: Coding Help

I am trying to synchronize the same indicator (WPR) over two different timeFrames. double wpr_M1 = iWPR(NULL,PERIOD_M1,14,1) double wpr_H1 = iWPR(NULL,PERIOD_H1,14,1) if (wpr_H1> -20 and wpr_M1 > -20) { executeSell } Now graphically that work fine, but in the EA it seems that the 2 conditions never ...

Re: FXSurf WaveTrend System

FXSurf wrote:
The EMA's are used as confirmation of trend break. I see the break on the WT and look to see price break above/below of the EMA's. Sometimes price will  bounce off the EMA's but WT continues indicating a possible divergence at play.

Make sense?
It does, do you use STOPLOSS?

Return to the advanced search