- Search Metals Mine
-
honestknave replied Apr 22, 2015Glad you got it sorted. If anyone else has this problem, take a look in the Experts tab and it should tell you what it can't find (here is an example when a broker suffix has been omitted): image
As simple as possible: 00 level trading
-
honestknave replied Apr 22, 2015Hi Juan007, It's an EA (non-trading)... sorry I should have said that in the first post. Try it in your Experts folder and let me know if that fixes it.

As simple as possible: 00 level trading
-
honestknave replied Apr 22, 2015Hope things are working out well with your new venture. Look forward to seeing some charts soon
Thank you for the kind words - high praise indeed from someone with your trading skills! I looked into divergence several years ago but I've never ...Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Apr 22, 2015Hello all, I'm just jumping in here without reading more than a couple of pages back so you guys may already have something working. But I noticed in the recent posts that people are using DDE and an Excel spreadsheet for currency strength ...
As simple as possible: 00 level trading
-
honestknave replied Apr 21, 2015Well, I guess this thread is pretty much destined for obscurity. 2nd page on Trading Systems already (well, until this post bumps it back up again!) image Nevertheless, a lovely short on EURUSD running. Not far off 1:1 completion now image
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied Apr 21, 2015Well, one day is not enough to validate or invalidate an EA (I know you know that, so apologies for pointing out the blindingly obvious). But, I am tempted to agree with your thoughts. I've never come across any EA that was a long-term success on a ...
Trading is as simple as ABCD
-
honestknave replied Apr 21, 2015The stuff I've posted so far has been a mish-mash of ideas and concepts based around Clive's strategy. I'm happy to code a more focused dashboard with alerts etc. but first the group needs to decide what they want the dashboard to do. 1. How are we ...
Trading is as simple as ABCD
-
honestknave replied Apr 21, 2015Hello francisakz, What criteria are you thinking, for the alert?
Trading is as simple as ABCD
-
honestknave replied Apr 20, 2015Version 1.01 Changes: Fixed a draw issue when more than the top 10 were selected for view. Changed the trend calculation to HMA. Consequently, you also need to add a stripped out version of HMA indicator (also attached).
Trading is as simple as ABCD
-
honestknave replied Apr 20, 2015Another trend indicator. As always, it is not intended to change Clive's strategy. It is merely a tool to help identify the top trenders for those who wish to experiment. It generates a historical look at how a pair has been trending. Hopefully it ...
Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015Thanks for the detailed reply, Clive
I'll have a play with coding an HMA and see what it looks like.Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015Yes, certainly possible. I'll see how busy this week turns out to be and hopefully take a look at coding something.
Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015Great summary Clive. I know we've spoken about this before, but I'm still having a mental block on this one. Have you been managing to catch many first entries from a chart that was a top trender at the time? image Wishing you all the best with ...
Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015Draw a horizontal line. Untick Draw as Background. Set Style to None image If you want to do it by code, it's a OBJ_HLINE with those properties specified above: ObjectCreate(0,name,OBJ_HLINE,0,0,price); ...
What is this thingy refered to in the MLQ?
-
honestknave replied Apr 19, 2015Interesting concept. I'll give it some thought

Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015Thanks blueface, That megatrend link is very much like currency spaghetti. That is definitely easier to do, because you are only dealing with 8 currencies. On your screenshot, what would the colors represent? A heat scale for where the pair was on ...
Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015An interesting idea. Kind of like currency spaghetti but for pairs (for those who are familiar with the indicator). It would need some thought about how to make the display intelligible and keep the processing load down

Trading is as simple as ABCD
-
honestknave replied Apr 19, 2015I'd recommend not trying to do this in OnInit(): The likelihood of an issue is quite low, but nevertheless a more technically correct place to run it would be in OnTick(). You can use a static variable as a flag. void OnTick() { static bool ...
Quick Programming question