- Search Metals Mine
- machine25 replied Feb 8, 2016
Added possibility to exit on higher cci positive, and lower cci ngative : I think It's what you were thinking shemski image file
Help with this profitable Indicator
- machine25 replied Feb 7, 2016
yes an EA would be welcome, There is still a job to do, fiding the best parameter and manage the signal, not the easiest

Help with this profitable Indicator
- machine25 replied Feb 7, 2016
file I also modified the sniper FX, I added 6 arrow, two for two level up and down, and another for an exit. it should not freeze MT4 now : image file Modified again, better looking :
Help with this profitable Indicator
- machine25 replied Feb 7, 2016
hello leanmore, I modified the indicator, so that it give more signal, please could someone make an EA wich wil close all the order at the first opposite arrow ? So that we can see the performance of the indicator image file
Help with this profitable Indicator
- machine25 replied Feb 6, 2016
I think i did not post on the right file, but it fit for the same problem. it was the answer for this post, sorry url
Comparing length of two candles of Heiken Ashi
- machine25 replied Feb 6, 2016
Hello, For the heiken heishi it use 5 extern so you can modify the extern inside AH code this way : //---- extern int TimeFrame = 0; //TimeFrame in min extern int MA_Period = 40; //Period of smoothing extern int MA_Method = 23; //Method of Moving ...
Comparing length of two candles of Heiken Ashi
- machine25 replied Dec 25, 2015
Then there is a bug, Saztv, check the code where consecutive loss give 0.03 lot, should be 2 or 3 consecutive loss, may be there is an error there, add a line to check when the error occur, just after the order is taken : if( ticket > 0 ) { Print( " ...
Stochastic EA
- machine25 replied Dec 25, 2015
Hi rijfie, I have a look at the code, i see a lot of improvement and new thing which can be useful in futur EA. To modify the lot it is sufficient to use a formula, i think it is something like this lot = MathPow(consecutive_loss, factor); It's ...
Stochastic EA
- machine25 replied Dec 24, 2015
Hello rijfie, I don't have time to look at the EA, sorry about that, but next time I have done one EA, which requirement are still the same, so i repost it. Here is the backtest, same TP same SL, and it will be a pure martingale because entries on ...
Stochastic EA
- machine25 replied Dec 16, 2015
Yes this is a fisher indicator, it repaint, it can be called Graal, solar joy, and a lot of other name It is easy to idendify wiith this line Ld_28 = 0.66 * ((Ld_16 - low_76) / (high_84 - low_76) - 0.5) + 0.67 * Ld_36; see this forum : url
EA needed for my best forex system
- machine25 replied Dec 3, 2015
Hello she1, I watched this strategy, and study it, i think it miss one leg, when price goes up at the end :
No Loss Martingale Strategy
- machine25 replied Nov 23, 2015
Here is a try, entries on sto 5 3 3 on M1 are are ramdom entries.
Pyramid system
- machine25 replied Nov 17, 2015
put the CloseOnOppositeSignal to false, orders will then be closed at sl or tp this EA is properly coded this is the answer to post 10360 arken1976
I will code your EAs and Indicators for no charge
- machine25 replied Sep 26, 2015
Hello man, I am a trend follower, I also met this problem, there a delay between the moment the higher high is reached, and the moment the indicator indicate a down trend, and between the moment the indicator indicate a down trend, and the moment ...
Uptrend, Ranging or Downtrend?
- machine25 replied Sep 18, 2015
This is a fisher indicator, it look good, but it badly repaint, Add it in any EA backtest to see the problem. Thank for sharing it anyway
Request for a BSTrend EA
- machine25 replied Sep 15, 2015
EA don'works slow in back test for me, use open price only in backtest I don't know how to put a stop loss in money, sorry about that
SWB Martingale EA (with best setting)
- machine25 replied Sep 15, 2015
Hello man I have a look at this EA, it is quite diffilcult to understand the logic behind the code. I brought some minor modification, i have deleted all the error message, and also some useless fonctions int cmd() // additional { int ...
SWB Martingale EA (with best setting)
- machine25 replied Aug 28, 2015
hi guy, Here is a trailing stop, a fonction, it use two extern : extern double Start_TS = 350; extern double TrailingStop = 300; Start_TS is the benninig of the Trailing stop, for a buy, if Ask > OOP+Start_TS, if will start to trail at a distance of ...
H4 stoch and CCI based strategy