작업 종료됨
실행 시간 1 일
피고용인의 피드백
Very nice to work with. Clear and concise communication.
고객의 피드백
Drazen did really a very good job! Very quick, well structured communication via mail and whatsapp, good quality and willingly to listen to questions of this newbie. Recommended!
명시
I have got a simple TAS-script indicator, based on RSI and MA, that I use in my Dutch Alex Platform. But now I'd like to use it in Metatrader 4. Who can arrange this quickly for me with quaranteed quality?
I am not technical, so I need a guidance to implement the new script into the platform on my computer. I am new here. You can write me on info@20-80-specialist.nl .
This is the script. Numbers have to be customizable.
var
RSIPeriode, MA1Periode, MA2Periode: integer;
sRSI, sRSIosc, sZero, sMA1, sMA2: TSeries;
begin
RSIPeriode := CreateParameterInteger('RSI periode', 1, 999, 5, true);
MA1Periode := CreateParameterInteger('SMA kort', 1, 999, 8, true);
MA2Periode := CreateParameterInteger('EMA lang', 1, 999, 13, true);
{ Indicator eigenschappen }
with Indicator do
begin
{ Aantal benodigde koersen om eerste indicatorwaarde te berekenen }
RequiredBars := 5*(RSIPeriode+MA2Periode);
end;
{ Indicatorberekening }
sRSI := RSI(Close, RSIPeriode);
sMA1 := MA(sRSI, maSimple, MA1Periode);
sMA2 := MA(sRSI, maExponential, MA2Periode);
sRSIosc := SubtractSeries(sMA1, sMA2);
sZero := FillSeries(CreateSeries(BarCount), 0);
Signals := CrossingsToEntrySignals(Crossings(sRSIosc, sZero));
{ lijnen tekenen }
with CreateLine(sRSIosc) do
begin
Name := 'RSIosc';
Color := clLime;
end;
with CreateLine(sZero) do
begin
Name := '0';
Color := clSilver;
LineContent := lcConstant;
end;
end.
Looks like the file attached.
응답함
1
등급
프로젝트
20
15%
중재
3
0%
/
67%
기한 초과
10
50%
무료
게재됨: 2 코드
2
등급
프로젝트
164
43%
중재
43
47%
/
16%
기한 초과
58
35%
무료
게재됨: 1 코드
3
등급
프로젝트
9
0%
중재
6
0%
/
100%
기한 초과
4
44%
무료
프로젝트 정보
예산
50- USD
기한
로 2 일