- Search Metals Mine
-
honestknave replied May 12, 2015I'll definitely look into this, I'm going to be a bit tied up for the next few weeks but I'll crack on as soon as I get the chance.
csDash (currency strength meter)
-
honestknave replied May 12, 2015Thanks for the links Naddmer, I'll check them out as soon as I get a chance

An approach to get MT4 tick data into a PostgreSQL database
-
honestknave replied May 11, 2015You need to use the tick's value in deposit currency. This code will give you how much a point is worth in your deposit currency: double TickValue =SymbolInfoDouble(Symbol(),SYMBOL_TRADE_TICK_VALUE), //tick value deposit ccy TickSize ...
How to Calculate volume needed to earn specific amount
-
honestknave replied May 11, 2015It's always a good idea to get into the habit of checking return codes. The OrderSend() returned a value, which you have stored in the integer variable "ticket". If ticket<0, the order send failed. In which case, check the last error with ...
I will code your EAs and Indicators for no charge
-
honestknave replied May 10, 2015My pleasure. I hope you get something sorted
Back Testing on Custom Time Frames?
-
honestknave replied May 10, 2015Thanks Mack2013, but not really a patch on the detailed charts you used to present! Hope you get the time in the future to maybe post one or two more again

Ratios & Harmonics: a Different Way to Trade
-
honestknave replied May 9, 2015Never tried it, but this might be of use (it's free) video
Back Testing on Custom Time Frames?
-
honestknave replied May 9, 2015If you are prepared to enter the High, Low and Close prices manually, this indicator will calculate and draw the pivots to those prices. image
Pivot indicator needed
-
honestknave replied May 9, 2015Hello AdyFMP, I think you're missing what we're trying to say. You're looking for an indicator that will give you the same results as published on actionforex's website. The formulae that actionforex uses are given on their website: image Many of ...
Pivot indicator needed
-
honestknave replied May 9, 2015Well, you only really have 3 options: 1. Accept the variations; 2. Switch brokers to match the server time of actionforex and accept some minor inevitable differences in prices between brokers; 3. Find or code an indicator with a GMT offset, and ...
Pivot indicator needed
-
honestknave replied May 9, 2015As I said above, unless you have access to exactly the same datafeed you will get variations. Have you tried plotting their numbers against any of the indicators? There is a fairly major discrepancy between actionforex's weekly low and my 2 brokers ...
Pivot indicator needed
-
honestknave replied May 9, 2015Thanks for the input dlouw
If I understand you correctly, I think this is something I have been considering too. Instead of making it based on the D1 bar (which means only 1 hour of data at 01:00 and 23 hours of data at 23:00), make it a rolling ...csDash (currency strength meter)
-
honestknave replied May 9, 2015Feel free to give this one a go. It uses the standard pivot point formulas on the page you linked too... I know that because I used it yesterday to check the formulas!
However, please be aware of broker variations. Here is the same indicator ...Pivot indicator needed
-
honestknave replied May 8, 2015I've been looking to get into R for a longtime, and I'm sure this will be a great help when I eventually do. Thanks for sharing

An approach to get MT4 tick data into a PostgreSQL database
-
honestknave replied May 8, 2015Final update at market close, had it been traded it would have hit the predicted TP for +33 pips. image GBPUSD was being very respectful of structure and fibs today.
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied May 8, 2015This one didn't pay off (well, not with a tight leash anyway. A BE would have been possible if you wanted to accept the drawdown), but it wasn't an entirely unexpected result so I'm fine with that. image That to one side, I post the chart because ...
Ratios & Harmonics: a Different Way to Trade
-
honestknave replied May 8, 2015This will be a contentious point, but you could consider increasing your lot size (with a commensurate increase in drawdown).
Need some wisdom from fellow traders
-
honestknave replied May 8, 2015And (probably a final) short yet again on GBPUSD. Bullish AB=CD completion A lot of structure Multiple fib confluences, including the 23 fib from yesterday's huge move after the polling stations closed. Rejection - retest - rejection. Lots of wicks. ...
Ratios & Harmonics: a Different Way to Trade