Need help developing a Fibo Warisan indicator.

 
Hi, I need help making an indicator for Fibo Warisan, I need to detect the weighted moving average crosses and detect fibonacci levels. The fibonacci levels will be based on the cross of the moving average which will be in line with the 100 point of the fib and the 161.8 will be in line with the swing high/low.
 
double Fib_1 = 0.236;  // Fibonacci Level 1
double Fib_2 = 0.382;  // Fibonacci Level 2
double Fib_3 = 0.500;  // Fibonacci Level 3
double Fib_4 = 0.618;  // Fibonacci Level 4
double Fib_5 = 0.764;  // Fibonacci Level 5
double Fib_6 = 0.886;  // Fibonacci Level 6

Post your code or you can also go Here: https://www.mql5.com/en/job

Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
Tengo en Asesor Experto basado en Medias Moviles y SAR, pero no está terminado. La falta el Trailing Stop, que está hecho pero no funciona y un análisis de retroceso. Lo he elaborado yo a partir de códigos que he encontrado, por lo que deben estar bastante bien, pero ya no logro adelantar más porque no soy programador y me cuesta mucho trabajo...
Reason: