Writing of Expert Advisor base on two pair ATR indicators for long and short

Trabalho concluído

Tempo de execução 8 dias
Comentário do cliente
He gave me a very good experienced on my first EA, and the job done very fast.

Termos de Referência

First pair 20MA period &  20MA period First band multiplier 1.5

Second pair 7MA period &  7MA period Second band multiplier 2


Long

Draw a "Up Arrow" when the price bar is rise and close above the "Upper band 1".(Up Arrow drawn on the high of the bar)

Draw a "Exit Mark" when the price is "Touch" the lower band 1 (Exit mark draw on the high of the bar)

Open a "Buy Limit" trade on the next bar of "Up arrow".

"Price" is the previous Close  reduce "X" point

Lot  size is "Z" it can be set on the input parameters. (from 0.01 )

Take profit "Y" point , it can be set on the input parameters.

Stop loss is the point of the previous "Lower band 2" ,this point will be adjust every new price bar close.

if the stop loss is fail stop on market price

Between" Up Arrow" and "Exit Mark" do not trade more then one time

Short

Draw a "Down Arrow" when the price is drop and close below the "Lower band 1". (Down Arrow drawn on the low of the bar)

Draw a "Exit Mark" when the price is "Touch" the upper band 1 (Exit mark draw on the low of the bar)

Open a "Sell Limit" trade on the next bar of "Down arrow". 

"Price" is the previous Close add "X" point. 

Lot size is "Z" it can be set on the input parameters. (from 0.01)

Take profit "Y" point , it can be set on the input parameters.

Stop loss is the point of the previous "Upper band 2" ,this point will be adjust every new price bar close.

if the stop loss is fail stop on market price

Between Down arrow and Finish Mark donot trade more then one time


Add "X", "Y", "Z" on input parameters other remind unchange (reference file)

All trade will be record and not affect by server reset .

All trade should identify to different market.

This EA will be only 1 file

The raw code to be provide for future upgrade.

Attach with the ATR indicators for your modify



Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(71)
Projetos
103
20%
Arbitragem
6
0% / 83%
Expirado
3
3%
Livre
2
Desenvolvedor 2
Classificação
(176)
Projetos
236
45%
Arbitragem
17
82% / 12%
Expirado
35
15%
Trabalhando
3
Desenvolvedor 3
Classificação
(17)
Projetos
22
5%
Arbitragem
7
14% / 29%
Expirado
3
14%
Livre
4
Desenvolvedor 4
Classificação
Projetos
0
0%
Arbitragem
2
0% / 100%
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
(27)
Projetos
43
7%
Arbitragem
18
6% / 78%
Expirado
26
60%
Livre
6
Desenvolvedor 6
Classificação
(143)
Projetos
255
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
7
Desenvolvedor 7
Classificação
(169)
Projetos
204
30%
Arbitragem
25
40% / 44%
Expirado
12
6%
Livre
8
Desenvolvedor 8
Classificação
(2423)
Projetos
3048
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
9
Desenvolvedor 9
Classificação
(48)
Projetos
80
28%
Arbitragem
8
75% / 13%
Expirado
41
51%
Livre
10
Desenvolvedor 10
Classificação
(3)
Projetos
3
0%
Arbitragem
8
0% / 75%
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(96)
Projetos
143
76%
Arbitragem
0
Expirado
2
1%
Livre
12
Desenvolvedor 12
Classificação
(39)
Projetos
50
18%
Arbitragem
5
40% / 40%
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
14
Desenvolvedor 14
Classificação
(170)
Projetos
172
77%
Arbitragem
2
100% / 0%
Expirado
0
Livre
15
Desenvolvedor 15
Classificação
(34)
Projetos
60
23%
Arbitragem
11
73% / 9%
Expirado
3
5%
Livre
16
Desenvolvedor 16
Classificação
(43)
Projetos
72
49%
Arbitragem
4
0% / 50%
Expirado
19
26%
Livre
17
Desenvolvedor 17
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
18
Desenvolvedor 18
Classificação
(2081)
Projetos
2642
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
19
Desenvolvedor 19
Classificação
(116)
Projetos
137
36%
Arbitragem
15
13% / 67%
Expirado
9
7%
Livre
20
Desenvolvedor 20
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
Pedidos semelhantes
Tiazo chrino 30 - 200 USD
Donc pour moi ça constite à faire de l'argent en ligne et faire aussi quelques pub en passant c'est toujours comme ça on y peut rien mais faire de l'argent c'est plus mieux je trouve
Good Day I would like to create a trading bot that is able to link to my news provider. The bot will execute trades based on the actual news release data as soon as the data is released. I will need to input parameters that would automatically trigger once the actual data is released (Need to know what format you will require or other recommendations) Execution speed will be a crucial factor in this regard. Adding to
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @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
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
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Starting from scratch, I need a solution to develop my own crypto trading and exchange platform. This platform should compare prices across various exchanges like Coinbase, Binance, KuCoin, and Unocoin, as well as different cryptocurrencies. The solution must identify opportunities to buy on one platform and sell on another for a profit, transferring funds to my personal wallet instantly for security. The bot should
Tradingview developer 30 - 35 USD
Hey greetings. I am in need of tradingview developer that can modify an open source PineScript indicator code to add additional features. Kindly bid for this project if it is what you handle and let proceed with the project
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

Informações sobre o projeto

Orçamento
50+ USD
Desenvolvedor
45 USD
Prazo
de 30 para 60 dias