명시
I want a bot that reads signals from my Telegram channel and auto-executes those trades on my Pocket Option account.
1. Direction mode
hedge_both: open BUY (CALL) and SELL (PUT) at the same time (typically split the amount 50/50 per side).
signal_only: open only the direction specified by the signal (CALL or PUT).
2. Respect signal direction
When direction_mode = signal_only, a CALL signal opens a CALL; a PUT signal opens a PUT.
3. Martingale (alternate direction)
martingale.mode = "alternate" → if a trade loses, the next MG step opens in the opposite direction of the last trade (CALL → PUT → CALL → …) until win or steps exhausted.
Configurable martingale.steps and martingale.multiplier.
4. Payout filter
payout_min_percent (e.g., 70). The bot skips a trade if current broker payout for that symbol/expiry is below the threshold.
5. Stop-loss / Take-profit
Configure in % or $. When daily realized PnL hits SL/TP, the bot stops trading automatically.
Example: stop_loss = 5%, take_profit = 5% (or fixed dollar amounts).
6. Display balance and loss
Status messages include balance and PnL snippets after each trade. (Dashboard/summary can be added later.)
7. Entry timing
entry_timing = immediate → place at once.
entry_timing = next_candle → wait for the next M1 candle open, then place.
8. Schedule (trading window)
One or more windows, e.g., {"start":"09:00","end":"17:00","tz":"America/Los_Angeles"}.
The bot only trades inside these times.
9. Pairs type filter
pairs_type = all | real | otc
Skip OTC pairs when set to real; skip real pairs when set to otc.
10. Trade mode
trade_mode = demo | real
Executor switches the Pocket Option UI to demo/real before placing orders.
1. Direction mode
hedge_both: open BUY (CALL) and SELL (PUT) at the same time (typically split the amount 50/50 per side).
signal_only: open only the direction specified by the signal (CALL or PUT).
2. Respect signal direction
When direction_mode = signal_only, a CALL signal opens a CALL; a PUT signal opens a PUT.
3. Martingale (alternate direction)
martingale.mode = "alternate" → if a trade loses, the next MG step opens in the opposite direction of the last trade (CALL → PUT → CALL → …) until win or steps exhausted.
Configurable martingale.steps and martingale.multiplier.
4. Payout filter
payout_min_percent (e.g., 70). The bot skips a trade if current broker payout for that symbol/expiry is below the threshold.
5. Stop-loss / Take-profit
Configure in % or $. When daily realized PnL hits SL/TP, the bot stops trading automatically.
Example: stop_loss = 5%, take_profit = 5% (or fixed dollar amounts).
6. Display balance and loss
Status messages include balance and PnL snippets after each trade. (Dashboard/summary can be added later.)
7. Entry timing
entry_timing = immediate → place at once.
entry_timing = next_candle → wait for the next M1 candle open, then place.
8. Schedule (trading window)
One or more windows, e.g., {"start":"09:00","end":"17:00","tz":"America/Los_Angeles"}.
The bot only trades inside these times.
9. Pairs type filter
pairs_type = all | real | otc
Skip OTC pairs when set to real; skip real pairs when set to otc.
10. Trade mode
trade_mode = demo | real
Executor switches the Pocket Option UI to demo/real before placing orders.
응답함
1
등급
프로젝트
21
19%
중재
5
40%
/
40%
기한 초과
0
무료
2
등급
프로젝트
416
30%
중재
74
19%
/
72%
기한 초과
52
13%
작업중
3
등급
프로젝트
19
11%
중재
1
0%
/
100%
기한 초과
5
26%
무료
4
등급
프로젝트
2
0%
중재
4
25%
/
50%
기한 초과
1
50%
무료
5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
등급
프로젝트
32
19%
중재
6
33%
/
33%
기한 초과
4
13%
작업중
7
등급
프로젝트
1
100%
중재
3
0%
/
100%
기한 초과
0
무료
8
등급
프로젝트
478
40%
중재
105
40%
/
24%
기한 초과
82
17%
로드됨
게재됨: 2 코드
9
등급
프로젝트
2
0%
중재
1
0%
/
100%
기한 초과
0
무료
10
등급
프로젝트
74
20%
중재
1
0%
/
100%
기한 초과
0
무료
11
등급
프로젝트
58
59%
중재
4
0%
/
25%
기한 초과
1
2%
무료
12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
The Ultimate Trading Bot
30+ USD
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Ninjatrader 8 bot development
30+ USD
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
EA based on 5 mintues timeframe candles
100 - 250 USD
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
프로젝트 정보
예산
110+ USD