Please i need help. I am tired of doing math work with a calculator manually. On this far, i need a good programmer to develop a program that will be doing the work automatic.

명시


Develop a program that will do the following.

Diagram 1

The program will automatically update its Parrot Pro screen-(Diagram 2) with only three histories of the last rising and declining candlestick bar. This will happen immediately it is attach to any mt4 currency symbol. 

Stage one:
1. 135.780 – 135.840 = 60
2. 135.840 – 135.810 = 30
3. 135.810 – 135.885 = 75
4. Sum the grand total

5. Please see diagram 2

Diagram 2

The diagram 2 screen is how the Parrot Pro program will arrange the filtered candlestick points when Williams Percent Range (%R) period 200 rise above oversold and decline below overbought. 
Note: 
1. Williams Percent Range (%R) Period 200 must rise above oversold and decline below overbought before the Parrot Pro will collect the last Candlestick Ask and Bid total point.
2. Use only the last bar of the rising and the declining candlestick for the Ask and Bid total point. 
3. Sum the entire total point
4. Update newer points as new Ask and Bid total point unfold.
5. Allow user to adjust the Williams Percent Range (%R) period 200. Max adjustment 1000.
6. Clear all data if window is exit. 
7. Do not speed low the system when attach to the chart.
8. Work in all timeframe and in all currency pairs.   
9. Mouse scroll proficient. 
10. Let user have access to past history of Parrot Pro in excel format.
11. (I did a similar job name Parrot Program, please check link)https://www.mql5.com/en/job/130659
12. I will send to you the line 10 Parrot program if you need it. 


DO NOT COME FOR THIS JOB IF YOU ARE A BOY IN PROGRAMMING>i have lost 8.5$ + 4.4$ for arbitration> two beautiful failed contract and none is my fault, the fault is because little programming boys just cost me huge lost. 

Thank you.

PLEASE I NEED EXPERT PROGRAMMER. 

응답함

1
개발자 1
등급
(9)
프로젝트
11
27%
중재
2
0% / 100%
기한 초과
0
무료
2
개발자 2
등급
(74)
프로젝트
121
43%
중재
12
33% / 50%
기한 초과
17
14%
무료
3
개발자 3
등급
(24)
프로젝트
28
32%
중재
1
0% / 0%
기한 초과
0
무료
4
개발자 4
등급
(378)
프로젝트
401
31%
중재
63
19% / 70%
기한 초과
51
13%
로드됨
5
개발자 5
등급
(16)
프로젝트
25
52%
중재
1
0% / 0%
기한 초과
4
16%
작업중
6
개발자 6
등급
(3)
프로젝트
4
0%
중재
2
0% / 100%
기한 초과
1
25%
무료
7
개발자 7
등급
(261)
프로젝트
426
38%
중재
86
44% / 19%
기한 초과
71
17%
로드됨
8
개발자 8
등급
(42)
프로젝트
88
14%
중재
31
29% / 55%
기한 초과
36
41%
작업중
9
개발자 9
등급
(2)
프로젝트
3
0%
중재
2
0% / 50%
기한 초과
1
33%
무료
비슷한 주문
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific

프로젝트 정보

예산
30 - 76 USD
개발자에게
27 - 68.4 USD
기한
에서 1  30 일