- Search Metals Mine
- 140 Results (139 Replies, 1 Comments)
- ffjbentz replied Nov 3, 2014
I played with it some more, and realize it's the kind of EA that needs huge account for large lot size to compensate for losing trades. And all the while, it makes only small profit each time. It will work, but it ties up a lot of account for small ...
I will code your EAs and Indicators for no charge
- ffjbentz replied Nov 1, 2014
This seems to be a kick-ass ea. All you do for continued trades is change "CLOSE_BY_TP_IN_MONEY" to false in the settings, and it will continue to trade.
I will code your EAs and Indicators for no charge
- ffjbentz replied Nov 8, 2013
I tried to exit trades manually just after NFP announcement, and could not exit. Had to cancel trade and wait for internal trailing stop exited the trade. Wasn't happy, since the trailing stop was not coded properly, and I ended in loss on two ...
Armada Markets
- ffjbentz commented May 29, 2013
In this day and age when everyone wants something and gives nothing for free, I am soooooo grateful for forexfactory, even if you never updated it. You provide an incredible value beyond words. Thank you for all your dedication and hard work.
A fresh face for the new year
- ffjbentz replied May 29, 2012
Rooicol, Very kind of you to generously share your indicators. Thank you. jb
Tick Size, Tick Rate, Tick Spread, and Tick Logger indicators
- ffjbentz replied May 28, 2012
Hi Rocio, did you make this tick/spread log indi? Is it available somewhere? Thank you.
Armada Markets
- ffjbentz replied May 28, 2012
you can check ping internally, by right click on "Accounts" and select "Open New Account", then click next... it will show the demo servers, and you can click on the "SCAN" button to see what the access time is to their demo servers. then click ...
Armada Markets
- ffjbentz replied Apr 22, 2011
hmmm... guess I don't know how to upload a file. I used "Attachments" but it didn't show like the other files, it's just a label in the upper left corner. You can email me j dot bentz at jbentz dot net if you want the file.
FF Calendar Indicator for MT
- ffjbentz replied Apr 22, 2011
FFCal ea — Hi guys, I used euclid's FFCal, but stripped all the graphics and just assembled the date/event/pair to trade. I was using it in an ea that loaded a file and compared the date, then made a trade or not. I deleted all the irrelevant ...
FF Calendar Indicator for MT
- ffjbentz replied Apr 10, 2011
Ha, good to know. At least you figured it out enough to test it. It just paralyzes my brain when I look at it and haven't even gone back to it to try again.
MQL5/MT5
- ffjbentz replied Apr 4, 2011
I didn't look here first — Looks like Jack already solved the problem. Thanks. I should have taken a look before my post below. thanks again.
FF Calendar Indicator for MT
- ffjbentz replied Apr 4, 2011
xml data delayed — I haven't tried to run my EA for a while, and I guess like people here, for some reason MT4 isn't reading the whole xml file. Interesting, I did what you said, cleared all the xml files, and opened the EA again, and it ...
FF Calendar Indicator for MT
- ffjbentz replied Dec 8, 2010
Wow, you're really angry aren't you. Maybe a little self-righteous as well. So you never had anyone help you learn what you know? Certainly, you didn't learn compassion. Well, I always stick up for the underdog... which of course, is me. Yeah, I can ...
MQL5/MT5
- ffjbentz replied Dec 1, 2010
re: MQL4 to 5 conversion — Well, it would be nice if its true, but that really depends on someone fully understanding both. Since I can't get my brain wrapped around MQL5 yet, I have no clue what to do. Ask me again in a year, I'll might be ...
MQL5/MT5
- ffjbentz replied Nov 30, 2010
re: conversion MQL4 to MQL5 — I thought there was already a conversion utility for converting MQL4 indicators/EAs to MQL5. But I heard it only does it half right, and you still have to go through and correct mistakes. Like when VB changed to ...
MQL5/MT5
- ffjbentz replied Nov 28, 2010
MQL5 the death of Metatrader — I've spend the last year or two learning mt4 and while it can't do everything, its intuitive. Through iterative attempts, you can teach yourself the code. Almost all the code for and EA sits on the same page. ...
MQL5/MT5
- ffjbentz replied Feb 7, 2010
Using TRIX in EA — Thanks for that tip. I had forgotten about the Custom function. Spent two days trying to integrate the code into the EA with poor results. Your iCustom works great. void MakeTrix() { Trix_1 = ...
How to use TRIX values in an EA