작업 종료됨
명시
I need to made theses changes and some semplification to an EA start to made from other programmer. You can receive file on email, when seletected for job.
- add option for user decide format date between dd.mm.y (default) and m.d.y
(this Ea, place order, using a txt file on event inside it. Now allow only europe format. The file is attach in this message).
if user select us format, have to use on txt file you see, mm.dd.yy
- add max spread allowed (near slippage): def 20 (0 = disabilite) for open order (ps. this value must to be used on opening order not on place sellstop buystop order. spread can change at the moment of open trade)
- I need some way to skip txt file of news and insert them directly without generate txt file. insert on config? insert external url like extremenewstrader.com/events.txt?
Some idea for skip it?
These next only to remove from config user windows. In other words value set fixed by system :
- remove alert settings. mt4 have already inside it
- remove display option (def true)
- remove xanchor, yanchor,yspacing but set theses as default 25,35,18
- remove fontname (arial as default)
- remove panelbackground (i don't understand what is it. i have change many color, without difference)
- remove panel widht ( (i don't understand what is it. i have change many widht, without difference)
- i need to show on window, a separator week. like this:
09.09.2016|03:30|EURUSD|IPC CINA
09.09.2016|14:30|USDCAD|DISOCCUPAZIONE CANADA
------------------------------------------------ >>>>> now when EA is running, show on cross windows, list of event. i simply need that i can insert line on txt file that is show on windows. So i can know when event are next week.
13.09.2016|01:50|USDJPY|BSI INDEX JAPAN
- about crude, using config of forex cross? 100 points, on CrudeOil what are? may be we need to use specific value?
add theses option in points:
Crude simbol (broker have different dymbol)
lotsizeCrude
pipdistanceCrude
stoplossCrude
breakevenatCrude
breakeventoCrude
ActivationCrude
deavalueCrude
maxspreadCrud (near MaxSpread that you add)
other option are in common for forex.
SOME CONCEPTUAL CHANGES NEED
- when EA place 2 sell/buy stop, order, with pips difference (now i use 100 points), set buy stop and sell stop and stop loss (now i set to 100 points). from start point. and is correct.
but, after order is open, it's clear that price can be difference for slippage. so, stop loss, must to be adjusted to open price. don't remove it from sellbuy stop order (security reasons) but change it at order opened.
you can see below difference. the sell and buy stop order was 1.2976 and 1.2956. stop loss, correctly set to 1.2966. but after buy order is start, price is 1.2952 but stop loss is ever set to 1.2966. and is more than 100 points. system have to correct stop loss, after order is placed and set in this case to 1.2962 not to 1.2966
- i see in 2 situations, EA have open all both position, without delete one of two
I see that first order open, is before event. maybe price has moved in the dicretion of opening. The second order, was open after event. At this point my idea is that problem is EA don't remove second order, before event start. if is this, you have to change "conpcet" of EA and close EVER the second order, at ANYTIME the first is open. without wait event.
- change way to close order, adding supertrend indicator (default
2.5) and add option for close order type: trailing, supertrend, both
(default)
on both, close order is made by the first of two that rich price.
please pay attention to tf on supertrend closing (break line price). if window of eurusd is open on tf15, st must to use this timeframe. if i have open WTI tf5 closing supertrend value must use this time frame. change tf change totally price of closing.
may be that best solution is
one ES attach for each cross but i'm not sure (to have 6 EA running,
stress and slow orders? i need your opinion). one solution can to open 1
ENT on one cross withe unique config for all forex. and 1 ENS open on
WTI whith his personal config. can work? this concept is valid also for
extreme scalper
***
i want to try to anticipate supertrend signal.
so, close trade (remember, close the trade the first rich between trailing and ST, when function is enabled), not when st come new signal, but when price cross the price line of st, at least of X point (def 30, 3 pips on 5 digits). not wainting close candle, close trade just when line of st is break with at least X point (supertrend dead value).
i need to know what u think about this and for your experience if can work better
(SUPERTREND AND EXTREME NEWS SCALPER SEND ON YOUR EMAIL)


