Forex



Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #21 (permalink)  
Old 10-05-2008, 11:58 PM
DREWP's Avatar
Member
 
Join Date: Oct 2008
Location: Gatlinburg TN, Mary Esther FL.
Posts: 97
DREWP is on a distinguished road
codobro,
Many thanks!! With this information I should be able to program a bare bones EA that could warrant further coding evaluation.
Thanks again,
-DREWP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #22 (permalink)  
Old 10-06-2008, 12:20 AM
designmax's Avatar
Member
 
Join Date: Jul 2006
Posts: 50
designmax is on a distinguished road
E & A Standard System

Hello Drew

Congratulations on your great results so far. I had not come across the SSL indicator before, but it looks quite effective. Does it repaint at all? I also wondered what level of stoploss are you using on your trades?

Regards
Designmax
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #23 (permalink)  
Old 10-06-2008, 01:06 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
I must warn the coder dudes that I post incessantly when I get excited about a project...I will try and control myself though...I look forward to an EA and your instructions on what you want me to test...

ES
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #24 (permalink)  
Old 10-06-2008, 01:07 AM
DREWP's Avatar
Member
 
Join Date: Oct 2008
Location: Gatlinburg TN, Mary Esther FL.
Posts: 97
DREWP is on a distinguished road
ElectricSavant,
Thanks for the support! When we have a system developed you will definitely be called upon.


designmax,
Thanks for your interest in the system. If the ssl starts to cross on a bar and the price is fluctuating rapidly, the the ssl will open and cross as well. When this happens I wait for the next bar to print and if the ssl is still crossed, it's a go. My stop loss is set to 10 sometimes 15 depending on market volatility.

-DREWP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #25 (permalink)  
Old 10-06-2008, 03:16 AM
ElectricSavant's Avatar
Senior Member
 
Join Date: Jun 2007
Posts: 3,354
ElectricSavant is on a distinguished road
DREWP,

No prob...I'm just lookin' for clues at the scene of the crime hehe☺

ES


Quote:
Originally Posted by DREWP View Post
ElectricSavant,
Thanks for the support! When we have a system developed you will definitely be called upon. -DREWP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #26 (permalink)  
Old 10-08-2008, 05:40 PM
Senior Member
 
Join Date: Aug 2006
Posts: 139
ruparaw is on a distinguished road
Quote:
Originally Posted by DREWP View Post
Hello All,
I have developed a simple trading system that I call the E&A Standard. It works on any currency (I prefer low pip spread currencies for obvious reasons) and any time frame (Though any time frame less than 5M is not recommended). It uses SSL Channels and ADX Crosses. When the Indicators agree for a buy or sell trade, the price movement is usually between 10 and 50 pips, sometimes more, depending on market conditions. Though this is an easy system to trade with, it requires too much "screen time", and would benefit greatly from mechanized entry and exits. This system has no exit points and relies heavily on TP and Trailing Stops. Seeing as how I don't have the adequate skills necessary to code an Expert Advisor, I'm reaching out to the community for some much needed help. The trading system is as follows:

Buy signals:
1.If a blue arrow is indicated and the green line crosses the red line from bottom to top after the arrow is indicated but
before the 3rd bar from the arrow is printed.

2.If the green line crosses the red line from bottom to top and a blue arrow is indicated before the third bar from the cross
is printed.

optional buy:
If the blue arrow is indicated while the green line is above the red line.


Sell signals:
1. If the red arrow is indicated and the red line crosses the green from bottom to top after the arrow is indicated but
before the 3rd bar from the arrow is printed.

2. If the red line crosses the green line from bottom to top and the red arrow is indicated before the third bar from the
cross is printed.

Optional sell:
If the red arrow is indicated while the red line is above the green line.



If someone is generous enough to code this EA, these are the option required to make this EA profitable and risk adverse:


TakeProfit (In Pips)
StopLoss (In Pips)

UseTimer (True/False)
Timer (Time frame in which the EA is allowed to trade. Engaged if UseTimer is set to True. Example: 0600 to 1300)

UseMoneyManagement (True/False)
LotSize (In percent of account equity. Engaged if UseMoneyManagement is set to True)
StaticLotSize (User defined lot size. Engaged if UseMoneyManagement is set to False)

UseTrailingStops (True/False)
TrailingStop (Operates at any user defined target i.e. less than 15 pips. Engages if UseTrailingStops is set to True)
TrailingStopStep (In Pips)

MaxMarginUsed (In percent of account equity)

UseBreakEven (True/False)
BreakEven (Engages at any user defined target)

UseOptionalSignals (Use optional buy/sell signals as described above)
UseOptionalTimer (True/False)
OptionalTimer (Time frame in wich UseOptionalSignals operates. Engaged if UseOptionalSignals is set to true. Example: 0600 to
1300)

MaxOrders (Maximum number of orders that the Expert Advisor can have open at any given time)

MagicNumber

MaxPipSpread (If the pip spread for a given currency is above MaxPipSpread the EA will not enter a trade)

Slippage (In Pips)

AudioAlerts (True/False)

EmailAlerts (True/False)


I hope this system works for you. Any help coding this system is greatly appreciated.

Many Thanks In Advance,
DREWP

EDIT:
Thanks to void for the non-repainting version of ADXcrosses
Here you go...please help me to optimize to get the best set file
Attached Files
File Type: ex4 adxea.ex4 (11.9 KB, 380 views)

Last edited by ruparaw; 10-08-2008 at 06:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #27 (permalink)  
Old 10-08-2008, 07:00 PM
Kenny Rogers's Avatar
Senior Member
 
Join Date: Oct 2008
Posts: 684
Kenny Rogers is on a distinguished road
What the hell did T get replaced?
__________________
aka jbfx
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #28 (permalink)  
Old 10-08-2008, 10:09 PM
Junior Member
 
Join Date: Mar 2008
Posts: 9
blackhell is on a distinguished road
About EA

Hi Ruparaw Can you post Mql file or unlock the EA cause I want to use it on live account? Many thanks !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #29 (permalink)  
Old 10-08-2008, 11:39 PM
DREWP's Avatar
Member
 
Join Date: Oct 2008
Location: Gatlinburg TN, Mary Esther FL.
Posts: 97
DREWP is on a distinguished road
ruparaw,
Thanks for the EA. I will backtest the EA and optimize it for the included features.

Kenny Rogers,
I'm sorry, I don't follow what you are asking. T?

blackhell,
I wouldn't recommend trading this EA in a live environment in its current state. Instead try this variation of my system using the ADXcrossesNon-repainting, and Forex Freedom (MTF CCI) on a H1 chart.

newsys.gif

Trading this way I get between 10 and 30 pips a trade. But sometimes I endure some moderate draw down. Also try M30. Let me know what everyone thinks of this.

Next in line for this system is a MTF version of the SSL

-DREWP

Last edited by Linuxser; 10-12-2008 at 07:59 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #30 (permalink)  
Old 10-09-2008, 12:21 AM
Junior Member
 
Join Date: Mar 2008
Posts: 9
blackhell is on a distinguished road
Smile Tnanks

Hey DREWP) Tnank you very much! I will test it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
ADXcrosses.mq4, alaskanpipassasin, AlaskanPipAssassin, AlaskanPipAssassin ea, AlaskanPipAssassinMod, benkyalate, Bluewhale, digirsi, drewp, EAS Signals, EAS Signals v0.04b, EAS VST, eastandard.net, fxprime, Jurik Volty, ssl bar, SSL Channel, SSL Channels, system, trading, vasily, Vasily Pip Sniper, wilders dmi

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BB-TSI Trading system newdigital Indicators - Metatrader 3 2 09-01-2009 08:43 AM
Day Trading system WAW Suggestions for Trading Systems 2 12-28-2007 05:41 AM
How do I detect mini or standard account in EA? fxtrader625 Metatrader 4 2 06-23-2007 11:08 AM
Where to get a list of all Standard constants (MQL) ? budhax Metatrader 4 1 05-04-2007 07:10 AM
Need Standard MACD Indicator znny Indicators - Metatrader 4 14 10-18-2006 03:51 AM


All times are GMT. The time now is 12:55 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.