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.
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 > At the worst, this ea can be adjusted for better gettin's if kayvans strategy turns into a nightmare. .
from electric:
"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?"
I believe: Kayvans method would be the entry. Ask > High[1] (it would have no look back unless you wanted to have him program).
Last entry would be a buy! (in the code below) -- Last entry is a "true or false"
((Pyramid==true)&&(Use_MA_Entry==false)&&(Ask >= Next_Buy)&&(Ask>Last_Buy)&&(Last_Type==OP_SELL)&&( Last_Entry_Filter==true))||
You might be right, but I think he has figure out a way to combine those.. Again, I have not done much with this as I have been working on a rollover ea ... which is sort of twisting my brain. i will start testing today!!!!
Wolfe will need a month off to get his brain recharged after this one!. I think this will be fun to test! Also to go live on a mini! I love these type of ea's'''''' lots of action !
i am not a coder originally. -- self taught. ..I could never do mm like this
guy. very few like him.. .I do a lot more on entry and exit strategies with coding. I think this ea's is gonn a rock!.
Hey electric... if you ever get tired of this ea... check this thread out at forex factory... This guy is sharp... Helleva read and a good system! roll over (carry trades) that can be used for 100% hit rates - Page 81
he he I see you there es... It takes a long time to digest and a great learning curve.!!
no questions yet... just starting to test.
I guess I will know by morning what type of mess this is going to be
I like it so far. --- not entire sure how the hedging will work ... but shows promise.
Your first order will be whatever your Start_Lot_Size is set at. When it comes time for Long_Short_Balance to work it will balance your long and short lot sizes so they are fully hedged, plus add what ever amount you have selected for Balance_Weight, to the side with the trend.
I hope this makes sense.
Things could be changed later, but as of right now, this is how it works.
Due to all the confusion, that I was sure would happen with all these options, I will probably code a bunch of annoying pop-up alerts to notify users if they have combinations that won't work properly. This could take time though, because I will have to figure out all the bad combinations possible.
Perhaps wolfe will be upgrading maxtrades to work with Percent and Dollar also...if not implemented already.
All maxtrades considers right now is total orders opened. We could code it to take into consideration $, or some type of percentage if people thought this would be useful. Anything you think of CAN be coded, the question is, if I can figure it out.
ok...so maxtrades works independently...the TS did not work together with it though?
ES
Quote:
Originally Posted by wolfe
All maxtrades considers right now is total orders opened. We could code it to take into consideration $, or some type of percentage if people thought this would be useful. Anything you think of CAN be coded, the question is, if I can figure it out.