Indicators: Derivative

 

Derivative:

The indicator performs the calculation of the derivative of the price.

Author: Ihor Herasko

 

Error on code. cannot convert enum - 'price weighted' 

Error line number 31. somebody help me to fix it we update the indicator 

 
newtonH:

Error on code. cannot convert enum - 'price weighted' 

Error line number 31. somebody help me to fix it we update the indicator 

In the old build of MT4 absent this error. For new build you must modify the 31-st line:

input ENUM_PRICE_TYPE i_price        = PRICE_TYPE_WEIGHTED; // Applied price / Используемая цена


 

 

Im really interested in what you've done.


I wish you to make a trading signal code for this indicator for MQL5. As you say, Buy when passing from negative to positive and Sell when opposite.


Well done man.

 
Thanks Ihor works in MQL5.