p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; min-height: 14.0px}
I have created an EA which works and open trades but however it has some few issues. I need certain modules added to it and I am offering $10 per module to be implemented apart from module #6 . Please check this list and tell me which of these modules you can implement. Module 1 is compulsory so any module you take you have to end up with module 1 because code needs to compile and work well.
1- Check minor errors and make sure it is compiled such that it can be deployed in the mq5 store.
2-Enable mode in this EA for user to set EA to either open only buy trades, sell trades or both.
3- Enable a risk management module for user to:
A) Choose the number of trades robot can open. At this time it only opens 1 trade and closes it before opening a new trade.
B) Set fixed amount where all trades are closed if total profit or loss is a certain amount.
4.)Enable EA to use logic to open a certain number of pending orders by scanning market. Create provision to turn on or off this feature also
How many pending orders should be opened
5.) create system to scan and turn off EA when there is high impact news, if on, how many minutes before news and after news.
6.) Make trailing stop to be explicit someone might not understand it, it should say. (How many points would you like trail to get triggered or start monitoring if trade is in profit?
Answer- could be say 100 points. Then next provision could be, when should trade get exited. Answer: I.e If market moves against profit in part 1 by 2 pips, 3 pips etc
B) Enable the possibility for user to enable partial closing of positions by a certain mini lot for every step made in above response. Eg. Trail and partial close by 1k for every move stated in answer above.
7.)# Create a module where user can choose logic that EA would use, it currently uses RSI. I need an extra logic added for Bollinger bands
So EA should create buy or sell signals when price closes outside Bollinger band and reopens within band on next candle then set TP in the middle
Of band if trade was opened outside band or set tp in lower band if trade was opened in middle band and take profit above.
Or it could create buy or sell based on both logics or use one logic as confirmation to enter and the other as confirmation to exit. You could add any other
Logic you already have apart from Bollinger bands, I would welcome it.
I am offering $50 for this module 6 if they developer can code freely two other modules 1- as a bonus.
I need only developers who already worked on the module they want to develop, not about to try for the first time. You would need to show me a similar module you already did. Because I need to test the final product quick before Friday. The time is to acquaint yourself with using my code and not for you to learn a new exciting module you did not know before.
Commandes similaires
I run a trading group, we mostly use EAs to trade. I have source code for every EA we trade with. We have many ideas how to improve them and always need a developer to fix some buggs if needed. Looking for a long business partner. ONLY developers with high skills telegram @feint1337
I need an Expert Advisor for MT5 that opens a long trade when the faster Exponential Moving Average (EMA) cross over the slower EMA and a short trade when the faster EMA crosses under the slover EMA. There are also other setting like closing open positions if a cross-over in the wrong direction happens, options for how many bars the trade should be active before close, time-window when it should execute etc. I can
HLW DEVELOPERS I NEED SOMEONE THAT CAN CREATE A TRADING ROBOT THAT TRADE INDICES CRYPTO AND FOREX WITH ADX INDICATOR AND MOVING AVARAGE INDICATOR AND STOP LOSS AND TAKE PROFIT
I am new in trading and would a programmer to create an indicator for me with these specific instructions. 1. Trading Logic Supertrend Indicator: Inputs: ATR Period, ATR Multiplier, Timeframe. Signal is generated when the Supertrend line flips direction. Buy Condition: When price closes above the Supertrend line and the Supertrend flips from bearish (above price) to bullish (below price). EA opens a Buy order. Sell
We are teaching beginners how to trade on ThinkorSwim. We’d like to create 5 scripts, beginning with a chart with one indicator and then adding additional indictors with each chart. The first chart (Level 1) has just 9 day Exponential Moving Average & 20 day Exponential Moving Average and Previous day High, Low, & Close. Level II will have the same indicators as Level I plus Price Candles. Level III has Level II
I am seeking for an Expert Advisor (EA) based on Stochastics oscillator indicator for MT5 to have ability to change levels on wich trade signals to be ignored, to discover certain chart samples so on
import MetaTrader5 as mt5 import datetime import time # Configure your trading symbols and parameters TRADING_SYMBOLS = ["EURUSD", "USDJPY"] TRADE_VOLUME = 0.1 STOP_LOSS = 50 # in points TAKE_PROFIT = 100 # in points # Initialize connection to MetaTrader 5 if not mt5.initialize(): print("Initialize() failed:", mt5.last_error()) quit() def get_current_symbols(): now = datetime.datetime.now() # If it's Saturday
I am seeking an Expert Advisor (EA) that has been independently validated and is capable of successfully passing prop firm challenges and can manage funded accounts further. It is essential that you provide a detailed explanation of the strategy employed by your EA, along with a demo version that has a 30-day expiry for the purpose of thorough back testing and, crucially, forward testing . Please only respond if you
I am seeking an Expert Advisor (EA) that has been independently validated and is capable of successfully passing prop firm challenges and can manage funded accounts further. It is essential that you provide a detailed explanation of the strategy employed by your EA, along with a demo version that has a 30-day expiry for the purpose of thorough back testing and, crucially, forward testing . Please only respond if you
We are teaching beginners how to trade on ThinkorSwim. We’d like to create 5 scripts, beginning with a chart with one indicator and then adding additional indictors with each chart. The first chart (Level 1) has just 9 day Exponential Moving Average & 20 day Exponential Moving Average and Previous day High, Low, & Close. Level II will have the same indicators as Level I plus Price Candles. Level III has Level II