명시
//+------------------------------------------------------------------+
//| Indicator |
//+------------------------------------------------------------------+
#property copyright "CTAT"
#property link "Your Link"
#property version "1.00"
#property indicator_chart_window
#property indicator_buffers 6
#property indicator_color1 Red
#property indicator_color2 Green
#property indicator_color3 Blue
#property indicator_color4 Yellow
#property indicator_color5 Magenta
#property indicator_color6 Cyan
double RSI_Buffer[];
double MACD_Line_Buffer[];
double Signal_Line_Buffer[];
double SMA_20_Buffer[];
double SMA_50_Buffer[];
double SMA_100_Buffer[];
double Stochastic_Buffer[];
input int RSI_Period = 14;
input int MACD_Fast = 12;
input int MACD_Slow = 26;
input int MACD_Signal = 9;
input int SMA1_Period = 20;
input int SMA2_Period = 50;
input int SMA3_Period = 100;
//+------------------------------------------------------------------+
//| Custom indicator initialization function |
//+------------------------------------------------------------------+
int OnInit() {
SetIndexBuffer(0, RSI_Buffer);
SetIndexBuffer(1, MACD_Line_Buffer);
SetIndexBuffer(2, Signal_Line_Buffer);
SetIndexBuffer(3, SMA_20_Buffer);
SetIndexBuffer(4, SMA_50_Buffer);
SetIndexBuffer(5, SMA_100_Buffer);
IndicatorShortName("Comprehensive Indicator");
return(INIT_SUCCEEDED);
}
//+------------------------------------------------------------------+
//| Custom indicator iteration function |
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[]) {
for (int i = 0; i < rates_total; i++) {
RSI_Buffer[i] = iRSI(NULL, 0, RSI_Period, PRICE_CLOSE, i);
MACD_Line_Buffer[i] = iMACD(NULL, 0, MACD_Fast, MACD_Slow, MACD_Signal, PRICE_CLOSE, MODE_MAIN, i);
Signal_Line_Buffer[i] = iMACD(NULL, 0, MACD_Fast, MACD_Slow, MACD_Signal, PRICE_CLOSE, MODE_SIGNAL, i);
SMA_20_Buffer[i] = iMA(NULL, 0, SMA1_Period, 0, MODE_SMA, PRICE_CLOSE, i);
SMA_50_Buffer[i] = iMA(NULL, 0, SMA2_Period, 0, MODE_SMA, PRICE_CLOSE, i);
SMA_100_Buffer[i] = iMA(NULL, 0, SMA3_Period, 0, MODE_SMA, PRICE_CLOSE, i);
}
return(rates_total);
}
응답함
1
등급
프로젝트
208
27%
중재
10
30%
/
50%
기한 초과
5
2%
로드됨
2
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
3
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
4
등급
프로젝트
2
0%
중재
1
0%
/
0%
기한 초과
1
50%
무료
5
등급
프로젝트
0
0%
중재
1
0%
/
0%
기한 초과
0
작업중
비슷한 주문
Coder Requirements Technical Expertise: Proficient in Smart Money Concepts (SMC), including external and internal CHoCH (Change of Character). Experienced in handling repainting indicators like the Zig-Zag indicator. Familiar with advanced money management models, grid trading, and level-based strategies (e.g., round levels). Knowledgeable in EA development styles, including EA Budak-style grid trading logic
Debug my Renko Indicator
31+ USD
Hello, I developed a strategy to draw either 3 or 5 lines on rounded grid which changes prices accordingly but please inquire how it's started and I've got something that works to a certain degree that clears up if first signal is skipped. It's got factors, through a loop back from bar 0, such as high and low price based on market crosses which could be both high and loow. It's setup for 1 or 2 grid step reversal
Looking to convert a trading view indicator to MT5. Code will be got it from pine editor at trading view. Indicator must look similar in terms of design for better understanding
Fibo bot
30 - 100 USD
This EA will have two entries, one at 76.4 and the other at the 100.00 area... serious professional coders required, the Fib will track a pending stop order at the 76.4 once there's break of structure,more info when you signify interest , I have the existing source code of this bot and I need little modifications
Buenas necesito transformar un indicador de trading view, el cual entregaria el codigo fuente del mismo, para poder transformarlo en un bot automatico para metatrader 5. La estrategia para que opere el bot con las señales que proporcionará el único indicador que tendremos en cuenta, seria que cuando de una señal de compra justo cuando termine esa misma vela que nos da la señal se abrirá una operación de venta, nada
I want to convert an existing Tradingview indicator to MT5 indicator. The name of the indicator is called Cloud Trend by VanHe1sing. The indicator shall be EA friendly. I want to use it with an EA
Hello Developers, I'm seeking a skilled programmer to code an arbitrage bot utilizing the ICT (Inner Circle Trader) strategy. The goal is to develop a simple but efficient bot that aligns perfectly with ICT principles. I'm specifically looking for an expert with experience in ICT-based trading strategies and algorithmic trading. Accuracy and precision are crucial for this project. If you have the necessary expertise
Hello Programmer, I'm looking forward to code an ICT strategy, in which to build an arbitrage bot based on the ICT (Inner Circle Trader) strategy. So I'm in need of an expert who can code this simple strategy to work perfectly. Please only an expert in this field should message, as I'll will want the project get done accurately. Thanks in advanced
Creation of an EA
30+ USD
I'm looking forward to create an account and start ea trading On-balance volume (OBV) Accumulation/distribution (A/D) line Average directional index Aroon oscillator Moving average convergence divergence (MACD) Relative strength index (RSI) Stochastic oscillator
RSI with Moving Average
30+ USD
Hi there. I am requiring a simple indicator that displays the moving average of the RSI. The RSI that I use has standard settings of length 14 Close SMA for moving average length: 14 BB stdDev: 2
프로젝트 정보
예산
30 - 80 USD
고객
넣은 주문1
중재 수0