2012.09.20 18:04
> 60 credits from 3 to 4 day(s)
Hello,
Kindly check out my private message and keep me posted on your findings, Thanks.
Jack.
OK. Will do.
Regards
Eric
Hi
I can help
400$ complete
I can help.
Regards,
56
<< TMA EA for Edward Group >> << MQL4 Source File only >>
TMA EA for Edward Group, Please
SELL & BUY Rule :
- work for 4-digit and 5-digit, all time frame -
- operation time control by user, user can define program running from “x” hh:mm to “y” hh:mm, or choose running 24 hours all day.
- Check “K.............................line” active at inside of TMA band, (H1, M30, M15, M5....Multi time frame... )
- start to check “ 3_Level_zz_Semafor_3_M indicator,
if indic occur small ball signal above Super trend line, then go to next step,
- check HA Candle_t1 color change complete, place “SELL” order Signal at next candle_t2 open.
when order is place OK, now,
- when order was sent, order exist, program disable check “K.............................line” process, no need to check “K.............................line” active, (run) inside of TMA band.
- check “ 3_Level_zz_Semafor_3_M indicator,
if indic occur the second ( the third) small ball signal, which is locate below Kolier trend line then go to next step.
- check HA Candle_t1 color change complete, place “Order Close” Signal at next candle_t2_open.,
and at the same time, check user parameter (small_trend, set=off), Check “K.............................line” active at inside of TMA band,
issue a “BUY” order, wait for price go up through trend line again,
check “ 3_Level_zz_Semafor_3_M indicator,
if indic occur the four ( or the five) small ball signal, which is locate above Kolier trend line then go to next step......
- each code function, need add comments at source code, for easy maintain later.
- SL Setting by user. ( user window ).
- Play sound =alert.wav, user can change sound file easily by user window.
- use “iCustom” function to adopt QQE mtf v5 indicator
- use “K............trend” indicator as trend indic,
- use “iCustom” function to adopt TMA indicator (H1, M30, M15...)
- use “iCustom” function to 3_Level_zz_Semafor_3_M indicator (H1, M30, M15...)
- use “iCustom” function to adopt stochstic osc indicator (H1, M30, M15...)
or 24 hours running mode.<< flow chart >>
1. check order exit or not
if have a order, go to #5
2. if there is no order, go to #3.
3. go to buy/sell condition module,
to make a order sent decision, those above indicator modules can be easily attached to this EA by user friendly. or coder can attached / detached those indic module easily.
//
buy/sell condition module build in
//
4. condition OK, place a order, build SL, No OK, back to #1
5. if reach Time schedule, program ending /