指定
The
Oil hedging semi-automatic strategy logic is as follows:
The broker used will be www.benchmark.bg, offering oils like: USOIL, UKOIL and Brent, WTI
When the difference between two oil types (symbols must be able to be manually entered) prices differ with 20 cents lets say Oil1 is $59.00 and Oil2 is $59.20. The EA must open a sell order for Oil1 and buy order for Oil2 when the difference is 10 cents (value for difference must be editable) and to close this orders when the difference becomes 30 cents (value for this must be editable as well). The EA must be able to open the trades in the opposite way as well - buy order for Oil1 and sell order for Oil2 when the difference is 30 cents and to close them when the difference is 10 cents. The trades will be closed only if the price difference condition is satisfied or manually.
The EA must be able to open additional positions if the price difference increases, the logic is the same as above, but the price difference values must be additionally defined lets say where it says 30 above, here will be 60 and where it says 10 above it will be 30 here. The additional positions to be switchable (via true/false selection in the EA).
Both entry and close difference as well as trade volume/lotsize should be changeable via EA Inputs panel.
Manual trade pair button/panel - Sell_Oil1/Buy_Oil2 order button where price difference for entry and price difference for close can be entered and the volume/lotsize of the trade
Manual trade pair button/panel - Buy_Oil1/Sell_Oil2 order button where price difference for entry and price difference for close can be entered and the volume/lotsize of the trade
Names of the predefined trade pair button/panel to be changeable in the EA Inputs if possible.
All pairs Sell_Oil1/Buy_Oil2 and Buy_Oil1/Sell_Oil2 that are triggered by the EA or put in place via the predefined trade pair button/panel should be marked in pairs with a printable comment on the chart so they can be easily identified. Example - "Sell Oil1 - order 321" and "Buy Oil2 - order 321" where 321 will be variable and unique identification for both positions in the trade pair.
If you have any additional questions please let me know.
I will need pricing and what time you will need to work on.
The broker used will be www.benchmark.bg, offering oils like: USOIL, UKOIL and Brent, WTI
When the difference between two oil types (symbols must be able to be manually entered) prices differ with 20 cents lets say Oil1 is $59.00 and Oil2 is $59.20. The EA must open a sell order for Oil1 and buy order for Oil2 when the difference is 10 cents (value for difference must be editable) and to close this orders when the difference becomes 30 cents (value for this must be editable as well). The EA must be able to open the trades in the opposite way as well - buy order for Oil1 and sell order for Oil2 when the difference is 30 cents and to close them when the difference is 10 cents. The trades will be closed only if the price difference condition is satisfied or manually.
The EA must be able to open additional positions if the price difference increases, the logic is the same as above, but the price difference values must be additionally defined lets say where it says 30 above, here will be 60 and where it says 10 above it will be 30 here. The additional positions to be switchable (via true/false selection in the EA).
Both entry and close difference as well as trade volume/lotsize should be changeable via EA Inputs panel.
Manual trade pair button/panel - Sell_Oil1/Buy_Oil2 order button where price difference for entry and price difference for close can be entered and the volume/lotsize of the trade
Manual trade pair button/panel - Buy_Oil1/Sell_Oil2 order button where price difference for entry and price difference for close can be entered and the volume/lotsize of the trade
Names of the predefined trade pair button/panel to be changeable in the EA Inputs if possible.
All pairs Sell_Oil1/Buy_Oil2 and Buy_Oil1/Sell_Oil2 that are triggered by the EA or put in place via the predefined trade pair button/panel should be marked in pairs with a printable comment on the chart so they can be easily identified. Example - "Sell Oil1 - order 321" and "Buy Oil2 - order 321" where 321 will be variable and unique identification for both positions in the trade pair.
If you have any additional questions please let me know.
I will need pricing and what time you will need to work on.
応答済み
1
評価
プロジェクト
49
22%
仲裁
14
29%
/
21%
期限切れ
13
27%
暇
2
評価
プロジェクト
167
35%
仲裁
11
91%
/
0%
期限切れ
0
暇
3
評価
プロジェクト
85
44%
仲裁
10
40%
/
50%
期限切れ
9
11%
暇
4
評価
プロジェクト
91
31%
仲裁
28
29%
/
43%
期限切れ
42
46%
暇
パブリッシュした人: 1 code
5
評価
プロジェクト
34
26%
仲裁
7
14%
/
43%
期限切れ
7
21%
暇
6
評価
プロジェクト
334
55%
仲裁
14
36%
/
29%
期限切れ
1
0%
暇
7
評価
プロジェクト
45
20%
仲裁
25
28%
/
48%
期限切れ
12
27%
暇
8
評価
プロジェクト
463
51%
仲裁
41
24%
/
49%
期限切れ
149
32%
暇
9
評価
プロジェクト
143
76%
仲裁
0
期限切れ
2
1%
暇
10
評価
プロジェクト
553
50%
仲裁
57
40%
/
37%
期限切れ
227
41%
仕事中
11
評価
プロジェクト
845
73%
仲裁
15
53%
/
13%
期限切れ
193
23%
暇
12
評価
プロジェクト
1070
50%
仲裁
39
28%
/
41%
期限切れ
49
5%
暇
パブリッシュした人: 1 article, 8 codes
13
評価
プロジェクト
146
34%
仲裁
13
8%
/
62%
期限切れ
26
18%
暇
パブリッシュした人: 6 codes
類似した注文
Maximas e Minimas + Super Trend
35+ USD
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
EA: Smart Break-Even & Partial Close Manager
30 - 200 USD
Develop an Expert Advisor for MetaTrader 5 that manages existing positions. Features Automatically detect all open positions. Apply Break-Even after price reaches a configurable profit. Partial Close: Close X% of volume at the first target. Move Stop Loss to Break-Even. ATR Trailing Stop (optional). Magic Number filter. Comment filter. Symbol filter. Trading session filter. Retry mechanism for trade operations
Mt5 ea
30+ USD
I have a fast execution ea that need a little touch, it trade on gold and my problem is about the risk ratio the tp is 3pip and stop loss 20 but i cannot get it right to make the average win larger and average loss lower. I would like to know if i can get help to get it right without touching the tragedy and the trade frequency. Those two pictures I attached is the example of what my bot actually do like i explained
プロジェクト情報
予算
30 - 200 USD
締め切り
最低 1 最高 10 日