- Search Metals Mine
-
Stalkboard : Being released for MT5 & WEB
Started Nov 30, 2022|Commercial Content|28 replies
Anyway, I made an indicator (dashboard) for Metatrader 4 around 3 or so years ago that has ...
-
Fauzaan replied May 17, 2019I know its been a long time but i didnt see this before.. anyway i didnt create the main indicator but my assumption is that room down and room up is for the amount of pips left for the range to be filled
Looking for Average "Weekly" Range Indicator
-
Fauzaan replied Jan 21, 2019image Check the charts bar option in view menu?
Chart switching bar problem
-
Fauzaan replied Jan 20, 2019try saving as a template after the work is done in case that happens and u will surely have a backup. Only being able to open just 3 charts? my guess is somehow the profiles folder has gone read-only for some reason and it cant create any more ...
MT4 help please
-
Fauzaan replied Jan 12, 2019Check the values of BodyRange and CandleRange.. can they be zero at any time? Nothing can be divided by zero so i assume thats the error. you can make a condition like this to avoid this ... just an idea : if (BodyRange > 0 && CandleRange > 0) ...
Help needed to fix 'Divide by zero' error
-
Fauzaan replied Jan 9, 2019Most people while back-testing focus on the entries and putting an SL and TP at an area and thats it. But .. we can do some much more than that while doing these back tests. We can closely observe the successful trades on the back tests and create ...
Losing Positions and How To Best Manage Them
-
Fauzaan replied Dec 29, 20181. Why are we redeclaring canTrade again? 2. Either you have several typos on this post if not ... - you didnt comment out one of the comments by using "//" - the curly bracket of OnTick is to the wrong side - You do need one more closing curly ...
MQL4 Programming
-
Fauzaan replied Nov 15, 2018instead of email how about using telegram alerts using the telegram bot api i have created some channels in the past, just for alerting purposes which are dead now but you can check the history of these channels to see how nice the alerts were... ...
Email alert app to send screenshot?
-
Fauzaan replied Aug 16, 2018Problem was already solved even at the time u posted for the first time on this thread. Try to have an open mind while posting on public forums, you have no idea how the other person thinks and the knowledge level of the person as well. If you ...
Timeframe and symbol changer for MT5
-
Fauzaan replied Aug 14, 2018why keep symbols u dont use in the market watch? Personally think using market watch is better than having people write a list of all symbols they need everytime ..
Timeframe and symbol changer for MT5
-
Fauzaan replied Aug 14, 2018open a chart with this indicator only and draw objects and switch timeframes to check if it does really delete the objects... It's definitely not this indicator that deletes all objects.
Objects disappear on the charts when i change timeframe
-
Fauzaan replied Aug 14, 2018The link in the input params of the indicator doesnt exist for starters .. maybe it was changed seeing this was posted on 2009
Cannot get THV3 FFCal to work on THV V3
-
Fauzaan replied Aug 4, 2018Replace the commas inside SendNotification to + signs
Adding push notifications to indicator
-
Fauzaan replied Aug 4, 2018google this > site:www.forexfactory.com "File Type: mq4" intitle:Martingale Not direct links but threads with a Mq4 file with a mention of Martingale in the title Hope this helps

How to download all martingale Expert Advisors on Forex Factory
-
Fauzaan replied Aug 2, 2018have a look at this free dashboard url
MTF Multi pair MA cross dashboard with alerts
-
Fauzaan replied Aug 2, 2018On the XM terminals i have noticed that searching for other brokers do not work as it is supposed to, maybe direct logins wont be restricted- but i use a clean MT4 that doesn't belong to any broker.. so no such restrictions
MT4 Question: Different brokerage accounts under one instance?
-
Fauzaan replied Jul 26, 2018Fast MA = the small period moving average Slow MA = the larger period movin avegage Moving averages have modes : 0=sma, 1=ema, 2=smma, 3=lwma Simple moving average Expotential moving average etc. etc. so the mode of the fast MA and mode of slow ma ...
help understanding parameters