brian307
brian307
Friends

Add friends via their profile or user search and you will be able to see if they are online

brian307
Registered at MQL5.community
brian307
Added topic 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
brian307
Added topic 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
brian307
Added topic 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
brian307
Added topic 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