- Search Metals Mine
- machine25 replied May 12, 2016
I think you made some paralogism When ecnomics improve, oil rally and equities rally. Not only for political reason, also because of the recession, low oil price are good for US economy,( yellen say). It help the USA to get out of this crisis.
Oil and Natural Gas
- machine25 replied May 11, 2016
You see that, price alway go down at the same hour, opening of WS, and trend down end with the closure of WS minus 2 hours.
Oil and Natural Gas
- machine25 replied May 11, 2016
Inventories oil : 10:30am USD Crude Oil Inventories -3.4M 0.1 M 2.8M I expected the oil to go lower, but they are missing oil. I think the USA and their saudi frend will do all their best to lower he price of oil, as long as the recession is not ...
Oil and Natural Gas
- machine25 replied Apr 25, 2016
I don't think it is possible, the force index is the slope of an MA, ( more or less +/- Volume), And the william is the place of price inside a range 0/100 %. They cannot fit on a same chart, whatever we do, it do not match. Play with the ...
I will code your EAs and Indicators for no charge
- machine25 replied Apr 15, 2016
The indicator is not properly coded, not all decompiled are good indicator. This one just show the crossing of an MA 35, with the price. Add MA35 on the chart so you can see it, It is this one ma : int _35 = 35; ima_35 = iMA(NULL, 0, _35, 0, ...
I will code your EAs and Indicators for no charge
- machine25 replied Apr 9, 2016
The EA is complete but the stop loss is too tight, make it 0.5 %, it will be 500 point on EURUSD, in place of 0.01% which is only 11 points. The backtest give nothing good. Lot are 1 Lot. EURUSD 1H.
I will code your EAs and Indicators for no charge
- machine25 replied Apr 3, 2016
This is a crossing MA EA. Play it in M15 to see the MA 144 and MA 10 crossing. It's a decompiled EA
I will code your EAs and Indicators for no charge
- machine25 replied Apr 2, 2016
Here are my two cents In my opinion, it would be better to use an indicator to avoid to sell when prices are in an up trend. It mean discriminate when selling upwards or selling downwards. This will disrupt your strategy. I would use this indicator ...
Accumulative Profits Grid System
- machine25 replied Mar 15, 2016
hello emmy, Here it is, this indicator has 13 buffers, but use only 3 buffers, two buffers are used to show the difference between two ima, ( the ima 3 minus the ima 34), with two color, line up and down : [But arrow are plotted on difference of ima ...
I will code your EAs and Indicators for no charge
- machine25 replied Mar 15, 2016
Hello wikas, here it is, the indicator is an RSI, it use high and low level of RSI as trigger. I did not put the low level in extern, but it is in the init() : low_level = 100 - high_level.
I will code your EAs and Indicators for no charge
- machine25 replied Mar 10, 2016
hello chaoshydra Maybe this will be of some interest for you, it is an EA in MT4 code base, which open orders on 3 consecutive bars and some other condition : url
I will code your EAs and Indicators for no charge
- machine25 replied Mar 7, 2016
Sorry I just made this EA operable
I will code your EAs and Indicators for no charge
- machine25 replied Mar 6, 2016
Here it is, I have corrected the few errors
I will code your EAs and Indicators for no charge
- machine25 replied Feb 24, 2016
Yes mladen is right it's an Osma, get any Osma, put 12/26 and the signal to 1 or 2, and you will get the same, google the net you will find some osma on chart easily.
I will code your EAs and Indicators for no charge
- machine25 replied Feb 24, 2016
Here it is : it is recoded properly, the alert have been deleted, there are not usefull if the indicator is used inside an EA, LOL, the idea seem good, may be some one will code an EA for this ? #property indicator_separate_window #property ...
I will code your EAs and Indicators for no charge
- machine25 replied Feb 22, 2016
Sorry billsmith, MT5 is a different language, more difficult than MT4, i am not able to convert an MT4 expert or indicator to MT5. More people can help on MT4, and only a few on MT5, ;-( too bad
I will code your EAs and Indicators for no charge
- machine25 replied Feb 22, 2016
Hello Budi, I have added the possibility to choose the number of order, if Max_Order = 1, there will be only one order taken, to be closed on opposite_bar option : file
I will code your EAs and Indicators for no charge
- machine25 replied Feb 22, 2016
Hello, Just use this extern, the close mode be the close_on_high_low_SL; back test EURUSD from june 2014 to june 2015 : extern OC_Or_HA choose_OC_Or_HA =0; extern closing_trade close_mode = 2; extern bool Open_Buy = false; extern bool Open_Sell = ...
I will code your EAs and Indicators for no charge
- machine25 replied Feb 21, 2016
Here is an EA, the template is from billsmith "Profit_maker", previous page, it has lot of fonctionnality, the default parameter are for 2014, EURUSD Daily, You will need the Heihen_Aski_NK, to make it work, or any other HA but in this cas you will ...
I will code your EAs and Indicators for no charge
- machine25 replied Feb 15, 2016
Hello guys There is a little problem with this indicator, I thaught it was ok because it is coded T3 -like, and T3 do not repaint, but it is not coded properly : it repaint like hell, so I recoded it, it work fine now : Get the signal on bar 1, not ...
Help with this profitable Indicator