An EA trading robot needed based off round number trading, one MA, and a trailing stop

작업 종료됨

실행 시간 53 분
고객의 피드백
Very impressive. Skills are top notch. Communication was professional, reliable, and fast response time. I highly recommend this developer.

명시

My trading system is based off of round or psychological number trading. It is a trend-following system, rules are pretty basic. I successfully trade this system manually but I need a robot to be able to trade more assets and to trade all the signals because I' missing signals by sleeping or doing other important things. This robot will be used on a live account and on multiple accounts. I use AMP Futures and there new mt5 platform. they also offer a demo as well to help if not familiar. I need the robot to trade Futures, that's all. For right now I trade Currencies (micro and mini), gold, oil, heating oil, soybeans, YM mini dow, feeder cattle, and will trade more with a robot. The round number I use for trading levels are as follows: Currencies every 50pips, gold every 10 points-1290.00 to 1300.00 for ex., oil every .5 points 66.50 to 67.00, heating oil .01 points 2.1900 to 2.2000, soybeans every 10 points 1020.00 to 1030.00, ym every 100 points 24400 to 24500, feeder every 1 point 147.000 to 148.000 and we would have to see about some kind of setting to adjusts these levels in the EA obviously.

so here we go with the rules, I'll explain a buy because a sell is just vise versa:

1) Position size we can do manually for now as I am looking to implement this robot asap.

2)I use just the 180 weighted moving average but on different time frames depending on the volatility of the asset I'm trading.

3) A BUY 1) we get a candle to CLOSE above the 180ma (this is the set up), 2) we get a higher high than the previous candle that closed above the 180 (this is the confirmation), 3) a BUY STOP is placed at the next higher round number.  So if we get a close above the 180 but don't get a higher high OR we get a higher high and never make it to the BUY STOP and execute I would like to find a way to cancel this order and I think a good signal to do that is when we get our first close BELOW the 180 because at that moment I'm not allowed to go long anymore, and new close ABOVE the 180 would have to happen and start the process over again.

4) assuming our order gets executed, a sell stop is placed with the initial buy stop order and its at the next round number level down, so on the GBP if we get long at say 1.3300 our initial stop would be places at 1.3250.

5) so if price continues up the next thing we're looking for is hopefully a trend and this is how I stay in as long as possible, so if we're long at 1.3300, as soon as price hits 1.3350 the stop is move up to break even. I don't like breakeven trades so on this initial movement of the stop I like to  be below 1 or 2 pip to take a very small loss instead of break even. next its repetitive, price climbs to 1.3400 stop moves up to 1.3350, price hits 1.3450 stop moved up to 1.3400 so on and so on til we're knocked out. so obviously as price hits new round level the stop is trailed by one round level below it.

6) RE-BUY lets say we get knocked out at 1.3400 that trade is obviously over and I can only go long if I'm above the 180ma and ony short if below the 180ma, so in this example we're out of the trade at 1.3400, the robot at this point should put in a re buy at 1.3450 (one round level up from where we got knocked out) point is if we're in a nice trend and price just retraced some but knocking us out a new buy stop is placed at 1.3450 and if the market takes off again we're in at 1.3450. for each level price retraces the buy stop is move down. so we're out at 1.3400 and price goes down to 1.3350 the buy stop is move down to 1.3400 only if this all takes place staying above the 180 cause like I said we can only be long above the 180. If the price keeps heading south and CLOSES BELOW the 180 we are now in a sell scenario and that new re buy stop order is cancelled.

So I think I explained the best I can, I'll edit this if I remember other details but this is basically all of it.

I look forward to hearing on price and approx. how long it will take to make.

Thank You

응답함

1
개발자 1
등급
(414)
프로젝트
670
33%
중재
60
17% / 32%
기한 초과
113
17%
작업중
2
개발자 2
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
비슷한 주문
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. (when it is up it is buy, when down it is sell) - Can recognize RSI. (Buy on oversold, Sell on overbought). - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Description - An expert advisor(s), placing sell trades in EUR/USD, based on the close price of the previous two candles, as shown in the figure below. The trades would be made in the 5 minute, 1 hour, and 1 day timeframes. In the 5 minute and 1 hour timeframes the market orders would be placed at the start of a new candle, at specific times EST. The order would be cancelled at the close of that candle, i.e after 5
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further

프로젝트 정보

예산
30+ USD
개발자에게
27 USD