Search found 9 matches

Re: Momentum with signal line

Hello , i am here again to share the code Momentum with previous MAs. I also add an extra piece of code to use a custom indicator. You can add, multiply the custom indicator with what you believe is going to work better. //+------------------------------------------------------------------+ //| 2MA_...

Coding help for creating signal line for Up_and_Down indicator

Have a look first at the attached image. I want to create on the same window a signal line. Specifically the blue line is the signal line which i attached as MA20 , simple , previous indicator. It works for me double UpandDown_slow = iCustom(_Symbol,_Period,"Up_and_Down",period+18,Arrow,Ar...

Coding help for ma_angle

I tried to use ma_angle indicator for my ea as 1.) double MA_Angle = iCustom(_Symbol,_Period,IndicatorName,MAPeriod,ATRPeriod,ATRFactor,BarsToLoad,0,1); 2.) double MA_Angle = iCustom(_Symbol,_Period,"ma_angle",0,1); I tried ex a condition like if MA_Angle<-50 { Do something} but i don't se...

Return to the advanced search