RSI 2 Expert

指定

Hi everyone! I'm looking for someone to create an EA of my trading strategy based on the RSI.
It's a powerful strategy and I need to automate it!
The rules are simple (no stop loss or take profit)
- open a buy when the price is above the 200 period exponential moving average, the 2 period RSI is below 5 and close the buy when the price closes above the 5 period moving average.
- open a sale when the price is below the 200 period exponential moving average, the 2 period RSI is above 95 and close the sale when the price closes below the 5 period simple moving average.
No need to calculate lots, as there are no take profits or stop losses.
The RSI and moving average parameters should be left modifiable for potential optimization purposes.

附加的文件:

PNG
IMG_2355.png
240.3 Kb
PNG
IMG_2357.png
247.2 Kb

反馈

1
开发者 1
等级
(153)
项目
237
33%
仲裁
20
45% / 30%
逾期
2
1%
工作中
2
开发者 2
等级
(7)
项目
18
44%
仲裁
3
0% / 100%
逾期
6
33%
空闲
3
开发者 3
等级
(32)
项目
57
23%
仲裁
12
67% / 8%
逾期
2
4%
空闲
4
开发者 4
等级
(558)
项目
645
33%
仲裁
41
41% / 46%
逾期
11
2%
繁忙
5
开发者 5
等级
项目
0
0%
仲裁
0
逾期
0
空闲
6
开发者 6
等级
(194)
项目
241
34%
仲裁
10
50% / 50%
逾期
8
3%
工作中
发布者: 1 文章, 8 代码
7
开发者 7
等级
(296)
项目
475
40%
仲裁
105
40% / 24%
逾期
80
17%
繁忙
发布者: 2 代码
8
开发者 8
等级
(2649)
项目
3366
68%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
9
开发者 9
等级
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
10
开发者 10
等级
(9)
项目
12
25%
仲裁
1
100% / 0%
逾期
2
17%
空闲
11
开发者 11
等级
(27)
项目
27
26%
仲裁
2
0% / 50%
逾期
1
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;

项目信息

预算
30 - 300 USD
截止日期
 1  30 天