指定
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.
応答済み
1
評価
プロジェクト
237
33%
仲裁
20
45%
/
30%
期限切れ
2
1%
仕事中
2
評価
プロジェクト
18
44%
仲裁
3
0%
/
100%
期限切れ
6
33%
暇
3
評価
プロジェクト
57
23%
仲裁
12
67%
/
8%
期限切れ
2
4%
暇
4
評価
プロジェクト
644
33%
仲裁
41
41%
/
46%
期限切れ
11
2%
多忙
5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
6
評価
プロジェクト
241
34%
仲裁
10
50%
/
50%
期限切れ
8
3%
仕事中
パブリッシュした人: 1 article, 8 codes
7
評価
プロジェクト
475
40%
仲裁
105
40%
/
24%
期限切れ
80
17%
多忙
パブリッシュした人: 2 codes
8
評価
プロジェクト
3366
68%
仲裁
77
48%
/
14%
期限切れ
342
10%
暇
パブリッシュした人: 1 code
9
評価
プロジェクト
0
0%
仲裁
2
0%
/
100%
期限切れ
0
暇
10
評価
プロジェクト
12
25%
仲裁
1
100%
/
0%
期限切れ
2
17%
暇
11
評価
プロジェクト
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 日