- Search Crypto Craft
- 722 Results (17 Threads, 705 Replies)
- stockwet replied Apr 3, 2007
Incidentally, I would not mind seeing an additional indicator that draws H/L lines based on the NFP rule as well as weekly H/L lines, as used by Kevin.
NFP System - Backtest data provided
- stockwet replied Apr 3, 2007
It can be done. However, I really debated about even posting the mods I made. I've found that having a lot of mods for an indicator can get quite confusing for people trying to figure out which one is the right one to use. Also, iya and bubo created ...
NFP System - Backtest data provided
- stockwet replied Apr 3, 2007
No, sorry. I misspoke. I'm so used to writing EA's now that that just came out by way of habit. Sorry for the confusion. I'm sure there will be an EA soon, though.
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Dr. Janjic was a VP of Sales at CoesFX before going over to CFG Trader. But, the guy I was also referring to was one of the head guys or founders at CoesFX. His name is Michael Todd.
CFG shut down by NFA
- stockwet replied Apr 2, 2007
Hi Kev, I'm actually quite proficient with MQL and found the code quite readable. The issue wasn't that I was in a FOR loop. Rather, I inaccurately evaluated your definition of how to calculate the value. I missed that the Sentinal value is a ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Well, after thoroughly confusing everyone with my posts, I might as well post the mods I suggested. This is the same code as the original EA (SMA version), with 2 additions. 1) You can choose to view the Sentinal values as a histogram instead of a ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Yeah, I think I've looked at your code 5 different times now, and I can't see anything that would cause things to be thrown off. The only concern I have about your statement relates to this last test I ran. I hand calculated the sentinal value. In ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
OK. I will have to amend my statement. In truth, reason number 1 in my earlier post seems to be the correct - I am doing something wrong. I re-read the original definition of the sentinal number and realized that you need to add the new value to the ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Here you go - from the txt file: The theory behind the system is that the NFP provides the primary direction for the month, for the USD. Therefore, the box represents the primary boundary you look at for breakouts. The other indicators are ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
I should also clarify that you shouldn't use either of these files until the original developers comment. The reason is 1) I may be doing something entirely incorrect and 2) I don't know if my modification will work in different modes - I've only ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Did you read the text file that was included with Kevin's zip file on the first post?
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
OK. I think I found the issue. Maybe one of the developers can comment. It looks like there's an issue with: Index[i] = Index[i+1] + xIf I remove that, and simply use: Index[i] = 100 + xeverything works OK. For some reason, that line is grayed out. ...
NFP System - Backtest data provided
- stockwet replied Apr 2, 2007
Hello all, This system looks very promising. Like MrMikal, I've been looking at some similar math, but more from an arbitrage position. So, I was excited to take a look. I have, perhaps, a silly question. It seems like there should only be ONE index ...
NFP System - Backtest data provided
- stockwet replied Mar 31, 2007
You're looking for a trailing stop EA. You can also use the built in trailing stop feature in Metatrader.
Manage Take Profit EA
- stockwet replied Mar 27, 2007
I had an account with them until a couple months ago. A friend of mine was with them until last week. He was one of the first to find out, so, I think he got all of his money out. He was planning on leaving anyway because he could never get filled. ...
CFG shut down by NFA
- stockwet replied Mar 23, 2007
There's a tutorial in this forum that shows you how to do it. url
Email & MT4
- stockwet replied Mar 23, 2007
Why not just make your own? You can record it yourself, or, ask someone you know who has a great voice to do it.
.wav files
- stockwet replied Mar 14, 2007
Why is it necessary to modify the bios to do this? I can place MT4 in my startup directory and it will launch on reboot without the bios mods. What am I missing?
How to Run MetaTrader as a Service
- stockwet replied Mar 12, 2007
Same here. Not as bad as Fingotrader, but, not great either. It seems like they are constantly having hardware failures.
Web-Hosting available for MT-4?
- stockwet replied Mar 12, 2007
Yes, it can be modified to support that feature. At least, on active orders. I have nothing in here to manage pending orders. I have my hands full with other projects, so, it's difficult for me to add new features. Needless to say, I get a lot of ...
Manage Take Profit EA