Something's wrong with my simple EA!

 

Hi all,

Can you help me find the reason why I have no results when I back test my EA, created with EA BUILDER (http://sufx.core.t3-ism.net/ExpertAdvisorBuilder/) ?

It's a very simple one, based on the CCI 50, H1 :

Buy order - when CCI50=215

Sell order - when CCI50=-215

Close Buy order - when CCI50= 50

Close Sell order - when CCI50=-50

0.10 lots and nothing else to add!

In the EA builder I did as follows:

LOGICS

VARIABLES

Var#1: CCI

Symbol: Current

Time Frame: H1

Period: 50

Applied Price: Closed

Shift: 0

BUY LOGICS

Buy#1 and Number/Variable = Number/Varable

Left Value: Var#1

Right Value: 215

SELL LOGICS

Sell#1 and Number/Variable = Number/Varable

Left Value: Var#1

Right Value: -215

CLOSE BUY LOGICS

Buy#1 and Number/Variable = Number/Varable

Left Value: Var#1

Right Value: 50

CLOSE SELL LOGICS

Sell#1 and Number/Variable = Number/Varable

Left Value: Var#1

Right Value: -50

ORDER

Signal Mode: Each Tick

Lots: 0.1

Slippage: 3 pips

StopLoss: Non-use

TakeProfit: Non-use

TrailingStop: Non-use

THANKS IN ADVANCE!

PS: Comments about this strategy would be also appreciated

Reason: