Search found 322 matches

Re: MT4 Indicator requests and ideas

Dear Mrtools and Coders, I have this idea that you may find it interesting: Mladen and Mrtools coded some multi-symbol oscillators (rsi,cci etc..) to determine the strongest currency. Similar to this ,can we have a standart multi-time frame RSI but different time frames of RSI (m15,m30,m60-etc.) in...

Re: Something interesting please post here (Metatrader)

Added zero cross alerts and custom ma's, also THANKS Mladen for the simplication. :thumbup: dear mrtools, It looks like something is missing. you mentioned that you have added custom ma's but only the standard 4 ma's are in the indicator. also, could you let us know how you got the bands? cheers

Re: Something interesting please post here (Metatrader)

Replace the code of OnCalculate() with this : int limit = rates_total-prev_calculated; if (limit>=rates_total-1) limit = rates_total-1; for(int i=limit; i>=0; i--) Temporary[i]=tick_volume[i]*(close[i]-open[i]); for(int i=limit; i>=0; i--) LinearMomentumBuffer[i]=iMAOnArray(Temporary,0,SmoothingPer...

Re: CFTC warns about 20 new forex and binary options scams

The US Commodity Futures Trading Commission (CFTC) updated its warnings list with twenty new forex and binary options scam websites, bringing the total blacklisted websites to nearly 150. The latest additions to the CFTC RED List include Binarycent, Forex Lens, Binary Trade Option, GFX Options, Bin...

Return to the advanced search