EA for AMP Futures MT5 using Custom Financial Instrument

MQL5 エキスパート 先物

仕事が完了した

実行時間8 日
依頼者からのフィードバック
Ahmed is a true professional, asked the right questions, and even pointed out some flaws in my logic. I am more than satisfied and would highly recommend him to anyone needing an EA.
開発者からのフィードバック
I can't say anything except the excellent.

指定

Develop an Expert Advisor for trading futures with AMP Futures on Meta Trader 5. The signals, triggered when a Custom Financial Instrument (CFI) breaks out of a channel, will generate market orders for 2 or 3 different contracts.

The channel will be defined as the highest high (or lowest low) of the last length bars, where length is a predefined integer >= 1. The strategy enters long if the price of the current bar is higher than the upper channel band of the previous bar. It enters short if the price of the current bar is lower than the lower channel band of the previous bar.

  1. The system, once entered, is always in the market during predefined trading times (entry, and then each exit is a reversal until close of session when flat).
  2. All orders will be market orders.
  3. When reversing, close everything out first, then open positions. (e.g. if currently long 1 ABC, sell at market 1 ABC, then sell at market 1 ABC (not long 1 ABC, sell at market 2 ABC).
  4. After each signal, check that all orders have been executed. If not, or if any order is rejected, flatten all positions and stop.
  5. No pyramiding.

The above strategy will be applied to a predefined Custom Financial Instrument (CFI), and the trades will also be predefined i.e. long and short in 2 (sometimes 3) different contracts (ABC, XYZ, EFG).

I would like the ability to predefine as input before starting time of session :

  • Trading day (generally Monday to Friday).
  • Starting and ending times of session, ST and ET in Pacific Time e.g. 07:00 and 13:00.
  • Time frame e.g. 1 minute.
  • length, an integer, which is the length of the channel in the strategy.
  • ABC, XYZ, and EFG (the 3 contracts I will be trading), and a, x, and e (integers representing the number of contracts of ABC, XYZ and EFG  respectively, where positive = long, and negative = short, 0 = no position). So for example, if a = -1, x = 1, and e = 0, then a buy signal would result in market orders to sell 1 ABC and buy 1 XYZ; a sell signal would generate market orders to buy 1 ABC and sell 1 XYZ.
  • Tick value of CFI, e.g. 0.25
  • CFI will be defined as    (fl1 * ABC)  +  (fl2 * clABC * XYZ  / clXYZ)  +  (fl3 * EFG),                                                                                                                 where fl1, fl2 and fl3 are double,                                                                                                                                                               and where clABC and clXYZ are ST's previous bar's close for contracts ABC and XYZ (e.g. if starting time is 8:30am and time frame is 1 minute, close of 8:29am bar). Hopefully the close proximity of clABC and clXYZ to ST will not affect the generation and functionality of CFI. If it does, then the next to previous bar's close for ABC and XYZ can be used instead (e.g. if starting time is 8:30am and time frame is 1 minute, close of 8:28am bar).                 

Other pre-requisites :

  1. Access to source code which should have minimum documentation and comments, and which I should be able to change and compile if necessary.
  2. Ability to stop trading (flatten all positions) at any time.
  3. If relevant, possibility of the use of VPS in the future should be taken into account.
  4. I expect support with error debugging.
  5. The EA or strategy is not to be marketed or resold in the future by the developer.


応答済み

1
開発者 1
評価
(169)
プロジェクト
204
30%
仲裁
25
40% / 44%
期限切れ
12
6%
2
開発者 2
評価
(119)
プロジェクト
169
38%
仲裁
9
78% / 22%
期限切れ
15
9%
3
開発者 3
評価
(42)
プロジェクト
47
30%
仲裁
12
17% / 75%
期限切れ
6
13%
4
開発者 4
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
5
開発者 5
評価
(58)
プロジェクト
66
8%
仲裁
39
26% / 56%
期限切れ
12
18%
仕事中
6
開発者 6
評価
(67)
プロジェクト
144
34%
仲裁
10
10% / 60%
期限切れ
26
18%
類似した注文
BUY AND SELL INDICATOR AND SMAFS(LOXX) 80 20 MIDDLE CROSS FROM TRADING VIEW I want a programmer who can give me buy and sell indicators with SMAFS middle cross to confirm the direction of the market. Supply and demand indicator which shall be optional to use The time frame is 1hr (can be adjustable to change to any time frame) PROFIT AND LOSS. EA that can manage my trading style, 3 types of trails, open and close
I need an expert to help me convert chopzone traingview pinescript to mt4, I need an expert to get it done for me on between 1 to 2 days i hope this will be done by then, i will attach the file and my budget is $30 as of minimum here
Fellow devs, I need help converting a futures trading bot from python into MQL5. Code base for the bot already exists, backtests in python look good, however I need to be able to backtest it on tick data with MT5. Would appreciate someone who has experience with futures bots specifically, and even better if you have experience with AMP brokers, and can provide guidance and improvement criteria. A point you note, I
Software and EA 30 - 60 USD
i want someone who can code a trading bot for me.. with the candlestick range strategy.getting to know if you can be able to 1. identify Any higher time frame candle 2. wait for the next one to break either sell or buy side liquidity lets say it breaks the buy side 2.1 after breaking buy side the body of candle number 3 must close inside the wick of the candle we are looking for(taking buy or sell side LQD from) 3
I'm planning on building/creating an mt4/5 trading indicator that use a break and retest strategy I will share a link for the idea strategy, Kindly message me to send you the link, I can't send it here
here we will create market website, where we will display all our assets in graphical form, we will pull data from Metatrader platform and update the website in real time. I need something like this https://NgnRates.com but on our site we will display our own rate based on calculations performed on MT5 source
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
This is a 2000 lines own-made breakout EA that I need to have cleanly converted from mql4 to mql5 for learning purposes The start() is about 400 lines long ; basic breakout with specific features , built for Index CFDs with 2 digits (typically DAX or SP500; TP SL... are expressed in actual Points) The Ontester() is about 400 lines (contains 58 different custom opimizations) The Deinit() is about 150 lines The
Hello, i would like to have a fix on my plotted lines I use a liquidity strategy on the 1 hr time frame but the indicator that i am using for plotting the 1 hr lines is having a issue and printing the plot lines all over the place on the current 1 and 4 hr plot line as you can see in the screenshot this is very disturbing while i am trading can u fix that or just remove the current 1 hr plot line ?and or only show
Hello there, am in need of an expert pinescript programmer who can work on an existing code to add some indicators and features. Please bid if you understand pinescript well and can work on existing code

プロジェクト情報

予算
100+ USD
開発者用
90 USD
締め切り
最低 2 最高 10 日