- Search Metals Mine
-
Chorlton replied Jun 14, 2015Wow.... !! I'm currently in the process of developing my own strategy and I'm working on a 0.5% risk of the overall account per trade.....
Why Can't I Trade?!
-
Chorlton replied Jun 13, 2015From my experience there is some value to it when trading stocks... but like everything in TA its very subjective. Not sure how one can apply it to Forex though for the reason you mentioned.
My road to successful trading
-
Chorlton replied Jun 13, 2015I think he may be referring to Volume Spread Analysis....
My road to successful trading
-
Chorlton replied Jun 8, 2015Hi Rockit, double profit = DBL_MAX I never heard of this function until now. I've just done some reading on it and I can see the benefits of using it... Thanks
Issues with trying to sort
-
Chorlton replied Jun 8, 2015Hi Rockit, Thanks for the reply. This is in essence what I coded up myself but my code ended up being a lot longer that what Gumrai kindly posted and for some reason it wasn't working 100% correctly. This is no doubt due to my current inexperience ...
Issues with trying to sort
-
Chorlton replied Jun 8, 2015Hi Gumrai, I finally managed to find a crude solution which ended up being almost 3 times as many lines of codes as your elegant solution above !! I have now replaced it with your code and am working my way through it to try to understand it fully. ...
Issues with trying to sort
-
Chorlton replied Apr 19, 2015Thanks everyone :-) The collective knowledge here is great.....
Quick Programming question
-
Chorlton replied Apr 13, 2015Thank you to you as well for responding so promptly... Happy Trading....
Help with using iHighest in an indicator
-
Chorlton replied Apr 13, 2015Firstly, Thank you HonestK as this worked
I thought iHighest function returned the shift which i interpreted as "the number of bars" so was assuming that the result had to be a number between 1 - 10. 
Help with using iHighest in an indicator
-
Chorlton replied Apr 13, 2015Hi Ferru, I tried that initially and that didn't work either. When I change it to this all the arrows on the chart still disappear although I can clearly see examples where both conditions (i & ii) are met. Correct me but my understanding is that ...
Help with using iHighest in an indicator
-
Chorlton replied Apr 13, 2015Thanks for the reply Genghistar. Good points made. I'm actually looking for advice as to how others go about "confirming" the reliability of their strategy via a demo account. ie. do they host it on a vps, use trade explorer, etc, etc and if so, how ...
How do you validate your trading idea?
-
Chorlton replied Apr 11, 2015Hi, Just thought I'd bump this up in case anyone who may be able to offer advice missed it. Thanks.
How do you validate your trading idea?
-
Chorlton replied Apr 10, 2015Hi All, Following on from my previous question, if I have a strategy which I would like to demo test on a live account what is the best approach for doing this? I'd like to test it over a few months (say 3-6mths) and the system is designed to look ...
How do you validate your trading idea?
-
Chorlton replied Mar 29, 2015Hi FerruFX and Gumrai, A big thank you to both of you for your help and advice.... Being new to programming sometimes I'm not sure which is the best approach.... Happy Trading guys
ChorltonHelp with determining time elapsed since an indicator reading
-
Chorlton replied Mar 21, 2015Hi Gumrai, Thank you for your input. I appreciate your help here and will try and go through and understand your code.
Help with coding this problem - sort buy orders
-
Chorlton replied Mar 21, 2015Thank you rockit for your help here. I now have both your code and Gumrai's to look at and hopefully learn from.
Help with coding this problem - sort buy orders
-
Chorlton replied Mar 17, 2015Hi rockit and thanks for the input. I'm fairly new to MQL4 programming so to date have had no experience with arrays or how to get data into them. Would you be able to offer any additional help in this regard? I've gone through the MQL4 ...
Help with coding this problem - sort buy orders
-
Chorlton replied Feb 21, 2015Hi FerruFX, All sorted now !! I tracked the problem down to the Strategy Tester. It needed to be RESET.

MT4 Difference between ATR indicator and iATR function!
-
Chorlton replied Feb 21, 2015Hi FerruFX, Thanks. Are you able to give me any ideas as to what may be going on then, or where to look? My code definitely states ATRValue = iATR(NULL,0,10,0) and I am using this variable ATRValue to check against for my EA. When I stop the ...
MT4 Difference between ATR indicator and iATR function!
-
Chorlton replied Feb 10, 2015Thank you so much Honestknave, This gives me a good idea of how to structure it....
Counting number of past bars since price pattern occurrence