Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat  

Sponsors
Motorized Bicycles
Alternative Energy


Go Back   Stock Market Forum, Penny Stocks, FOREX, NASDAQ, AMEX, NYSE, Live Chat > FOREX FORUM > Forex Strategy

Forex Strategy A carefully devised plan of action to achieve Pips, or the art of developing or carrying out such a plan to make great Trades, using many indicators,-MACD, RSI, Moving Averages, ADX, Stochastic, Money Flow, Volume, CCI, Chaikin Oscillator, Etc.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-22-2009, 08:27 AM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Two very useful expert advisors (free).

Look! Two very useful expert advisors for metatrader platform:

Free Expert Advisors

Reply With Quote
Sponsored Links
  #2  
Old 11-12-2009, 02:28 PM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Re: Two very useful expert advisors (free).

New Free Expert Advisor e-Stochastic.

Conception:
e-StochFree MetaTrader4 expert advisor based on Stochastic Oscillator and Overbought/Oversold levels.


Rules:
Buy when Stochastic Oscillator (main line) falls below Oversold level (e.g., 20) and then rises above that level.
Sell when the Stochastic Oscillator rises above Overbought level (e.g., 80) and then falls below that level.


Parameters:
AccDigits = 5; //set 4 for 4-digit quotes; set 5 if your broker provides 5-digit quotes
Lots = 1.0; //lots volume
StopLoss = 100; //StopLoss value, pips (0 = no StopLoss)
TakeProfit = 100; //TakeProfit value, pips (0 = no TakeProfit)
Slippage = 3; //max. allowable slippage value, pips
Magic = 20091107; //some unique ID of the expert
--- Stochastic ---
Stoch.Kperiod = 5; //Stochastic %K line period
Stoch.Dperiod = 3; //Stochastic %D line period
Stoch.slowing = 3; //Stochastic slowing value
Stoch.method = MODE_SMA; //MA method: MODE_SMA, MODE_EMA, MODE_SMMA or MODE_LWMA
Stoch.price_field = 0; //price field parameter: 0 - Low/High or 1 - Close/Close
Stoch.SignalBar = 1; //0 - get Stochastic signal from open bar; 1 - get Stochastic signal from closed bar
Stoch.OverboughtLevel = 80.0; //Stochastic Overbought level
extern double Stoch.OversoldLevel = 20.0; //Stochastic Oversold level
--- Trailing ---
TrailingOn = true; //use trailing true/false
TrailingStart = 30; //trailing stoploss size, pips
TrailingSize = 30; //min. profit value to activate the trailing, pips


FREE Expert Advisor e-Stochastic Back Test:


Click to view back test


Download Expert Advisor e-Stochastic (for FREE)
Reply With Quote
  #3  
Old 02-16-2010, 10:17 AM
smarttradepro10 smarttradepro10 is offline
Jedi Initiate
 
Join Date: Feb 2010
Posts: 15
smarttradepro10 is on a distinguished road
Default Re: Two very useful expert advisors (free).

Nice program. Thank you for sharing this.


D.R. Barton
Smart Trade Pro
Day Trading | Forex Trading | Investing
Reply With Quote
  #4  
Old 03-09-2010, 01:47 PM
JamesFX73 JamesFX73 is offline
Jedi Initiate
 
Join Date: Dec 2009
Posts: 11
JamesFX73 is on a distinguished road
Default Re: Two very useful expert advisors (free).

It seems interesting.Thanks for sharing.
Reply With Quote
  #5  
Old 04-18-2010, 02:34 PM
mark1234 mark1234 is offline
Jedi Initiate
 
Join Date: Mar 2010
Posts: 16
mark1234 is on a distinguished road
Default Re: Two very useful expert advisors (free).

interesting stuff..thanks for this..im learning so much from this site..:D
Reply With Quote
  #6  
Old 04-22-2010, 03:42 AM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Re: Two very useful expert advisors (free).

FREE Metatrader Indicators Page
Free Forex Indicators | Free Metatrader Indicators


-Free MetaTrader Indicator i-MAV

http://iticsoftware.com/mav.zip


__________________
BJF Trading Group||FOREX MetaTrader Expert Advisors
Reply With Quote
  #7  
Old 06-16-2010, 12:05 PM
StockRocket's Avatar
StockRocket StockRocket is offline
Jedi Initiate
 
Join Date: Jun 2010
Posts: 6
StockRocket is on a distinguished road
Default Re: Two very useful expert advisors (free).

thanks for those! been wanting to use and understand the FOREX markets
Reply With Quote
  #8  
Old 07-01-2010, 03:36 AM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Re: Two very useful expert advisors (free).

FREE Expert Advisor e-TrendLineTrader Conception:

GO - Check this out NOW! =>>> Free Expert Advisors | Free Metatrader Expert Advisors

Open long if a bar closed above a TrendLine.
Open short if a bar closed below a TrendLine.

FREE Expert Advisor e-TrendLineTrader Usage:
Place N TrendLines on the chart manual.
Change descriptions of these trendlines to LongTrendLineDescr or ShortTrendLineDescr. Apply the expert.

FREE Expert Advisor e-TrendLineTrader Parameters:

" --- Trade params ---",

extern bool MarketExecution = false;
// Set MarketExecution = true for ECN brokers.
// This means that market orders will be placed without StopLoss and TakeProfit.
// StopLoss and TakeProfit will be added after open.
extern int AccDigits = 5;
// Set 4 for 4-digit quotes; set 5 - for 5-digit quotes
// This is amount of digits after decimal point on EURUSD pair
extern double Lots = 1.0; // lots volume
extern int StopLoss = 100; // StopLoss, pips (0 = no StopLoss)
extern int TakeProfit = 100;// TakeProfit, pips (0 = no StopLoss)
extern int Slippage = 3;// max. allowable slippage value, pips
extern int Magic = 20100620;// some unique orders ID

" --- TrendLine params ---"

extern string LongTrendLineDescr = "LTR";
// Only TrendLines with this description will be processed to open Buy orders
extern string ShortTrendLineDescr = "STR";
// Only TrendLines with this description will be processed to open Sell orders
__________________
BJF Trading Group||FOREX MetaTrader Expert Advisors
Reply With Quote
  #9  
Old 08-06-2010, 04:24 AM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Re: Two very useful expert advisors (free).

Secrets of successful Forex Scalping

July 28th, 2010

Here are many supporters and opponents of forex scalping systems. There is no agreement of opinion even among people who use the same forex scalping system. It happens because success of the forex scalping system depends not only on professionalism of developers and the idea, realized in the system, but also on many external factors:
- Choice of broker. Many brokerage offices allow scalping, but can hinder work of the forex scalping system, especially if you deposit is small;
- Choice of the right money management policy. Many traders expect fantastic profits from the forex market and want to get several hundred percent per month. In order to achieve such goals traders often choose lot size, which makes 30% and even 50% from the deposit. In this case even one losing transaction can ruin the system.
- Professionalism of a trader. Many developers point in the system description that you don’t need special knowledge for trade and it’s true, but, at least, you must know settings of the system and metatrader trading terminal. It will help you to avoid stupid mistakes, which could ruin the system.
You should take into account several important factors when developing the trading system for gaining small amounts of profit during short time intervals (scalping trading systems).
The first and, maybe, the main factor is spread. Spread can ruin up to 20-30% of profit of your system. And if you add dealer’s actions, directed at destroying the system, we can suppose with high probability about 70% of loss.
The second important factor is multiple mistakes, which arise in the attempt to open or close market orders. For this reason many trading systems, which show profit at a test on historical data, may be unprofitable and even loss-making during real trade.
So how to develop a system, which will allow to use scalping and to make profit at the same time?
Many scalping systems have limits in time of trade. If you have a look on currency movement diapasons during so-called “quiet market” hours, you will see that currency deviance exceeds spread by several points. You can solve this problem in several ways.

The first way is to trade night and day, choosing currencies, which are currently match the scalping conditions, move in the linear regression channel or are in the flat channel, limited by resistance and support lines, for a long time. Or you can choose moments of low market volatility, when breakout of resistance lines or channel borders is unlikely.

The second way is to set the system a time limit, but at the same time to improve quality (precision) of entry and exit. Improvement of entry quality can be reached by means of formation of linear regression adaptive channels.

If you use a standard built-in linear regression indicator or other linear regression indicators, you will probably notice that arrangement of linear regression lines depends on number of bars, taken for channel formation. It is also easy to notice that you can form many such channels on the chart. So what channel is the most objective one? The most precise channel is the one, mean square deviation of which is minimal and is becoming lesser. There may be several such channels on the chart, and they will describe currency movement corridors more precisely. LR-Channel indicator will automatically detect all linear regression channels on the chart and will choose only those channels, mean square deviation of which is minimal and is becoming lesser.
Such channel will help you to detect entry and exit points more precisely than the standard linear regression channel or the flat channel.
Details in the zip file
Attached Files
File Type: zip 2010-Aug-06_09~36~02.zip (78.9 KB, 14 views)
__________________
BJF Trading Group||FOREX MetaTrader Expert Advisors
Reply With Quote
  #10  
Old 08-11-2010, 10:09 AM
MDunleavy's Avatar
MDunleavy MDunleavy is offline
Jedi Padawan
 
Join Date: Jun 2009
Posts: 256
MDunleavy is on a distinguished road
Default Re: Two very useful expert advisors (free).

Forex Scalping Systems are based on Forex Indicators

Most forex scalping systems are based on linear regression channels or support/resistance
lines. For example our expert advisors: Stomper and IntellectualPro. Stomper based on
support/resistance lines and Intellectula pro based on smart adaptive linear regression
channels.

Learn more about adaptive regression channels.
=>>> _http://forex-profit-systems.com/?p=33

But a lot of forex scalping systems are based on forex indicators. For example our Forex
Scalping system SC-market.

Expert Advisor SC-market based on two standard indicators RSI (Relative Strength Index) forex
indicator and SMA (Simple Moving Average) forex indicator.

Learn more about Expert Advisor SC-market
=>>> _http://iticsoftware.com/scalping-forex.php#scmarket



BJF Trading Group inc.
Attached Files
File Type: zip 2010-Aug-11_09~26~54.zip (91.1 KB, 5 views)
__________________
BJF Trading Group||FOREX MetaTrader Expert Advisors
Reply With Quote
Reply

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
EXPU - Expert Group, Inc (PINK Stock) hotstockbuns Penny Stock Forum 19 03-20-2013 08:48 PM
10 Expert Stock Picks BadThad Stock Market Talk 1 01-20-2011 11:37 AM
EXPT - Expert Group Inc. sevago00 Penny Stock Forum 18 05-01-2008 04:50 PM
Free Realtime Ericp501 Stock Market Talk 0 02-13-2008 10:33 AM


All times are GMT -4. The time now is 02:10 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
StockMarketCats.com