Archive

Posts Tagged ‘stochastic’

Ninjatrader And Mt4 Indicators

June 5th, 2011 Comments off

I am looking for an experience programmer to do 2 indicator projects.

Convert a standard Heiken Ashi indicator which can be found in NinjaTrader 7 into an MT4 indicator.

And converting an MT4 Stochastic indicator (in attachment) into a Ninja Trader indicator. Need to have sound alert when Stochastic indicator make a V turning point.
I don’t know if you could code it that way? if not, maybe when indicator reach overbought oversold area which is around 30 and 70.
Could you make the stochastic and overbought oversold parameters adjustable please? in case I need to change it later.

Stochastic setting is:

Kperiod 7
Slowing 2
Dperiod 3

Please indclude an instruction to install this indicator into the platform. I am new to Ninja Trader 7 platform.

Thanks

Mt4 Ea Coding

November 28th, 2009 Comments off

I am looking for an experienced MT4 programmer to code the following:

Setup:

Moving Average
Variable period
Variable shift
Variable MA method (Simple, exponential, smoothed, linear
Weighted)
Apply to (open, close)
MA should display on chart
RSI
RSI greater than / less than value should be a variable
RSI should display on the chart
Stochastic
Stochastic should display on the chart
Stochastic buy AND sell values should be variables
Trades should be entered when the bar CLOSES above/below the MA + filter value in pips AND RSI is greater / less than a specific value AND Stochastic is greater / less than a specific value AND trending in a specific direction
TP and SL should be variables
There should be a money management feature that allows the EA to calculate the lot size based on a % of the account size
Email alerts should be generated when trades are opened and closed – email alerts should show:
On trade open:
Currency pair
Trade direction (long / short)
Entry price
Lot size
TL
On trade close:
Realized profit / loss
SL

Please reply with specific questions about trading parameters.
Code must be released to me; programmer must sign a NCND agreement
Payment will be made after a fully functional EA is delivered.

Bear