Specification
I am currently looking for a programmer who can write code in meta trader/ MQL5.
NOTE: you will have to know sloping and parameters reading because you will have to write code for reading four different indicators and how they slope.
I would like to be able to set rules within one pair or instrument which I will call the MASTER pair or instrument. And then have the trade executed within another pair/instrument, which I call the SLAVE. The execution will be based on rules set in the master which are from 4 different indicators. One the rules are met in the Master the EA will then look at the slave instrument within the SAME time frame as the master to make the trade. Example rules are met in say JPY in the 5-minute timeframe, then the EA will go into USD for example and make the trade. The same indicators will be in the slave pair as well. I just want to be able to turn them on and off.
I will also want the system to use a stoploss and trailing profit.
System will never be in more than one trade at a time but can-do rapid trading if I set it to.
NOTE: I will be using he EA to automatically trade
System will never be in more than one trade at a time but can-do rapid trading if I set it to. MUST include source code and such code will be owned by me, worldwide, internationally and in perpetuity.
NOTE: I will be using he EA to automatically trade
All code will be placed on my GitHub account
1 Need to be able to set the rules for both buying and selling at the same time.
2 Need a way to manually go into each indicator Alligator, MacD, Stostic and RSI and set the trading rules. So, on each indicator there needs to be a way to choose a setting based on say a clock up or down or north and south. Once I choose the instrument or pair the EA will read ALL timeframes at once looking for rules. Once rules are met in any of the timeframes the EA will then look at the pair/instrument which I chose to make the trade. It MUST make the trade in the same timeframe as where the rules were met in the Master, but the actual trade will be made in whatever pair I choose based on rules set there. The rules are based on indicator setting. but only I am currently looking for a programmer who can write code in meta trader/ MQL5.
3 I want to be able to turn off induvial timeframes where the EA will not look in those timeframes for entry.
4 Need away to adjust the setting for each indicator
5 Need a bell notification that will sound off when rules are meet in the Master pair and jumps to that screen. Just like in trading view whenever an alarm is set, and rules are meet it not only sounds off but displays the timeframe in which the rules were meet.
6 There will be a separate RSI reader for that trading pair. Trade will only execute when the two RSI are going in the same direction. All other rules will apply but the trade will execute in the pair I choose.
7 Need a way to see what time frame the trade was executed in
8 Once trade is executed the trailing stop will execute.
9 System will NOT execute more than one trade at a time. But once one trade is executed and exited if the rules are still being met then the next trade will happen automatically
10 Once the first trade is executed and goes into profit the second trade is executed and so on.
11 I need to be able to turn on and off each indictor individually.
12 Result page that includes the timeframe the trade was made in
13 Need a way to set a stoploss for each trade.
14 EA can work in only one pair/instrument as well (test M move)
NOTE: you will have to know sloping and parameters reading because you will have to write code for reading four different indicators and how they slope.
I would like to be able to set rules within one pair or instrument which I will call the MASTER pair or instrument. And then have the trade executed within another pair/instrument, which I call the SLAVE. The execution will be based on rules set in the master which are from 4 different indicators. One the rules are met in the Master the EA will then look at the slave instrument within the SAME time frame as the master to make the trade. Example rules are met in say JPY in the 5-minute timeframe, then the EA will go into USD for example and make the trade. The same indicators will be in the slave pair as well. I just want to be able to turn them on and off.
I will also want the system to use a stoploss and trailing profit.
System will never be in more than one trade at a time but can-do rapid trading if I set it to.
NOTE: I will be using he EA to automatically trade
System will never be in more than one trade at a time but can-do rapid trading if I set it to. MUST include source code and such code will be owned by me, worldwide, internationally and in perpetuity.
NOTE: I will be using he EA to automatically trade
All code will be placed on my GitHub account
1 Need to be able to set the rules for both buying and selling at the same time.
2 Need a way to manually go into each indicator Alligator, MacD, Stostic and RSI and set the trading rules. So, on each indicator there needs to be a way to choose a setting based on say a clock up or down or north and south. Once I choose the instrument or pair the EA will read ALL timeframes at once looking for rules. Once rules are met in any of the timeframes the EA will then look at the pair/instrument which I chose to make the trade. It MUST make the trade in the same timeframe as where the rules were met in the Master, but the actual trade will be made in whatever pair I choose based on rules set there. The rules are based on indicator setting. but only I am currently looking for a programmer who can write code in meta trader/ MQL5.
NOTE: you will have to know sloping and parameters reading because you will have to write code for reading four different indicators and how they slope.
I would like to be able to set rules within one pair or instrument which I will call the MASTER pair or instrument. And then have the trade executed within another pair/instrument, which I call the SLAVE. The execution will be based on rules set in the master which are from 4 different indicators. One the rules are met in the Master the EA will then look at the slave instrument within the SAME time frame as the master to make the trade. Example rules are met in say JPY in the 5-minute timeframe, then the EA will go into USD for example and make the trade. The same indicators will be in the slave pair as well. I just want to be able to turn them on and off.
I will also want the system to use a stoploss and trailing profit.
System will never be in more than one trade at a time but can-do rapid trading if I set it to.
NOTE: I will be using he EA to automatically trade
the RSI in slave is going in the same direction as what the rule in the MASTER is.3 I want to be able to turn off induvial timeframes where the EA will not look in those timeframes for entry.
4 Need away to adjust the setting for each indicator
5 Need a bell notification that will sound off when rules are meet in the Master pair and jumps to that screen. Just like in trading view whenever an alarm is set, and rules are meet it not only sounds off but displays the timeframe in which the rules were meet.
6 There will be a separate RSI reader for that trading pair. Trade will only execute when the two RSI are going in the same direction. All other rules will apply but the trade will execute in the pair I choose.
7 Need a way to see what time frame the trade was executed in
8 Once trade is executed the trailing stop will execute.
9 System will NOT execute more than one trade at a time. But once one trade is executed and exited if the rules are still being met then the next trade will happen automatically
10 Once the first trade is executed and goes into profit the second trade is executed and so on.
11 I need to be able to turn on and off each indictor individually.
12 Result page that includes the timeframe the trade was made in
13 Need a way to set a stoploss for each trade.
14 EA can work in only one pair/instrument as well (test M move)
Similar orders
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Tradingview indicator
30+ USD
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
Help for Money Management
30 - 35 USD
I want robot that can help me trade and make some money so that I can be able to learn from it while I'm still in depot account now.Is how it gonna help me with some money
I’ve been following your profile and I'm interested in your expertise with the ATAS API and C# development. I have a clear technical scope for a high-performance M1 indicator focused on Binary Options and Scalping. The core logic is based on institutional Order Flow convergence: Stacked Imbalances: 300% ratio with a minimum of 3 consecutive levels. Delta/Price Divergence: Filtering for market exhaustion (New Highs
can you help me with editing the existing ATR Trailing Stop Indicator to include a logic to include additional script, where my ninZaRenko bars when it closes above OR below the dynamic stop line, I will be out of trade. Please remember, in this Indicator, now when the price touches the stop line, I am stopped out .. . I want to edit the script, in lieu of the price touch, I like to update this logic to when the bar
Project information
Budget
100 - 280 USD
Deadline
from 2 to 5 day(s)