+91-0000000000

}

Monday – Friday : 9:00 AM – 6:30 PM

Chaloke Coppock

The Chaloke Coppock indicator, named after its creator, combines multiple moving averages to identify potential market trends. Traders interested in utilizing this indicator rely on Amibroker Data to access historical price data and calculate the Coppock signal. Amibroker Data Feeder ensures that traders have the necessary information to implement the Chaloke Coppock indicator effectively.

_SECTION_BEGIN("Chaloke Coppock");
///// Chaloke Coppock ///// 

X=WMA((ROC(C,14)+ROC(C,11)),10); 
Plot(X,"Chaloke Coppock",colorRed,4); 
Plot(WMA(X,9),"",colorBlue,1); 
Plot(0,"",10,4);
_SECTION_END();

Open chat
1
Hi, how can I help you?