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 am a programmer too. Think we can start a trading system development exchange here. That would be a great idea.
Rules:
If your system looks promising and you are willing to share it with the comunity we develop it for free.
If you don't want to share a system or you need some advanced development (C/C++/C# and other) that work is paid for.
Any suggestion are welcome.
Best regards,
wookey
Yes. This is a good idea. I'm in. If any one is willing to share it's trading idea with the comunity, I'm willing to make (or to try to make) the EA to test this idea.
Yes. This is a good idea. I'm in. If any one is willing to share it's trading idea with the comunity, I'm willing to make (or to try to make) the EA to test this idea.
Optimu.
Hi Optimu,
I think this is a GREAT idea to make the EA and test the idea.
I am not a programmer ( i am blind ), but maybe this trading idea we may tested with an EA.
My trading idea is for eur/usd and the EA should open onetime a day only.
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. BUY = close value + 25 pips
3. SELL = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
I hope the EA can be adjusted to change the SL ada TP.
Please add any input to make it better trading idea.
I think this is a GREAT idea to make the EA and test the idea.
I am not a programmer ( i am blind ), but maybe this trading idea we may tested with an EA.
My trading idea is for eur/usd and the EA should open onetime a day only.
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. BUY = close value + 25 pips
3. SELL = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
I hope the EA can be adjusted to change the SL ada TP.
Please add any input to make it better trading idea.
Thank's and all the best profit to you all
This is the EA. I have added that all position that are left open or waiting (buystop, sellstop orders) should be closed(deleted) at 8 gmt the following trading day. You can adjust the oppening hour, stop loss, take profit, and margin wich is the distance from the 8 gmt close (in your example +/- 25 pips). I have put a trailing stop. If you set it to 0 it is disabled. From my expirience backtesting with small trailing stops is misleading and can be very different from the real thing. I hope this helps. If you have any additions to your method you can post them and I will try to include them in the EA.
Optimu.
PS. This EA only works on the one minute chart (M1).
hai guys.. i want to modified this EA .i want to use only heikin ashi,cci and solar wind indicator. already try it my self but to many error... still need to learn from beginning
so i'll be glad if someone out there help me to modified it..
This is the EA. I have added that all position that are left open or waiting (buystop, sellstop orders) should be closed(deleted) at 8 gmt the following trading day. You can adjust the oppening hour, stop loss, take profit, and margin wich is the distance from the 8 gmt close (in your example +/- 25 pips). I have put a trailing stop. If you set it to 0 it is disabled. From my expirience backtesting with small trailing stops is misleading and can be very different from the real thing. I hope this helps. If you have any additions to your method you can post them and I will try to include them in the EA.
Optimu.
PS. This EA only works on the one minute chart (M1).
This is the EA. I have added that all position that are left open or waiting (buystop, sellstop orders) should be closed(deleted) at 8 gmt the following trading day. You can adjust the oppening hour, stop loss, take profit, and margin wich is the distance from the 8 gmt close (in your example +/- 25 pips). I have put a trailing stop. If you set it to 0 it is disabled. From my expirience backtesting with small trailing stops is misleading and can be very different from the real thing. I hope this helps. If you have any additions to your method you can post them and I will try to include them in the EA.
Optimu.
PS. This EA only works on the one minute chart (M1).
Hi Optimu,
I think i made a mistake about the input, the EA should go the opposite.
old input:
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. BUY = close value + 25 pips
3. SELL = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
It should be :
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. SELL = close value + 25 pips
3. BUY = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
I am very sorry about this, i hope you dont mind. Thank you
I think i made a mistake about the input, the EA should go the opposite.
old input:
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. BUY = close value + 25 pips
3. SELL = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
It should be :
1. input = close value from the bar at GMT.8:00 ( i am using NF. its GMT.11:00)
2. SELL = close value + 25 pips
3. BUY = close value - 25
4. SL = 30 pips
5. TP = 100 pips / trailing.
6. Time Frame = 1M
I am very sorry about this, i hope you dont mind. Thank you
hai guys.. i want to modified this EA .i want to use only heikin ashi,cci and solar wind indicator. already try it my self but to many error... still need to learn from beginning
so i'll be glad if someone out there help me to modified it..
thanks in advance
The EA you have posted is missing much of the code and it is difficult and time consuming to reapir it. I sugest that you repost the unmodified version of the EA and say what you want to modify to it, or better just write the strategy you want to follow, when it should open positions and when to close, and I will try to make an ea. Also if you want to use some indicators that are not standard post them.
Optimu.