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.
I wanted to ask you about the all powerful LastEntryFilter. I want to make sure it functions the way I hope it does..
When used with the kayvan method it is supposed to not enter any entry that does not EXCEED the previous entry (s) in that same direction, cumulative.
So how in the world did you code this? as you need to know the lookback...the lag....the highest of ALL the previous entries that are open and the lowest...you do not even know how many are going to be opened. (folks I want to remind you that this can be used on the M5 too! if wolfe can get this to work)
anyways..the end result will give you exceding Longs going higher and higher and exceeding Shorts going lower and lower if pyramid: true...a gridding sort of look...opposite for counter trend..or in other words, pyramid: false
How do you control the first trades? what if the first trade is Long...and it does very well but does not exit then we get a Short which is the first leg....there are not any previous entries yet for the LastEntryFilter to work with but the Short is above the Long and your in pyramid mode?
Do you see the problem? Maybe you already delt with this? If you have not...how in the world will you? Don't answer that...
ES
P.S. be patient folks we are getting there step-by-step...this public testing is two-fold...it teaches you how to use this EA.
ES-
I do think you get a special award for contributing the hardest idea to code!
I had to create a way to keep track of the last buy open price, and the last sell open price, and be sure the program could access them when needed. It was kinda a pain in the a**! But I think I figured it out.
Another problem was integrating this along with the other options, and trying to guess "Hmm what might people have selected, or not have selected, and still have this work.
These may look the same to you, but look closely, they're not.
I'm confident it works well when pyramid is set to true. I'm not so confident it will work all that great when pyramid is set to false. When pyramid is set to false, you have to take think of everything as opposite, it gets very confusing. You also have to take into account how the code should read before a long or a short. I did my best at the time on this one, Maybe my best will be better in the future.
I probably haven't really answered you're question, but I hope I did!
Like I said before, I'm trying to follow your Rules and track this EA.
Now, I was running this EA ( pls forgive me with the name using like that in the chart, just want to remember me this trade follow Mr. ES setting. Pls don't you ALL mind ), JUSt in Cable pair.
I'm using for ES setting latest. ( That's why the name of EA with his name ).
And this EA was open this morning like you see.
My question is :
1. There is no SL / TP, when trade was Open. Is it Right OR Wrong Sir' ??
great job, wolfe.! Awesome. -- this is definintely the best martingale I have ever seen!. You can all thank your lucky stars!. The more, I look the more awesome it looks. ! i love the allowed loss definition!!! !. GREEEAAAATTTTTT! A long and short balance!!! awesome!!! way of making this thing very lucartive potentially
We use the float to exit all the trades with per each chart the EA is on! These settings that you are using, use a TS of 6 bucks with first opportunity at 5 bucks...maybe more...
Only use this on one pair per 1K with the settings you are using.
ES
Quote:
My question is :
1. There is no SL / TP, when trade was Open. Is it Right OR Wrong Sir' ??
Last edited by ElectricSavant; 02-25-2008 at 03:47 AM.