Forum

Bollinger Band Strategy

Dear all traders, I have created an indicator on the base of BB, malty time frame method, but its not working properly, I don't find any errors when I compile, when I use it in Live market signal comes and goes, it works in 1 minut time frame, but I get the signals in 5m also, when changing the time

Intraday Intencity Indicator ?

Dear Traders, Can any one help me with Intraday Intensity Indicator in MT4, or any other indicator use same calculation ? Thank You Rock-Trader

Bollinger Bands %b Calling Help .

Dear Traders & Coders, I am creating a custom indicator with " Bollinger Bands %b" a Trade Should take Above "Bollinger Bands %b" Value 0.8 Level. But I am little confused in coding part , Can any one confirm I did call this indicator in a right way ? iCustom ( Symbol (), 0 , "Bollinger Bands %b"

MA Condition Not Working

Dear Traders, Please Help me to Solve this Problem, My Buy/Sell Condition given bellow but its not working, Buy Condition iMA ( Symbol (), 0 , 3 , 0 , MODE_LWMA , PRICE_TYPICAL ,i)> iMA ( Symbol (), 0 , 10 , 0 , MODE_LWMA , PRICE_TYPICAL ,i) && iMA ( Symbol (), 0 , 3 , 0 , MODE_LWMA , PRICE_TYPICAL

How To Call This Custom Indicator ?

Dear Traders , Please help me to call this indicator in to an Other Custom indicator I create, some problems I face now, iCustom ( Symbol (), 0 , "FractalZigZagNoRepaint" ,ZZDepth,ZZDev, 0 ,i) '0' Buffer For BUY iCustom ( Symbol (), 0 , "FractalZigZagNoRepaint" ,ZZDepth,ZZDev, 1 ,i) '1' Buffer For

CustomIndicatorNotCalling Properly

Dear Traders, I have some problem here i know that,How super trend works. iCustom ( NULL , 0 , "SuperTrend" , 10 , 3 , 0 , 1 ) //buffer 0 ie uptrend iCustom ( NULL , 0 , "SuperTrend" , 10 , 3 , 1 , 1 ) //buffer 1 ie downtrend But My Trading Condition is When ATR rising and Super trend give BUY

Wilder ADX Indicator

Dear Traders, Can anybody provide me the pure "Wilder ADX indicator" Thanks In Advance. Suresh

Urgent Help Need, My Indicator not Working In Some Other Broker Terminal

Dear Traders, I have created a Custom Indicator which works based on few other custom indicator, But when I add this Indicator with price chart the signal comes, but when the live market runs signal doesn't comes, If we change the time frame the indicator signal disappear from the price chart,(again

iStdDev - Wrong Parameters count- I need Help Dear Traders

I have some problem in calling my indicator, please correct me the exact way of calling this indicator iStdDev Please help. //+------------------------------------------------------------------+ //| Rock-Trader-ME.mq4 | //|