- Search Metals Mine
-
honestknave replied Jun 18, 2015How does it work? On the left hand side you have the same 8 currency groups that csDash uses. Please bear in mind that MADdash is still locating "strong" and "weak" pairs just like csDash, but by using a different technique. image For each ...
MADdash (Moving Average Distance)
-
MADdash (Moving Average Distance)
Started Jun 18, 2015|Platform Tech|3,552 replies
Latest Version: 1.38 ------------------------ Frequently Asked Questions click here ...
-
honestknave replied Jun 18, 2015You're welcome Moti
I will code your EAs and Indicators for no charge
-
honestknave replied Jun 18, 2015Fix: allows you to add multiple versions of csDash to the same chart... provided that they don't share exactly the same timeframe/rollperiod combination.
csDash (currency strength meter)
-
honestknave replied Jun 18, 2015This should have got rid of the zero-divide error and give you an option for lookback. (uncompiled, untested)
I will code your EAs and Indicators for no charge
-
honestknave replied Jun 18, 2015So, I've finally got around to implementing some experimental code to enhance the alerting process. Why? The problem with alerts is that whenever a value hangs around an alert threshold (rather than moving clearly one way or the other) you get ...
csDash (currency strength meter)
-
honestknave replied Jun 17, 2015This script is the only way I know of doing it. You will need to enable DLLs as it uses user32.dll
Autohotkey Draw Trendline Code
-
honestknave replied Jun 17, 2015Thanks for the tip Giganntor. I have a healthy respect for how fundamentals can really ruin my day, but as I tend to hold my positions for relatively short periods of time (5 minutes to an hour) I can usually get away with taking positions in both ...
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Jun 17, 2015Check for a change in state: static bool SignalWas=false; bool SignalIs=(BuySignalA) && ((Ask-Bid) <= AvgSpreadHigh); if (SignalIs && !SignalWas) { Comment(TimeToStr(TimeCurrent(),TIME_SECONDS), " BUY SIGNAL-A >> BUY POSITION SHOULD BE OPENED OR ...
Question about comment handling in mt4
-
honestknave replied Jun 15, 2015The term "random" is often used when "hard to predict" would be a more accurate description. Markets move because participants are buying and selling. For the most part, the buying and selling happens for a reason (at least in the heads of the ...
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Jun 15, 2015Likewise Aj1, even today I've not managed much screen time. Currently in short on EURUSD again. Clear momentum shift in the bulls as the AB=CD maxed out at the top of the golden zone (also minor RN). It went against me to start with but now seems to ...
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Jun 15, 2015Nice trade on this one Aj1, I wouldn't have seen it. Good job

Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Jun 15, 2015Hello folks, First trade for 5 weeks... a short on EURUSD. The setup: Frankfurt started the week buying. Once London opened, they didn't show the same enthusiasm. Price bumped up into the golden zone, which also coincided with an 61AB=CD. There was ...
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Jun 14, 2015The original author intended these options to fix the textbox a certain number of pips away from the high: NB: You can't see from the screenshot, but the second setting is only used on daily charts...
image However, if you want to ...Candle Pip Counter in MT4
-
honestknave replied Jun 14, 2015Attached should fix it. Not sure what you mean - can you elaborate?
Candle Pip Counter in MT4
-
honestknave replied Jun 14, 2015You have an array out of range error. After the error happens, the code that removes the objects cannot run. Untested (not even applied it to a chart. Should also centralize the text):
Candle Pip Counter in MT4
-
honestknave replied Jun 14, 2015OBJPROP_ANCHOR e.g. ObjectSetInteger(0,name,OBJPROP_ANCHOR,ANCHOR_CENTER);
Candle Pip Counter in MT4