Ichimoku

Trabajo finalizado

Plazo de ejecución 6 días
Comentario del Cliente
Excellent Service and good customer relations; Honest and friendly. Swift response to queries and apt to volunteering relevant information. I strongly recommend him to any prospective customer
Comentario del Ejecutor
All the best my friend

Tarea técnica

REQUIREMENT SPECIFICATION FOR THE ICHIMOKU EA

The required EA is expected to use all the major components of the Ichimoku Kinko Hyo.

Two Time frames are required to make a trade - ANY Higher TIME Frame (HTF) and a Lower Time Frame (LTF).

 

TRADE SETUP:

 

Trend Determination

FOR UPTREND:

HTF                 Price closes above the Kumo (SekouSpan A & B) + the lagging Span (Chikou Span) break

                        above the Kumo.

                        Price closes above the Base Line (KijunSen) + Conversion line (TenkanSen) also equal to or

                       above the base line

                        MACD Main (MM) >= 0 + MACD Signal(MS) < MACD Main(MM)

 

FOR DOWNTREND

                        Price closes below the Kumo (SekouSpan A & B) + the lagging Span (Chikou Span) break

                        below the Kumo.

                        Price closes below the Base Line (KijunSen) + Conversion line (TenkanSen) also equal to or

                        below the

                        base line

                        MACD Main (MM) <= 0 + MACD Signal (MS) < MACD Main(MM)

Trading Signal

Buy

LTF                 Price closes above the Kumo (SekouSpan A & B) && the lagging Span (Chikou Span) break

                        above the Kumo &&

                        Price closes above the Base Line (KijunSen) && Conversion line (TenkanSen) also equal to or

                        above the base line

                        MACD Main(MM) >= 0 + MACD Signal(MS) < MACD Main(MM)

Sell

LTF   -              Price closes below the Kumo + the lagging Span break below the Kumo.

                        Price closes below the Base Line + Conversion line equal or below the base line

                        MACD Main (MM) < =0 + MACD Signal (MS) > MACD Main (MM)

                       (All decision variables are based on current market condition)

ENTRY

Should be able to:

A.     Select and trade in any direction of choice i.e. Buy or Sell at any given period

B.      In whatever direction of Choice, choose either:

1.      Single Position Entry: Single Specified Lot size is traded after the setup.

2.      i. Multiple Position Entry: Constant specified lot size is opened at the close of each candle on the LTF in the direction of the trend after the setup i.e., Uptrend will buy close of every bullish candle and downtrend will Sell close of every bearish candle the specified lot size.

ii. No of trades per signal i.e., how many trades (for the specified lot size) should the EA open for every buy or sell signal at the close of a bullish or bearish candle?

EXIT

All trades are closed out upon:

The closure of current price below the Kijun-Sen or Base Line (For buy Trade(s)) on the LTF

The closure of current price above the Kijun-Sen or Base Line (For Sell Trade(s)) on the LTF

(The EA should be able to scan the market for similar trades and continue the trading in the relevant direction after each exit; as long as the trend remain)

Note:

Other Important Parameters

1.      I should be able to make selection of my two intended time frames on the parameter.

2.      I want the EA to be able to trade more than one market at a time and provide for market selection.

3.      There should be provision to:

-specify manual stop loss and take profit (in pips) for all trades (for global exit of all trades) and individual trade exit. (These are other options in addition to exiting trades through close of conversion line below or above the Base Line)

- automatic stop loss via ATR.

-Allow for trailing stop and breakeven behavior.       

4.        EA to allow for specification of:          

 i.  choice of days to trade in a week and

 ii.  trading time within which to make trades.

5.      EA should allow for specification of Max. permissible spreads (in pips) for any tradeable market.

6.      A dashboard (that can be turned on and off) to show at a glance:

i.                    Current Time                                                

ii.                   Expire Time (where trading time is specified)

iii.                 Total Open Trades

iv.                 Total Open Lot Size

v.                   Total P&L (Pips)

vi.                 Total P&L ($)

vii.               Spread

viii.             Balance/Equity

ix.                 Current value of major variables such as TenkanSen, KijunSen, Chikou Span


Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(69)
Proyectos
85
40%
Arbitraje
4
50% / 50%
Caducado
2
2%
Trabaja
2
Desarrollador 2
Evaluación
(337)
Proyectos
455
52%
Arbitraje
22
50% / 27%
Caducado
5
1%
Trabajando
3
Desarrollador 3
Evaluación
(52)
Proyectos
97
24%
Arbitraje
10
20% / 20%
Caducado
12
12%
Trabaja
4
Desarrollador 4
Evaluación
(63)
Proyectos
99
29%
Arbitraje
1
100% / 0%
Caducado
2
2%
Libre
5
Desarrollador 5
Evaluación
(140)
Proyectos
204
80%
Arbitraje
17
29% / 47%
Caducado
10
5%
Trabaja
6
Desarrollador 6
Evaluación
(11)
Proyectos
11
0%
Arbitraje
4
25% / 50%
Caducado
2
18%
Libre
7
Desarrollador 7
Evaluación
(68)
Proyectos
77
8%
Arbitraje
33
9% / 55%
Caducado
6
8%
Trabaja
8
Desarrollador 8
Evaluación
(196)
Proyectos
200
28%
Arbitraje
0
Caducado
3
2%
Trabaja
9
Desarrollador 9
Evaluación
(119)
Proyectos
169
38%
Arbitraje
9
78% / 22%
Caducado
15
9%
Libre
10
Desarrollador 10
Evaluación
(7)
Proyectos
6
0%
Arbitraje
5
0% / 100%
Caducado
1
17%
Libre
11
Desarrollador 11
Evaluación
(2077)
Proyectos
2636
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
12
Desarrollador 12
Evaluación
(363)
Proyectos
389
70%
Arbitraje
3
100% / 0%
Caducado
2
1%
Trabajando
Solicitudes similares
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

Información sobre el proyecto

Presupuesto
30 - 100 USD
Para el ejecutor
27 - 90 USD
Plazo límite de ejecución
de 1 a 7 día(s)