- Most Forex traders lose all their money.
Using the robot posted here in trading Forex does not guarantee success.
Trading this robot could lead to serious financial loss.
Trading this robot without understanding its underlying trading strategies guarantees traders will lose their money.
This is not a set-and-forget ea. There is no such thing and anyone who tells you there is, is either a liar or an idiot. It should quickly become obvious why manual intervention will be necessary from time to time.
At best, a trading robot is only 90% as good as the manual strategy it trades. At best. At worst, it can be much less effective. If the strategy is rubbish, so is the robot.
To trade this robot, you have to understand:- How to use EA's.
Grid trading
Hedging
- How to use EA's.
Ehup all
A few weeks ago, I received this pm from viracoccha (I have cut out the introductory stuff)
"EA makes buy&sell orders at the same time. It will continue for doing it after every certain price movements. For example if price goes up 50 pips then EA makes buy&sell order again. AND AT THIS moment it sets break even line (for example +4 pips) to previous buy order AND NOW appears TP (for example +2 pips) to previous sell order. (It is very important that break even line and TP appears when next step is executed). So why I don’t have tried that system is that I don’t have found EA what makes TP level when order are certain number of pips in wrong direction.
….. and when the price goes down 50 pips the EA makes buy&sell order and sets break even line (for example +4 pips) to previous sell order and TP (for example +2 pips) to previous buy order. This is same logic but opposite direction …. So THIS is basic movement. No matter does price goes up or down. And it continues makes orders …. Lot size is same and buy and sells holding balance also …..
Now…… when price moves over break even line (this can happened only after second wave, in my example it was 50 pips) then AT THIS moment EA sets SL (for example 10 pips) to opposite order at the SAME level.
Profit comes when price overpasses both lines( break even +4 pips and TP +2 pips). The only risk in this system is when the price don´t overpass both line.
I try make example:
Prize is 1.3000, buy and sells are in and there is nothing more, no lines …… price is 1.3500, another buy and sells was made AND now EA sets break even for previous buy (lets say +4 pips) and for previous sell it make TP (+2 pips) ….. so …. If it goes up then nothing happens … it just making every 50 pips sells and buys. But if it goes down from 1.3500 …then it took my profit 1.3004 and 6 pips down it takes again profit. Not loosing much then in 1.3004 it sets SL for sell order (SL is 1.3014 and TP is 1.2998). That risk zone is 6 pips at this case. But in forex there are always risk. 6 pips is not bad. In my opinion every next level should be larger lot size as previous."
I post the above so that all readers can check my understanding of all this. Clearly, English is not viracoccha's first language, so there is always the chance of something being lost in translation. Here is my understanding:
- On starup, take buy and sell trades immediately. Imagining that the market then rises:
at +50 pips (or the user-input TradeStepSize)- move the stop loss of the Buy trade to +4 (or the user input BreakEvenProfit).
move the take profit of the sell trade to +2 (or the user input TakeProfit).
Take out a further buy and sell with lot sizes of the previous trades multiplied by LotSizeIncrementer (default 1, so same lot size)
- Move the stop of the outstanding Sell trade to -10.
Then, the market will either continue to fall and hit the Sell tp, at a combined profit of +6 pips overall, or rise to hit the sl, at a combined loss of -6 pips.
- move the stop loss of the Buy trade to +4 (or the user input BreakEvenProfit).
Rince and repeat. Every time the market moves by TradeStepSize, the process of moving stop/tp/open new trades begins again.
At least, I think it does. This little lot was a nightmare to code, so I do not guarantee that the algorithm I have constructed is watertight. All we can do is bung the EA on a demo and see if it works as intended.
Bear in mind that I have coded my understanding of all this. I may have misunderstood. It is not my strategy; questions about the strategy should be directed to viracoccha.
In conclusion
No idea where all this is heading. No idea if the strategy has long-term legs Let's see.
Matters of general interest
Read this post:
http://www.forexfactory.com/showthread. ... ost4923611 Newbie traders, read this for inspiration and warning. Those of you who have suffered losses, read it for inspiration. There is a thread devoted to Sam's trading method at http://www.forexfactory.com/showthre...25#post5118825
Masterly summary of hedging: http://www.forexfactory.com/showthread. ... ost4977179
EA coding
I receive may requests to code EA's. Traders, if I code your EA for free, then I will share it here. If you want me to code your EA without sharing, then my fee is $100 payable into my paypal account. I explain why at http://www.forexfactory.com/showthread. ... ost4431794, at the bottom of the post.
Useful utilities/EA's/scripts
Matt's chart-population script at http://www.stevehopwoodforex.com/phpBB3 ... 5733#p5733. Use this every time you start a fresh platform.
MaryJane has posted a fabulous utility to allow us to resize EA input windows: http://www.forexfactory.com/showthread.php?t=299017
Multi purpose trade manager: http://www.forexfactory.com/showthread.php?t=89371
Account equity analyser: http://www.forexfactory.com/showthread. ... ost4693716 Also at http://www.forexfactory.com/showthread. ... ost4709098, which includes a template for both USD and the Euro.
Past-trades display indi by squalou; shows a graphical display of the success/failure of trades in your History tab. Breathtaking piece of work. http://www.forexfactory.com/showthread. ... ost3830610
My shell EA – the code I use to produce EA's so quickly. http://www.stevehopwoodforex.com/phpBB3 ... p?f=5&t=15