Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
The programming can be challenging to allow in a martingale. -- I have not reviewed this ea yet... are your orders are individually closed? if so, it is doable.
The programming can be challenging to allow in a martingale. -- I have not reviewed this ea yet... are your orders are individually closed? if so, it is doable.
TFX v1_5 has a Double_Lotsize option in the external variables. Select true if you want each lot size double the previous order.
Martingales when they hit the tp usually combine a bunch of open orders and close them and "tie them together:. Ea's like bilksem for example
allowes the orders to be managed individually. The weekness of martingales, is basically what you described... letting your profits run. I like this type of ea.. .I just don't know yet on what to do with it.
Also, with Bilksem or with an ea like predator,,, it was only a martingale on the negative after the entry. This is a positive.
These martingales are "beast" and typically blow out---its just the way it is. ..You always have a loser and it goes against you so somehow you have to entend your wins. The programming of that is very, very hard.
Another back test to illustrate the implementation of a trailing stop used to close the cycle.
In this test after your profit was >= $10.00, a trailing stop was initiated, and would close all orders if you lost more than 50% of your HIGHEST total orders positive profit.
Should be fun to test, still have some work to do. Notice the HUGE draw down spike towards the end.
I do not mean to be a downer here...I have toi first find something that goes positive to EVEN consider a TS..
I like the indicator dependent entry idea better..
ES
Quote:
Originally Posted by wolfe
Another back test to illustrate the implementation of a trailing stop used to close the cycle.
In this test after your profit was >= $10.00, a trailing stop was initiated, and would close all orders if you lost more than 50% of your HIGHEST total orders positive profit.
Should be fun to test, still have some work to do. Notice the HUGE draw down spike towards the end.
well, you put a lot of work and time into it. so.. kudos for everyone ... I think you have somewhat of a winner... to early to tell however as like I would preach... the martingale is death trap. please shar if you get that ts to work.
the indicator entry is better. not that hard to modify what is there. Good entries are always hard to comeby.