Forum

Disappearing Indicator

Hello Below is the coding I am writing which give the correct result, but if I change timeframe or symbol, the indicator disappears. The only way I can get it back is if I recompile the code. #property copyright "Brian307" #property link "B121ANS@Hotmail.com" #include <WinUser32.mqh>

Keep needing to compile indicator

Hi, I’m trying to write an indicator for the fozzy strategy, which briefly, buys when the RSI crosses the MA and is below the mid BB, and sell when RSI crosses the MA and is above the mid BB. The issue I am having is when I change timeframes/currency all the arrows disappear and only reappear when I

Data from Bband in separate indicator window

Hello I am trying to write a script/indicator which obtains the values of bbands that is placed in a separate indicator window. I keep getting the value of the bbands from the main window. Can you help please? B

Custom indicator MA on different timeframe

Hello all I am trying to show the daily 13MA direction on a 1 Hour timeframe chart in a separate window using the coding as below. //--------------------------------------------------- 1 --------------------------------------------------------------------------------------- //DECLARING INDICATOR