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.
Sorry about the non reply to your email. I have been very busy writing EAs for paying clients and have not had much time to do free work lately.
What free time I do have I spend working on RSI ea or several of my own.
I might have a little time to look at this in the next few days.
MrPip
You have given more than what we expected, you are a great coder and a great person.
Don't bother with this EA now, its a good tool for manual trading, and once I got the right setup I will post it online. I found a good setup for this EA to trade daily channels, which I posted on MiniMe/Blaser however still its not a fully automated system.
Waddah Attar or MiniMe,
Can you program the EA to enter an instant execution order if the following settings are true.
extern bool InstantOrder = true;
extern string BuyNow_Trend_Info = "_______________________";
extern string BuyNow_TrendName = "Buy@CurrentPriceTrendLine";
extern int BuyNow_TakeProfit = 50;
extern int BuyNow_StopLoss = 30;
extern double BuyNow_Lot = 0.1; extern int BuyNow_StepActive = 0;
extern int BuyNow_StepPrepare = 0;
extern string SellNow_Trend_Info = "_______________________";
extern string SellNow_TrendName = "Sell@CurrentPriceTrendLine";
extern int SellNow_TakeProfit = 50;
extern int SellNow_StopLoss = 30;
extern double SellNow_Lot = 0.1; extern int SellNow_StepActive = 0;
extern int SellNow_StepPrepare = 0;
Reason behind the request:
If it is setup this way the EA works great but because it is a pending order my broker rejects the order since they require a 5 pip spread from open price to current price. Can you please program an instant order opiton if the Prepare and Active are both 0?
Brilliant EA by the way....
Thanks for your time and effort.
James