- Search Metals Mine
-
jamb0 replied Apr 8, 2012Well seen
. I have modified the EA to enter only long positions, the results are also very good, it turns 1000 into 53000 (plus the swaps) and you don't have to worry about short swaps: image I have tested it too (HA Final with only long ...Follow the trend on high timeframes - The holy grail?
-
jamb0 replied Apr 8, 2012Good luck! I will follow your journal. Can you tell us something more about your system? In what timeframe do you trade? Do you use any indicator?
100% Per Month
-
jamb0 replied Apr 8, 2012I've tried reversing EAs too and it doesn't work because of spreads: you can't open and close trades at same prices.
Reversing an EA
-
jamb0 replied Apr 7, 2012This is the worst part of this system, you need to hold trades during months! And the majority of traders don't have enough patience to do this, but I think this is the big guys do: they buy or sell and go away, I don't imagine a multimillionaire ...
Follow the trend on high timeframes - The holy grail?
-
jamb0 replied Apr 6, 2012I have tested yet the pyramiding and it doesn't work, it blows the account at the beginning of the test... Since 2002/01/01: image Since 2002/05/01 (beginning of a long uptrend): image
Follow the trend on high timeframes - The holy grail?
-
jamb0 replied Apr 6, 2012I have to thank you for that, the Turtles System has opened my eyes, thank you again
A lot of indicators... I don't remember all, SMA, Stochastic, Fibonacci, etc. Nothing works for me. I also code an EA based on smoothed HA and it doesn't ...Follow the trend on high timeframes - The holy grail?
-
jamb0 replied Apr 6, 2012Wow, 350$ into 2800$ in 2 months! You are in the right direction man
I will follow your trading journal. I thinked that in M1 all is volatility but it seems that not...from $300 to $1mln using M1 timeframe - another online hero
-
jamb0 replied Apr 6, 2012The last account I've blown was because using martingale, I don't recommend it.
Does the martingale system really work?
-
jamb0 replied Apr 6, 2012I don't know what is Trix indi, I have modified the EA to backtest it in Weekly charts with Heiken Ashi, also with SL down to 200 pips, here you have the code
: //+------------------------------------------------------------------+ //| ...Follow the trend on high timeframes - The holy grail?
-
jamb0 replied Apr 6, 2012Why you have moved this thread to rookie discussion?
I know I'm a rookie but... This is a system, with a coded EA, it's very simple, I know, but it works well...Follow the trend on high timeframes - The holy grail?
-
Follow the trend on high timeframes - The holy grail?
Started Apr 6, 2012|Rookie Talk|23 replies
I think I may found the holy grail and it's the simplest I've ever imagine, just follow the ...
-
jamb0 replied Apr 6, 2012No SL and 1 pip of TP? Good luck..., I hope you never get trapped in a huge movement of price. What's the maximum drawdown you have had in a trade?
Yet another 100 to 1000 journal! (Heavy Scalping)
-
jamb0 replied Apr 6, 2012I have coded an EA that may work, it opens 2 orders at time at those prices, test it: extern double TP = 0.003; extern double SL = 0.003; //+------------------------------------------------------------------+ //| expert initialization function | ...
EA Math Logic-Help
-
jamb0 replied Apr 6, 2012Try this: double grid[6]; double distance = 0.004; double price=NormalizeDouble(Bid,2); // Current price rounded to 2 digits grid[0]=price; for(i=1;i<6;i++) grid[i]=price+distance*i; For instance, if Bid is 1.55123 grid[]={1.55, 1.554, 1.558, 1.562, ...
EA Math Logic-Help
-
jamb0 replied Apr 5, 2012Nice indicator
I will use it in combination with Heiken Ashi.Anyone know about MAMA/FAMA moving averages?
-
jamb0 replied Apr 5, 2012Consistently loser: -3000$ since 2 years ago till now
A few advices from my experience: - Use always SLs (cut your losses soon). - Don't use TP: hold the trade until the trend ends (let your profits run...). - Use S/R for enter and breakouts of ...Poll: How much money have you made/lost in forex ?