명시

need to external program making charts simliar to mt4 We want to design a graph Plots Japanese candlesticks on all time frames As in the MT4 currency trading platform So I enter the prices manually: Ask / Bid/ high / low The date, time, and price grid should also appear on the graph And analysis tools can be used inside the chart And this fee is required to keep the entered data. In other words, it should have the same specifications Its mission is to prepare drawings and maintain the database upon request And the drawing is similar to Mt4 So that I enter All data manually and the program draws it on the chart in the form of Japanese candles and save all data Check the photo

파일:

PNG
1239f0.PNG
49.4 Kb

응답함

1
개발자 1
등급
(2)
프로젝트
2
50%
중재
1
0% / 100%
기한 초과
0
무료
2
개발자 2
등급
(298)
프로젝트
478
40%
중재
105
40% / 24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
3
개발자 3
등급
(33)
프로젝트
49
12%
중재
16
0% / 88%
기한 초과
10
20%
무료
비슷한 주문
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

프로젝트 정보

예산
30 - 200 USD
기한
에서 1 로 10 일