Conversion of Pinscript Tradingview's SUPERTREND+ indicator to MQL4 langage

Техническое задание

Context :

The goal of the project is to convert the SuperTrend+ (Electrified) indicator into an indicator on the MT4 platform.

Resources :


The code is Open Source in Pine Script on TradingView. I also have details of how the indicator works in the attached Word file.

Expected result :

The project will be considered successful when the indicator reacts identically between Metatrader 4 and TradingView on the same chart (At the same Broker).

Other :

If necessary it is possible to contact the developer.


You can find hereunder product tree :

  • SuperTrend+ contains :
  • SupportResistanceandTrend contains :
    • MovingAverages
    • SupportResistanceandTrend






Файлы:

Откликнулись

1
Разработчик 1
Оценка
(296)
Проекты
475
40%
Арбитраж
105
40% / 24%
Просрочено
80
17%
Занят
Опубликовал: 2 примера
2
Разработчик 2
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
VICTOIRE MASTERCLASS 30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe

Информация о проекте

Бюджет
100+ USD
Сроки выполнения
от 1 до 10 дн.