To develop an ea in mq4 using a custom indicator to produce buy and sell orders based on crossover of indicator lines combined with money management and order sizes. The ea will run on all time frames and currencies.
Categories: Buy, Code, Custom, Expert Advisor, Indicator, Sell Tags: and sell, Code, Custom, custom indicator, Indicator, mq4, using
Custom Indicator Modification and Coding
I need a custom indicator based on the GANN’S% Ratio, which uses the following formular to predict the next candle’s move at close of the current candle. That is, at close of the current candle it uses the variable from it to calculate a %ratio, and the value predicts the trend direction for the next candle at it’s opening. I want it arrow based signal! Below is the formular, and the RULE(S)-
Sigal Formula=[(High-Open)+(Close-Low)]/2*(Range), whereby Range= (High-Low)
Trading Rule(s)
SELL Signal- at a ratio of 64% or Higher (i.e Over Bought-OB)
BUY Signal- at a ratio of 37% or lower (i.e Over Sold-OS) Note:Indicate Stay out or Sideways for anything between the two, 37% and 64%
What I would like is a custom indicator that automatically performs linear forecasts using the least squares method to find the
I am looking for a progammer to code a relatively simple EA for me. However, this EA will require the developer to write a custom indicator for MT4. In addition to using this indicator to generate buy/sell signals, I’d like to be able to view it as an oscillator below the chart.
The custom indicator will require knowledge of how to CORRELATE two variables based on market generated data.
As this is a relatively straight forward project I’d like to see it completed within two weeks.
Bid is open for programmers with MT4 coding experience who:
1) can speak english (so we can communicate without misunderstanding)
2) are available online to chat and discuss the project
3) can commit themselves to the agreed timeframe
4) are happy to tweak and alter the code in the future should that be required (additional fees to be agreed based on how much work it would involve)
To build an Expert adviser for metatrader 4.
This Expert Adviser takes an existing custom indicator & uses the signal conditions within the indicator to trigger trades.
Firstly the custom indicator used needs some extensions to allow parameter changes (change of values for indicator) to be set in the properties.
Expert Adviser:
Added variables will be standard such as:
Lot size
time start
time stop
Slippage allowed
Spread parameter
Magic number
Some conditions within the custom indicator will be able to be ‘turned off’ or ‘turned on’ by selecting true/false in the properties.
The Expert adviser uses ‘invisible stops’ – where the stops are set internally & executed by ‘instant execution’ rather than by stop limits.
Categories: C/C++, mSQL, Programming, SQL, System Administration Tags: adviser, adviser programming, amp, amp amp, Custom, custom indicator, expert, expert adviser, expert adviser programming, Indicator, Programming, programming 234, sql system administration, the custom indicator