仕事が完了した
実行時間4 日
依頼者からのフィードバック
Very patient and professional. Using again for new job. Well done.
開発者からのフィードバック
Professional client. Always gives constructive answers. I hope for a long cooperation. Nice person!
指定
I want to work on something similar to the below, with some modification.
I can discuss the actual specification on what I want with the developer on a chat or via skype or I can call the developer to explain in detail what I want.
//@version=3
strategy("MovingAvg Cross", overlay=true)
length = input(9)
confirmBars = input(1)
price = close
ma = sma(price, length)
bcond = price > ma
bcount = 0
bcount := bcond ? nz(bcount[1]) + 1 : 0
if (bcount == confirmBars)
strategy.entry("MACrossLE", strategy.long, comment="MACrossLE")
scond = price < ma
scount = 0
scount := scond ? nz(scount[1]) + 1 : 0
if (scount == confirmBars)
strategy.entry("MACrossSE", strategy.short, comment="MACrossSE")
//plot(strategy.equity, title="equity", color=red, linewidth=2, style=areabr)
応答済み
1
評価
プロジェクト
844
73%
仲裁
15
53%
/
13%
期限切れ
193
23%
暇
2
評価
プロジェクト
127
41%
仲裁
3
33%
/
67%
期限切れ
0
暇
3
評価
プロジェクト
143
39%
仲裁
21
19%
/
48%
期限切れ
30
21%
暇
4
評価
プロジェクト
59
42%
仲裁
5
0%
/
60%
期限切れ
12
20%
暇
類似した注文
Early Killer EA
30+ USD
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
I need a mt5 Expert advisor ea to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1% on forex pairs and upto 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs, the stop loss should be
Mk
30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
プロジェクト情報
予算
50 - 100 USD