- Search Metals Mine
- machine25 replied Sep 1, 2017
Here are the bloody f....ing sellers,
hell, stop to sell so that the price can go down Thank to the guy who gave the link 
EURUSD
- machine25 replied Sep 1, 2017
Hunting Stops This mean that "they" want the price to go lower, but first they want to get rid of sellers, trigerring their stops
EURUSD
-
ETX Capital
Started Aug 22, 2017|Broker Discussion|1 replyI want to complain about this broker. Last year, after some loss, they blocked my account, ...
- machine25 replied Jul 14, 2017
depending if your EA is reading indicators properly coded or not; depending if your EA is reading an history orders increasing with time or many open orders in your case depending if the EA is on each tick mode it will use more or less CPU or even ...
CPU usage increasing over time
- machine25 replied Jun 27, 2017
Use the ATR it will give the median range of x bars . medium_range = iATR(NULL,0,x,0); higher lower of x bar : double higher = iHigh(Symbol(),Period(),iHighest(Symbol(),Period(),MODE_HIGH,x,0)); double lower = ...
I will code your EAs and Indicators for no charge
- machine25 replied Jun 16, 2017
Delete these line so you can play it even on M1 each bar // if (Productskey != "V10N-CD56-EU12-JP89-FR74-MN23") Comment("\n ERROR :: Invalid Productskey !"); // if (Productskey != "V10N-CD56-EU12-JP89-FR74-MN23") return (0); // if (Year() > 2018) ...
Need this Grid EA
- machine25 replied Jun 8, 2017
If someone is willing to develope a strategy, here is the way to get the signal, and take the orders : image
NonLag inverse fisher transform of RSX
- machine25 replied Dec 6, 2016
Hello Carolyn If you change this and it will work : extern bool instantorders=true; // instant orders then this part generate buy signal (signal=1) and sell signal (signal=2) int signal=0; if((xbarsmode==0 && countup==xbars) || (xbarsmode==1 && ...
Free Coding request
- machine25 replied Dec 3, 2016
Excuse me, but I don't see anything in the EA to enable or disable onlybuy or onlysell. I don't see the EA being separatate in two part. If the magic number is set to zero, it will open buy and sell with no magic number. The problem is : if a ...
Some help on debugging my code please :)
- machine25 replied Dec 2, 2016
good new, good for dollar => EURUSD going down, jpyusd going up gold and silver going down
EURUSD
- machine25 replied Nov 29, 2016
There is an error here : if (nb_longs>0 && nb_longs<max_trades){ if (BUY == true){ if (RSI_0>RSI_1 && last<= NormalizeDouble(buy_min-(step_long),Digits)){ OrderSend(Symbol(),OP_BUY,mlots_1, Ask,0,0,0, "Robot Test "+DoubleToStr(mlots_1,2)+" on ...
Some help on debugging my code please :)
- machine25 replied Nov 29, 2016
It work on five digits broker ! It stop putting takeprofit at some moment :
Some help on debugging my code please :)
- machine25 replied Nov 16, 2016
psstt .... there is some liquidex EA on MT4 code base, this one is this one, read the comments : url url url
High Frequency Trader EA - YASOFX
- machine25 replied Oct 24, 2016
The guy did not come to FF since october 26. Usually, it is easy to have a nice pourcent winner if the Stoploss is big, and the takeprofit small, something like sl =2000, tp = 20. Depending on that depend the money needed to stand martingale ...
Need Risk money management advice - I have 85-80% winning Rate!
- machine25 replied Oct 8, 2016
You can use martingale, double your lot on each win, exit after 10 win, get your money out, and do it again. Can you give some clue on the strategy ? if you send me the strategy by PM , I will give more information. .
Need Risk money management advice - I have 85-80% winning Rate!
- machine25 replied Oct 6, 2016
Here is an indicator which is often found in decompiled code. It use two ma, the delta is the difference in point between the two ma, and it use an RSI, there is a signal buy if delta_ma > delta and rsi > 50. And vice versa for the sell signal I ...
I will code your EAs and Indicators for no charge
- machine25 replied Oct 6, 2016
Here it is, choose the colors you like and then modify the extern in the code mq4, so it will not change. I have added the widht, this is just cosmetic modification :
I will code your EAs and Indicators for no charge
- machine25 replied Oct 2, 2016
open price of what ? It won't change much, it would be a minor modification, the EA open new trade buy, if trend goes down, this is the reason for the big drawdown. best setting for recent time : extern int rsi_per = 3; extern double low_rsi=30; ...
I will code your EAs and Indicators for no charge