- Search Metals Mine
- 140 Results (139 Replies, 1 Comments)
- ffjbentz replied Dec 9, 2024
void CloseAllTrades() { for (int i = OrdersTotal() - 1; i >= 0; i--) { if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) { // if(OrderMagicNumber()!=888 || OrderSymbol()!=ChartSymbol())continue; // use if only wanting select trades closed bool result ...
How to Make Use of GlobalVariable to Force Basket Close (MQL4) ?
- ffjbentz replied Dec 15, 2023
Can't log in. "Williams 245Trades" Telegram support window, all chats deleted...
RS Indicator for Forex Traders(MT4)
- ffjbentz replied Dec 6, 2023
Expired... Wasting time.
multi time frame fair value gap/imbalance indicator required
- ffjbentz replied Oct 25, 2023
Yeah, so here is the other side of the coin... other "dumb cunts" sell ex4 EA's that don't work, They take your money, then disappear. There are countless numbers of these "dc's" that have black blood hearts, and pray on people trusting them to help ...
How can I convert .ex4 file into .mq4?
- ffjbentz replied Oct 14, 2023
here is a nice DonchianFibo indicator i modified for MTF. Enjoy
Looking for MTF Donchian Channel MQ4
- ffjbentz replied Oct 14, 2023
That's a great indicator. I was watching a video about those trade times ( url ) and the guy uses TradingView which has that ICT_NewYork_midnight_and_8:30am indicator, but i use metatrader, so i made my own, probably as you did. Here it is. Very ...
I will code your EAs and Indicators for no charge
- ffjbentz replied Oct 14, 2023
I found a nice Donchian Channel indicator, in mq4. I wanted to have it MTF so i modified it. Perhaps you'll like it. The original is still credited in the code.
Looking for MTF Donchian Channel MQ4
- ffjbentz replied Mar 25, 2023
MQL5 code is way too convolute, requires multiple more lines of code, and takes much more time for the same outcome... IMHO.
MetaQuotes "This is the last MT4 upgrade"
- ffjbentz replied Mar 24, 2023
suhas316, my apologies for not understanding. I admit I often see something, and whatever jumps out at me, I grab it and go, without taking time to fully read the rest of it. Upon reading the description, I see that it uses a Martingale to recoup ...
Indicators with ON/OFF buttons
- ffjbentz replied Mar 23, 2023
you mean you want me to buy it from the MQL5 market? Now i'm seeing this is a marketing scam. Don't bother me anymore.
Indicators with ON/OFF buttons
- ffjbentz replied Mar 21, 2023
Not understanding its current function, is this to place a reversal pending order instead of a stoploss, and then will it automatically close the initial order when it hits the "stoploss pending order"?
Indicators with ON/OFF buttons
- ffjbentz replied Mar 21, 2023
I think i found the problem... as an EA, i put it on the strategy tester, which does not work. If I put it on a chart, it works find. This is what happens when attempting to run in Strategy tester: image Per the original request, it seems it ...
Indicators with ON/OFF buttons
- ffjbentz replied Oct 16, 2022
[quote=smjones;2001053]here is how I handle it. The algorithm is Lots = AccountBalance or Equity * Percent To Risk / Stoploss in pips / Pipvalue /quote] Even now, 13 years later, still people like me appreciate finding the code laid out so simple ...
Lot size calculation
- ffjbentz replied Dec 5, 2019
I really like the indi, but was hoping you include the value in a buffer to be able to use in an iCustom() code, to make EA auto trade on the value. Is there a chance you can revise your indicator to include the buy[] and sell[] buffers? Thank you.
SSI Indicator (aka Market Sentiment) for MT4
- ffjbentz replied Nov 11, 2019
Well, you didn't mention other items such as TakeProfit, StopLoss, how many trades per day, other methods of closing, or lot size, etc. So I just used an existing EA module I have for all that. Here is the EA. With your settings default, and TP=100 ...
I will code your EAs and Indicators for no charge
- ffjbentz replied Aug 13, 2019
Sorry, need it for Metatrader.
Forex Automatic Order Size Calculator for Sierra Chart
- ffjbentz replied Aug 11, 2019
yeah!!! got it working... main problem was the url string... I found one that was working and put it in... file
MT4 News Calendar Indicator
- ffjbentz replied Jul 25, 2019
I tried running the EA as it was, with the original indicator... it doesn't even work with it. So pretty sure the modified one won't work either. good luck. On further inspection of the original EA, found error in the iCustom code.. repaired... ...
Something Interesting You Can Post Here
- ffjbentz replied Jul 25, 2019
So you now provided additional info, which was necessary. The code inside depends on the indicator name and buffers... as you apparently know.. so it wasn't just a matter of adding the TP and SL. Here is the code requiring the indicator: for a long ...
Something Interesting You Can Post Here