An Expert Advisor based on the price at time t

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

Expert Advisor

 

Robot name : JALLO CAPITAL High Frequency Trading (Forex Scalping)

Description of the program : JALLO CAPITAL High Frequency Trading must be an automated forex trading robot with the following description :

Open a buy position at the start up, close this position at the start down.

Open a sell position at the start down, close this position at the start up.

The buying and selling of the currency by the robot must be instantaneous based on the bullish or bearish ticks made.

Take into account TICKS : Do not confuse, the robot must take into account the variation of ticks (1.17503) and not pips (1.17503).

Goal : The robot's minimum goal of achieving is 1 TICK either up or down.

Characteristic : Exceptional speed of execution

Please note :

  • Disregard spreads in the program. Act as if the robot has to operate in a 0 spread, 0 commission, no load environment.
  • Provide in the program a way so that I can myself choose the currency to be speculated and the number of lots to be taken.

Join me : JALLOCAPITAL@gmail.com or on twitter : @ralMLJ

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

1
Разработчик 1
Оценка
(68)
Проекты
78
27%
Арбитраж
13
31% / 62%
Просрочено
15
19%
Свободен
Опубликовал: 4 примера
Похожие заказы
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
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Robot treder 30+ USD
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Objectif : validation du comportement , zéro stress 🧮 Gestion du risque MaxRiskPerDay = 2.0 % MaxTradesPerDay = 4 RiskPerTrade = 0.50 % MaxDailyLossHardStop = 2.0 % 📈 Trading Timeframe = M15 Symbols = EURUSD,GBPUSD AllowBuy = true AllowSell = true OneTradePerSymbol = true 📊 Indicateurs MACD_Fast = 12 MACD_Slow = 26 MACD_Signal = 9 Stoch_K = 14 Stoch_D = 3 Stoch_Slowing = 3 🛡️ Stops ATR_Period = 14
Je cherche un développeur pour modifier mon robots code source MQ5 je veux cacher le suiveur c'est a dire le trail steps et aussi l'ordre en attente si possible . Je veux qu' il es un bouton d'activation sur le paramètre qui va me permettre de cacher le suiveur ( trail steps ) au yeux des courtiers

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

Бюджет
5000 - 20000 USD
Сроки выполнения
от 15 до 45 дн.