Trabajo finalizado

Plazo de ejecución 6 días

Tarea técnica

EA based on some of the settings of the Keltner channel indicator you provided for me fast and slow period plus the congestion zone. I am not going to use the upper and lower band. Can you add the indicator too


Generate orders for both directions when meets criteria with qty of 0.10


Long orders apply to all time frames with the option to change settings, turn off both long and short order function.

If it's going to be expensive to have it on all time frames, then I will go with a one-time frame for now.



Open a long position if it meets the following:

  • A signal to go long 
  • price has to cross above the middle of the fast period channel 


Close all long position if it reaches the following

  •  Price has fallen below the middle of the fast period channel
  • Price has dropped below the middle of the slow period channel
  • A short position has been triggered
  • Price has fallen below the top of the fast period channel
  • Price has fallen below the top of the neutral zone which is the congestion band
  • close all position 10 minutes before the close of the day's session (Dow Jones, Nasdaq, S&P 500, German Dax, ASX 200)


Open a short position if it meets the following.

  • A signal to go short
  • Price has fallen below the middle of the slow period channel
  • Price has fallen below the bottom of the fast period channel
  • Price has fallen below the bottom of the neutral zone which is the congestion band
  • Price has fallen below the 

Disregard the first short signal if there is a gap in the opening price of trades


Close all short position if it meets the following.

  • Price has risen from its short position price and closed above the top of the neutral zone congestion band.
  • Price has risen from its short position price and closed above the top of the slow period channel.
  • Price has bounced from the bottom of the neutral zone congestion band and crossed the top of the band

Han respondido

1
Desarrollador 1
Evaluación
(356)
Proyectos
632
26%
Arbitraje
89
73% / 13%
Caducado
12
2%
Libre
2
Desarrollador 2
Evaluación
(225)
Proyectos
284
42%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
3
Desarrollador 3
Evaluación
(196)
Proyectos
318
35%
Arbitraje
64
13% / 56%
Caducado
82
26%
Libre
4
Desarrollador 4
Evaluación
(2423)
Proyectos
3045
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Libre
5
Desarrollador 5
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
488
17%
Libre
6
Desarrollador 6
Evaluación
(188)
Proyectos
212
58%
Arbitraje
9
11% / 89%
Caducado
8
4%
Libre
7
Desarrollador 7
Evaluación
(2078)
Proyectos
2637
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabajando
8
Desarrollador 8
Evaluación
(277)
Proyectos
334
55%
Arbitraje
14
36% / 29%
Caducado
1
0%
Libre
9
Desarrollador 9
Evaluación
(26)
Proyectos
23
39%
Arbitraje
26
8% / 38%
Caducado
0
Libre
10
Desarrollador 10
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
11
Desarrollador 11
Evaluación
(87)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
12
Desarrollador 12
Evaluación
(19)
Proyectos
22
77%
Arbitraje
1
0% / 100%
Caducado
13
59%
Libre
13
Desarrollador 13
Evaluación
(563)
Proyectos
932
47%
Arbitraje
301
59% / 25%
Caducado
124
13%
Trabaja
14
Desarrollador 14
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
Solicitudes similares
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
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

Información sobre el proyecto

Presupuesto
30 - 200 USD
Para el ejecutor
27 - 180 USD