Add volume, atr and ma filters

Trabajo finalizado

Plazo de ejecución 6 días
Comentario del Ejecutor
Thank´s a lot for the job, it has been a pleasure.

Tarea técnica

Hello,


i have this horizontal lines EA for MT5, it monitor the horizontal lines on the chart and send alerts when it's crossed.


I would like to add signal filters (with the possibility to swith them off individually in the parameters) moving average, volume and atr like this :


-> volume

parameters

volume_period : 120

volume_max_coef : 1.618

volume_min_coef : 1


2 conditions (possibility to swith one off individually in parameters) : 

volume[1] > Volume_average*volume_min_coef  &&  volume[1] < Volume_average*volume_max_coef 

volume[1] >  volume[2] 



-> range (possibility to select on the parameters between calculations : high-low OR open-close)

parameters

range _period : 120

range _max_coef : 1.618

range _min_coef : 1


condition

range [1] > range_average* range_min_coef  &&  range [1] < range_average* range_max_coef 


-> Moving average filter

parameters

MA_period : 200

MA_type : ema, sma, ect...


condition

close[1]>MA = good for buy

close[1]<MA = good for sell


thanks


Archivos adjuntos:

Han respondido

1
Desarrollador 1
Evaluación
(7)
Proyectos
18
44%
Arbitraje
3
0% / 100%
Caducado
6
33%
Libre
2
Desarrollador 2
Evaluación
(23)
Proyectos
29
14%
Arbitraje
3
0% / 67%
Caducado
3
10%
Trabaja
3
Desarrollador 3
Evaluación
(296)
Proyectos
475
40%
Arbitraje
105
40% / 24%
Caducado
80
17%
Ocupado
Ha publicado: 2 ejemplos
4
Desarrollador 4
Evaluación
(211)
Proyectos
313
34%
Arbitraje
63
37% / 38%
Caducado
100
32%
Trabajando
Solicitudes similares
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;

Información sobre el proyecto

Presupuesto
95+ USD