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.
Good to hear from you. I am working on your idea, along with EA's ideas all wrapped into one (confusing to code) EA.
I am a little concerned about such a drastic trade progression. You use this manually?
You have generated new excitement in TFX, I thank you for that. I had hoped to have a new version for the start of the trade week, but it won't be done in time for that. Whenever I get a chance I am working on it though.
hello wolfe
yes i am doing it manually in my rael account.
thank you wolfe . i am waiting for that moment.
Here is a look at some of the new external features in latest work in progress-
An idea from ES-
PHP Code:
extern bool Pyramid=true;//if true trades with trend, if false trades against trend
Kayvan's idea-
PHP Code:
extern bool Use_Kayvan_Method=true;//select to use kayvan's method
extern int Bar_Timeframe=5;//Bar Timeframe used to look back on, 1=1m, 2=5m, 3=15m, 4=30m, 5=1h, 6=4h, 7=1d
extern int Bars_Look_Back=1;//number of bars looked back at from current for high and low
extern int EntryLag_Long=2;//number of pips above high to enter trade(ADD YOUR OWN SPREAD)
extern int EntryLag_Short=2;//number of pips below low to enter trade(ADD YOUR OWN SPREAD)
My idea:
PHP Code:
extern bool Use_Trailing_Stop=true;//select true to use a trailing stop based on total $amount
extern double Trail_Start=10;//TS will start after this $Profit amount is reached
extern double TSLoss_Percent=50;//%Percentage of your HIGHEST profit you can lose before close all is performed
Kayvan, I will also add an option for your specialized progression.
Nothing is set in stone yet. Just wanted to share some progress.
another TP...with minimal DD...everything on automatic....I am back in! The only way this EA can lose is if Cable decides to go sideways long enough to build up the progression without breaking out ...based on the H1 this would be hard to do...but naturally the nanosecond I take this live... it will!
ES
Last edited by ElectricSavant; 02-18-2008 at 04:35 AM.
Here is a look at some of the new external features in latest work in progress-
An idea from ES-
PHP Code:
extern bool Pyramid=true;//if true trades with trend, if false trades against trend
Kayvan's idea-
PHP Code:
extern bool Use_Kayvan_Method=true;//select to use kayvan's method extern int Bar_Timeframe=5;//Bar Timeframe used to look back on, 1=1m, 2=5m, 3=15m, 4=30m, 5=1h, 6=4h, 7=1d extern int Bars_Look_Back=1;//number of bars looked back at from current for high and low extern int EntryLag_Long=2;//number of pips above high to enter trade(ADD YOUR OWN SPREAD) extern int EntryLag_Short=2;//number of pips below low to enter trade(ADD YOUR OWN SPREAD)
My idea:
PHP Code:
extern bool Use_Trailing_Stop=true;//select true to use a trailing stop based on total $amount extern double Trail_Start=10;//TS will start after this $Profit amount is reached extern double TSLoss_Percent=50;//%Percentage of your HIGHEST profit you can lose before close all is performed
Kayvan, I will also add an option for your specialized progression.
Nothing is set in stone yet. Just wanted to share some progress.
another TP...with minimal DD...everything on automatic....I am back in! The only way this EA can lose is if Cable decides to go sideways long enough to build up the progression without breaking out ...based on the H1 this would be hard to do...but naturally the nanosecond I take this live... it will!
i don`t know what is the problem ? everything is clear i explained the method before clearly .believe me it is profitable . but you must remember the main key in this system is lot size of the positions .the default must be set to this kind of calculation 1 - 3 - 5 - 9 - 18 - 36 --.... with these you always have chance to close orders with profit (at least with no lose).
Kayvan,
How far do you want this progression to go? Do you want it to stop after a certain level? A safety net of some kind?
No...I am using the original kayvan that you posted and set a 5 buck TP with doubling on a 0.1/0.1 lot/incr. with 1K on Cable H1...I am still running that test....
2 or 3 tp's a day thus far....maybe more...but I like 1% a day....this is good...
ES
Quote:
Originally Posted by wolfe
Are you referring to the TS?
Last edited by ElectricSavant; 02-18-2008 at 06:04 AM.