- Search Metals Mine
-
honestknave replied Feb 1, 2016Hello keen246, The latest version is good until 22 July - please check you have the latest version. If you do have the latest version but it isn't working, then please report back and we can fix the problem.

MADdash (Moving Average Distance)
-
honestknave replied Feb 1, 2016Looks like a great new project - congrats!

MADdash (Moving Average Distance)
-
honestknave replied Feb 1, 2016You're welcome to try this indicator, it might do what you're after
It will take a screenshot on the chart it is applied to, at the interval you specify (with an optional delay too).How to auto capture screenshots of mt4 whilst not showing on screen?
-
honestknave replied Jan 26, 2016Basic example to show how to call data from other timeframes for(int i=0; i<5; i++) { double low =iLow(NULL,PERIOD_M1,i), high=iHigh(NULL,PERIOD_M1,i), mid =low+((high-low)/2); }
Can a 5m chart script access 1m data in MT4?
-
honestknave replied Jan 26, 2016Thanks FerruFx Thanks for the post CapeCoddah. I've encountered it before when I've used some new functionalities not supported in earlier builds... but in this case I can't really figure out what the terminal is grumbling about. Quite possibly ...
MADdash (Moving Average Distance)
-
honestknave replied Jan 26, 2016You can specify a particular chart and timeframe in the settings of MADdash. If the template name is blank, it will use your default chart template. It gives you some flexibility if you have a particular template you want to use with MADdash, but ...
MADdash (Moving Average Distance)
-
honestknave replied Jan 26, 2016You're welcome
If you assign Variable = 5, it will remain +5 until you change it. The code won't reverse the sign again unless you tell it to - it's a once only event. int MyVariable = 5; MyVariable = -MyVariable; // is the same as writing ...how to change positive/negative value of a variable?
-
honestknave replied Jan 26, 2016No, you only need to do it once. So if you write: int MyVariable = 3; The value of MyVariable will be +3 until you change it. If you then write: MyVariable = -MyVariable; The value of MyVariable gets changed to -3. MyVariable will remain -3 until ...
how to change positive/negative value of a variable?
-
honestknave replied Jan 26, 2016Exactly the same. That code will reverse the sign. -3 becomes +3 +3 becomes -3
how to change positive/negative value of a variable?
-
honestknave replied Jan 26, 2016MyVariable = -MyVariable;
how to change positive/negative value of a variable?
-
honestknave replied Jan 25, 2016Hello T4xr, please no apologies needed. If my post came over that way then it is I who should be apologising as it was not intended as such. I only wished to reconfirm that MADdash is, and always has been, free
In fact, if I have inadvertently ...MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016
Great news! Yes, the numbers will come down as the history loads up. But I'm still racking my brains to figure out what functions postdate your other build to prevent it from working... it was old but not that old 
MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016Please excuse my brief intrusion to the thread for a post of solidarity – I have been a longtime lurker but with nothing worth saying
I was both saddened and disheartened to read about the Forex-Cypher fiasco. Sadly, this reprehensible ...Dashboard Trading
-
honestknave replied Jan 25, 2016Right, I think I know what the problem was. Version 1.31 Expiry date hard coded for 22 July 2016 (180 days) Fixes: Potential zero-divide error Removed usage of recent MQL functions that aren't compatible with old versions of MetaTrader. ...
MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016I wish!
I think I know the problem... to confirm, please can you tell me which build version of MetaTrader you are running: image image MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016Interesting... let's see what the Expert log shows then: Please open up the terminal: image And let me know what is under the Expert tab please: image
MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016Actually, I think I can already see the problem. That is an unusual broker suffix. Try changing your settings like so: image
MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016No problem at all - I'd hate for this to beat us. The grey dot is normal - it just means that you don't have the source code in the folder. So when you drag that onto a chart, what exactly happens? Do you get the window open up to change the ...
MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016Thank you simnz, I'm really glad you're getting some good results. I'll certainly keep your suggestions in mind for future releases.

MADdash (Moving Average Distance)
-
honestknave replied Jan 25, 2016I'm sure we can get it going, particularly as you've had it running before. Firstly go File > Open Data Folder Then into the MQL4 folder Then into the Indicators folder Delete out everything you can see in there that relates to MADdash. You might ...
MADdash (Moving Average Distance)