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

Job finished

Execution time 8 days
Feedback from customer
He gave me a very good experienced on my first EA, and the job done very fast.

Specification

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



Files:

Responded

1
Developer 1
Rating
(71)
Projects
103
20%
Arbitration
6
0% / 83%
Overdue
3
3%
Free
2
Developer 2
Rating
(176)
Projects
236
45%
Arbitration
17
82% / 12%
Overdue
35
15%
Working
3
Developer 3
Rating
(17)
Projects
22
5%
Arbitration
7
14% / 29%
Overdue
3
14%
Free
4
Developer 4
Rating
Projects
0
0%
Arbitration
2
0% / 100%
Overdue
0
Free
5
Developer 5
Rating
(27)
Projects
43
7%
Arbitration
18
6% / 78%
Overdue
26
60%
Free
6
Developer 6
Rating
(143)
Projects
255
35%
Arbitration
12
25% / 58%
Overdue
42
16%
Free
7
Developer 7
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
8
Developer 8
Rating
(2423)
Projects
3048
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
9
Developer 9
Rating
(48)
Projects
80
28%
Arbitration
8
75% / 13%
Overdue
41
51%
Free
10
Developer 10
Rating
(3)
Projects
3
0%
Arbitration
8
0% / 75%
Overdue
0
Free
11
Developer 11
Rating
(96)
Projects
143
76%
Arbitration
0
Overdue
2
1%
Free
12
Developer 12
Rating
(39)
Projects
50
18%
Arbitration
5
40% / 40%
Overdue
0
Free
13
Developer 13
Rating
(196)
Projects
318
35%
Arbitration
64
13% / 56%
Overdue
82
26%
Free
14
Developer 14
Rating
(170)
Projects
172
77%
Arbitration
2
100% / 0%
Overdue
0
Free
15
Developer 15
Rating
(34)
Projects
60
23%
Arbitration
11
73% / 9%
Overdue
3
5%
Free
16
Developer 16
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
17
Developer 17
Rating
(568)
Projects
641
41%
Arbitration
21
57% / 29%
Overdue
47
7%
Working
18
Developer 18
Rating
(2081)
Projects
2642
61%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
19
Developer 19
Rating
(116)
Projects
137
36%
Arbitration
15
13% / 67%
Overdue
9
7%
Free
20
Developer 20
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
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

Project information

Budget
50+ USD
For the developer
45 USD
Deadline
from 30 to 60 day(s)