Experts: Scalpel EA

 

Scalpel EA:

A EURGBP/GBPUSD non-scalper robot

Author: rob

 

how to use this ea? can't work in my platform.

 
czelenx:

how to use this ea? can't work in my platform.


Compile it & make sure you have EURGBP M1 history data

 

VERY interesting, nice job,realy nice...

 

гуд сливатор

 

There is a Time[0] in code. To which timeframe do You recommend to attach EA?

 

ryaz, I see in your code the following lines that appear to be a typing mistake? In the else clause, the second statement will always happen, the first statement will never affect ccib. What is your intention?

if (cciLimit>0)
{
ccib=cci>0 && cci< cciLimit;
ccis=cci<0 && cci>-cciLimit;
}
else {
ccib=cci>-cciLimit;
ccib=cci< cciLimit;
}
tim=Time[0];
}

 
ale002:

There is a Time[0] in code. To which timeframe do You recommend to attach EA?

Αt the expense of repeating myself EURGBP M1

 
serpentsnoir:

ryaz, I see in your code the following lines that appear to be a typing mistake? In the else clause,... What is your intention?

...
else {
ccib=cci>-cciLimit;
ccib=cci< cciLimit;
}
...

correct is ccis=cci< cciLimit;

 

HI,


Great EA but how can I apply it to 5 digit brokers?


Thanks

 
nbakir:

HI,


Great EA but how can I apply it to 5 digit brokers?


Thanks

Reason: