- Search Metals Mine
- 822 Results (101 Threads, 721 Replies)
-
nondisclosure00 replied Mar 10, 2014This might not be the right place for this question, but I'm going to give it a shot. How can a Renko candle have a wick that is larger than the candle itself? See screenshot.
Renko for MT4 build 600
-
nondisclosure00 replied Jan 7, 2014I spit my soda out my nose laughing when I read the indicator comment. LOL
Fractals, ZZ & the Pissing Dog
-
nondisclosure00 replied Jan 7, 2014Everything I code, that actually works, I post here on FF. Freely. If anyone wants to hijack it (not adhering to the open source licence that I seem to always forget about adding), then let them. Then they'll have to setup a payment system, deal ...
Fractals, ZZ & the Pissing Dog
-
nondisclosure00 replied Jan 7, 2014I don't think I follow you burn, but yes, I do agree. Whoever posted the job does follow the thread but doesn't know that much about programming. Which is ok. It is the concept. For me, I know MQL4, C++ and C# and VB (Enough to be dangerous), ...
Fractals, ZZ & the Pissing Dog
-
nondisclosure00 replied Nov 6, 2013Oops. Had the wrong opening prices on the EA. DOH! Still did pretty good on forward testing for that. LOL. Fixed. Will re-implement forward test.
Multi time frame Simple MACD system
-
nondisclosure00 replied Nov 1, 2013Well, I've got the EA written. I've loaded it up to forward test. Not sure how to post live updates on trades and the such so, I'll just have to post manually. I did back test this on EURUSD 4H. The results were horrible. But, MT4 backtesting is ...
Multi time frame Simple MACD system
-
nondisclosure00 replied Oct 29, 2013Hi FerruFx. All I could find are boxes, not necessarily lines per se. The other reason is, I'm looking to learn. Specifically in this case how to carry the value of the last buffer over to the next buffer.
This chart-line indicator should be simple
-
This chart-line indicator should be simple
Started Oct 29, 2013|Platform Tech|3 replies
I'm looking to draw lines on a chart that refernce the high and low for the period outside of ...
-
nondisclosure00 replied Oct 23, 2013Hi grey. Thanks for the reply. So we are holding until a target is hit. Ok I'm sure the EA posted on #472 is a very good EA. I like to code my own, this way in only have me to blame when/if it goes wrong.
Multi time frame Simple MACD system
-
nondisclosure00 replied Oct 22, 2013So, I've read the thread. And I have one question: I didn't find in the rules a 'defined exit rule'. Do we hold until TP/SL/BE/BE+? I only ask because I want to try to have the best possible understanding I can before I crank up the magic Meta ...
Multi time frame Simple MACD system
-
Help! can't find the compile error
Started Jul 26, 2013|Platform Tech|1 reply
I'm know I'm getting old, but I can't find what's causing the compilier to give me '\end of ...
-
nondisclosure00 replied Jul 25, 2013Thanks dude!!! Have a good nights rest! Look forward to the code.
Building .hst files with MQL4
-
nondisclosure00 replied Jul 25, 2013Damn stroke! I'm forgetting the simple stuff! DOH!
Thanks. I can use that. The MA I'm using shouldn't change that much either from bar 1 to 0. I can always just be sure that the OHLC values aren't 0 for candle 0, then I know the MA will have at ...Building .hst files with MQL4
-
nondisclosure00 replied Jul 25, 2013....And that's just look at the csv created. Not even comparing data to new chart history. check it out. it's weird.
Building .hst files with MQL4
-
nondisclosure00 replied Jul 25, 2013Now your getting it!!!! That's exactly right!!! So why are the values that are getting sent by Metatrader not the same for OHLC??????? Check the CSV that gets created. I'll post another 'blank' here. I'm looking @ open times of candles too using ...
Building .hst files with MQL4
-
nondisclosure00 replied Jul 25, 2013Here's the code. copy paste missed some char's. Post your step by steps too.
Building .hst files with MQL4
-
nondisclosure00 replied Jul 25, 2013...And on a tick by tick basis, hayseed's stuff does return close to accurate data. But I'm going for specific candle data. run the damn test with my steps and code and you'll see what i mean. I'm not going to argue about this. MT4 data via iEtc CAN ...
Building .hst files with MQL4