Encomendas de desenvolvimento de indicadores - R - concluídos

Criar uma encomenda

Categorias

Habilidades populares

Tudo Forex Depuração de robôs/indicadores Otimização de estratégias Estatística e matemática C++ Módulo de estratégias R
48 trabalhos concluídos em todos os idiomas
Ordenar por:
30+ USD
O nome do indicador é BrkVol e pode ser encontrado no TradingView. study(title = "Breakout Volume" , shorttitle = "BrkVol" , format = format.volume) showMA = input ( true , title = "Show Moving Avg" ) volmalen = input ( 20 , title = "Avg Length" ) volmult = input ( 2 , title = "Avg Multiplier" ) volma = sma(volume, volmalen) volcolor = close > open and volume > volma * volmult ? color .lime : close < open and
30 - 150 USD
I need an EA able to get in a trade based on a % change from Low to High and vice versa. EA must be able to place market orders at candle close. I need a panel to input: A - pip change to set the entry point B - pip change to validate the trade/entry C - Set Breakeven after X pips D - Trailing Stop option E - Option to turn on/off EA. Eg: 8:00 am to 5:00 pm Risk/Reward = 1:1 Stop = if buying, stop at candle low; if