As especificações são as seguintes:
EA para realização de operações no Forex, gráfico renko (2R), onde será realizada a comparação de
2 velas em questão.
Primeiramente a vela atual (menor preço e fechamento)
e a última vela fechada (menor preço e fechamento).
As variáveis principais:
PreçoMínimoÚltimaCandle: = Baixa [1];
PreçoFechamentoÚltimaCandle: = Fechar [1];
PreçoMínimoCandleAtual: = Baixo [0];
PreçoFechamentoCandleAtual: = Fechar [0];
Inicialmente haverá apenas 2 condições de comparação.
Primeira:
1 - Se (FechamentoCandleAtual> FechamentoCandleAnterior) e
(PreçoMínimoCandleAtual> PreçoMínimoCandleAnterior)
Pintar velas de verde.
Verificar se há alguma ordem aberta, caso sim, emitir uma ordem no contrário, neste caso, ordem de venda.
Caso vela atual mais alta que a vela anterior, comparando valores de fechamento e preço mínimo de
vela, envie uma ordem de compra.
2 - Se (Preço MínimoCandleAtual <Preço MínimoCandleAnterior) e (FechamentoCandleAtual
<FechamentoCandleAnterior)
Pintar velas de vermelho.
Verificar se há alguma ordem aberta, caso sim, emitir uma ordem no contrário, neste caso, ordem de compra.
Caso vela atual mais baixa que a vela anterior, comparando valores de fechamento e preço mínimo de
vela, envie uma ordem de venda.
Inglês
The specifications are as follows:
EA for Forex trading, renko (2R) chart, where the comparison of 2 candles in question will be performed.
First current candle (lowest price and closing)
and the last candle closed (lowest price and closing).
The main variables:
PriceLastLastCandle: = Low [1];
PriceCloseLastCandle: = Close [1];
CurrentCandleLowPrice: = Low [0];
PriceClosingCandleCurrent: = Close [0];
Initially there will only be 2 comparison conditions.
First:
1 - If (CurrentCandleClose> PreviousCandleClose) and (CandleCurrentLowPrice> PreviousCandleLowerPrice)
Paint candles green.
Check if there are any open orders, if so, issue an order to the contrary, in this case, sales order.
If current candle is higher than previous candle, comparing closing values and minimum candle price, please submit a purchase order.
2 - If (CurrentCandleLowPrice <PreviousCandleLowerPrice) and (CurrentCandleClose <PreviousCandleClose)
Paint candles red.
Check if there are any open orders, if so, issue an order to the contrary, in this case, a purchase order.
If current candle is lower than previous candle, comparing closing values and minimum candle price, please submit a sales order.
相似订单
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Hi, I need an experienced NinjaTrader 8/NinjaScript developer to finish or rebuild an automated futures strategy, ideally by the end of this week. I already have the complete TradingView Pine Script reference strategy, an existing ~2,000-line NinjaScript implementation, Playback logs, and known historical benchmark trades. MOST IMPORTANT REQUIREMENT: TRADINGVIEW ↔ NINJATRADER PARITY. The Pine Script is the reference
I need a custom MQL5 indicator for MetaTrader 5. The indicator must automatically print entry, stop loss, and take profit zones on the chart using dots. A critical requirement is that these dots must be non-lagging and absolutely non-repainting. Additionally, the indicator needs to identify and display current supply and demand zones. Please provide the mq5 source code and the ex5 file upon completion
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
Wanna Create A Trading Robot That Uses Liquidity Sweep And Smart Money Concept EA That Works On PC. I want A Developer Who Can Program Exactly My Strategy That Will Be Shared on A Video Upon The Selection. it Should Follow My Rules .It has To be able To Read Price Action, followed By Liquidity Sweep Areas And Combine with Smart Money Concept Knowledge. We Will Talk about Parameters later on . The robot should be able
I need an experienced trading-data specialist who can help me obtain 3–4 years of historical market data compatible with NinjaTrader 8 . The data will be used for trading strategy development, backtesting, and analysis
Need aggressive M1 gold scalper rewrite of Dev3 + 8 strategies. INPUTS: RiskPercent=3, TP=400, SL=300, MaxTrades=6, Mode=BOTH, DailyProfit 15%, DailyLoss -10% LOT = Balance * RiskPercent / 1000 - works for Cent R350 and $1000. 8 STRATEGIES any true = open instantly, check 1 sec: 1 EMA8/21 cross 2 RSI14 30/70 + engulf 3 Engulfing candle 4 BB 20,2 breakout 5 FVG grab M1 6 M5 trend + M1 entry 7 Wick rejection >2 8
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits