指定
------------------------------------------------------------------+ //| Candles.mq4 | //| Copyright 2020, Professoft Limited | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property strict #property indicator_chart_window #property indicator_buffers 2 input bool ShowEngulfingCandle = true; #property indicator_type1 DRAW_ARROW #property indicator_width1 1 #property indicator_color1 0xFFAA00 #property indicator_label1 "Buy" #property indicator_type2 DRAW_ARROW #property indicator_width2 1 #property indicator_color2 0x0000FF #property indicator_label2 "Sell" //--- indicator buffers double SBuffer[]; double BBuffer[]; #define BuyArrows 0 #define SellArrows 1 //+------------------------------------------------------------------+ //| Custom indicator initialization function | //+------------------------------------------------------------------+ int OnInit() { //--- indicator buffers mapping IndicatorBuffers(2); SetIndexBuffer(BuyArrows,BBuffer); SetIndexEmptyValue(BuyArrows, EMPTY_VALUE); SetIndexArrow(BuyArrows, 233); SetIndexLabel(BuyArrows, "Buy"); PlotIndexSetInteger(BuyArrows,PLOT_ARROW,159); SetIndexBuffer(SellArrows,SBuffer); SetIndexEmptyValue(SellArrows, EMPTY_VALUE); SetIndexArrow(SellArrows, 234); SetIndexLabel(SellArrows, "Sell"); PlotIndexSetInteger(SellArrows,PLOT_ARROW,159); //--- 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[]) { //--- int barIndex, // Bar index Counted_bars; // Number of counted bars //-------------------------------------------------------------------- int limit = rates_total - prev_calculated; if (prev_calculated > 0) limit++; for (int i = limit-1; i>=0; i--) { bool isBearish = Open[i] > Close[i]; bool previousIsBearish = Open[i + 1] > Close[i + 1]; // PROBLEM IS HERE if (isBearish && !previousIsBearish) { // sell buffer SBuffer[i]=High[i] + (10 * Point); } else if (!isBearish && previousIsBearish) { // buy buffer BBuffer[i]=Low[i] - (10 * Point); } } //--- return value of prev_calculated for next call return(rates_total); } //+-----------------------------------------
反馈
1
等级
项目
13
77%
仲裁
0
逾期
0
空闲
相似订单
Subject: Request for Custom MT5 Indicator Development (MQL5) Hi, I would like to hire you to develop a professional, non-repainting custom indicator for MetaTrader 5 (MQL5) based on a confluence of specific technical tools and strict institutional volume/momentum filters. Below are the details, indicators involved, and the exact trading logic required: 1. Indicators to Integrate Trend & Direction Filter: Based on
No Supply/ demand indicator
30+ USD
i want an indicator that tells me accurate supply demand quantity on charts also no supply demand on candle with volume feed for tradingview. real base of supply and demand on chart with value some screen shorts are attahed
i need the EA same working on trading view chart with same specifications of enter in a trade and sl/tp open 2 trades and 1 trade set tp1 & second trade set to tp 3 but sl should move to breakeven when tp1 hit and go to tp2 sl on tp1
Project Description I need an Expert Advisor for MT4 that trades based on EMA 50 trend direction and uses a hedge recovery system . The EA should: 1. Buy only when price is above EMA 50 2. Sell only when price is below EMA 50 3. Use hedge recovery logic once a trade has been executed Trading Logic Indicators 1. EMA period: 50 (applied price to close) Inputs required 1. 15 Fixed lot size 2. News filter 3. Trading
SNIPER X AI
30 - 200 USD
I really need a developer Who can help me to create my SNIPER X AI - Elite AI Trading System Overview SNIPER X AI BOT is an AI-assisted trading system for Forex, Crypto, Stocks, Indices, and Gold. Currency: USD,RAND,KWD, POUND,EURO Core Features AI Scalping, Sniper Entries, Auto Buy/Sell, Smart Risk Management, Telegram Alerts, Mobile Monitoring, VPS Deployment. Supported Platforms MetaTrader 4, MetaTrader 5, Exness
Hello, I am looking for an experienced developer who can build a professional EA suitable for long-term prop firm account passing and account management. I am NOT interested in risky strategies such as martingale, grid, or aggressive recovery systems. My main priorities are: very low and stable drawdown, strong and consistent risk management, strict news filter, long-term sustainability, realistic and stable monthly
Need a Profitable with a good trading system or strategy. would test the product first Looking for a professional MT5 Expert Advisor based on smart strategies. The EA should include session filters, risk management, trailing stop, multi-pair support, and low drawdown protection. I need a consistent, high-probability automated trading system optimized for long-term profitability and funded account compliance
Junior EA
30+ USD
1. EA for MT5, hedging allowed. 2. Entry: 50 EMA crosses 200 EMA on H1. Buy on bullish cross, sell on bearish. 3. SL: 100 pips, TP: 200 pips. No trailing stop. 4. Lot size: 0.01 fixed. Max 3 trades at once. 5. Trade only 08:00-18:00 GMT. No trades if spread > 20 points. 6. Inputs: EMA periods, SL, TP, lot size, start/end time
Mambo
30+ USD
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
项目信息
预算
30 - 60 USD
截止日期
从 1 到 60 天