Jump to content

metin

Members
  • Posts

    66
  • Joined

  • Last visited

Posts posted by metin

  1. Hi, soundfx

     

    Thanks for your efforts and sharing the EA. I've attached the EA on my demo account at broker time around 19.30 and although I had arranged the EA trading times as 5-19, the EA took the trade. Could you please check if the trading times code is functioning properly...

     

    Regards,

  2. Hello everyone I cant even think of enough words to thank c0py for giving us free lifetime membership but we need to think of a way to thank him and to show him that we are thankful for his thoughtfulness. I think we need to find a way to help him advertise this so that we can drive traffic to his site. I think we should develop a system that shows the true power of his calculations. I was thinking of starting a thread on forexfactory showing how it works but I want to see what everyone thinks. Would this be ok c0py? If so how would you like us to trade your indi. Would you like us to show your indicator alone or as a necessity to add to anyones trading system. Please anyone with ideas let me know and thanks again c0py

     

    I second that view, the indi is a magnificient tool but learning how to trade it effectively makes it more worthy.

  3. If anyone has "ichimoku ea" from elite section, please share it... The shared EA's are old ones I suppose, dating back to 2007.

     

    "An expert advisor based on the usual rules of the Ichimoku strategy.

     

    EU H1. 2009.

     

    Total net profit : 996.45%

    RDD : 29.95%

     

    Download : Ichimoku EA (available in the Elite section) "

     

    Regards,

  4. The change in entry time did a lot of good today. If the previous 0530 GMT was followed, you would have made the 40 TP as well, but at 0630 London, entry was at pullback on M15 chart. Thanks joeytrader.

     

    As far as I know, London Time is GMT+1 (BST) at the moment. So, London time 06.30 a.m. means GMT 05.30 a.m. Correct me please, if I'm mistaken.

     

    Regards,

  5. The EA only trades from 21:00 to 21:45 GMT. What time was the message "invalid time" issued, and what is your GMT setting?

     

    My GMT setting is (0), I've been using a forex.com demo account (4 digit). This message showing the GMT time on the screen seems to appear as "invalid time" as soon as the trading time gets in. Broker time remains o.k.

     

    Regards,

     

    Metin

  6. Trading/not trading times-gmt please...

     

    Thanks for efforts making this EA a great one. Could you please make the EA trading hour parameters to be controlled externally as GMT so that we can choose 'not to trade' hours mode taking into account the broker time. If we choose 24 hours-trading mode then there's not much of a problem, but when set to restricted hours mode, a chaos appears I don't understand at all. I don't think it's too difficult a matter for able coders here...

     

    Regards,

     

    Metin

  7. Here is the Cable Run EA with the Trade times externalized and the GMTOffset added.

    http://www.mirrorcreator.com/files/DBMOVOLB/Cable_Run.mq4_links

     

    You can change the GMT broker offset to your liking. I am not sure if the Externalized Trading times that muruku intended are correct. Maybe he can take a look and make the necessary corrections.

    This is a decent concept but it suffers from several bad features. For one it has no SL which is very dangerous. Second, it will hold trades until "MinProfit" pips are reached as a basket (multiple positions). It is just a matter of time when this will not be reached and the EA will be left with many open positions at a loss getting worse and worse until the account is blown.

    A feature needs to be added to exit the open basket every day at a certain hour before the start of the new session. In this way every day a new clean session is started without trades from the previous day. Without an SL and this feature the EA presents a very high risk proposition.

     

    Good luck

     

    It sometimes happens that the EA opens&closes immediately pending buy&sell orders. Does that happen to you, any possible reason for that?

     

    Cheers,

  8. You have to open the mq4 for that :

     

    int EntryHourFrom = 19; // 1am local GMT +8

    int EntryHourTo = 12; // 6pm still can trade

    int ExitHour = 13; // 7pm Stop trade

    int GMTOffset = 3; // MT4 GMT adjustment - added by fxknight

     

    :)

     

    Well, I thought "externalized" means something else that to be arranged manually at "input" parameters of the EA when opened. Anyway, does that mean that we should only change the "int GMTOffset= " and the rest automatically adapts when opening mq4? Because in your example int GMTOffset = 3 , and trading times are the same as given in the EA below:

     

    int EntryHourFrom = 19; // 1am local GMT +8

    int EntryHourTo = 12; // 6pm still can trade

    int ExitHour = 13; // 7pm Stop trade

    int GMTOffset = 1; // MT4 GMT adjustment - added by fxknight

     

    I'm not good at coding, please clarify... By the way, I'd like to adapt those values for GMT+0

     

    Metin

  9. Here is the CableRUN that i use in my live account :-

     

    http://www.multiupload.com/R1ZHB9FQBT

     

    Thank you azam575 for sharing the Cablerun that you use.

    Could you please verify or correct me as to the coding within the EA for those parameters below so that I can arrange them to use in my forex.com demo account (broker server time: GMT+0):

     

    string CableRunStartTime = 21:00 (GMT:21.00 cablerun original suggested trade time)

    string CableRunEndTime = 08:00 (GMT:08.00 cablerun original suggested trade-end time)

    string CableRunNOTtoTradesTime1 = I'm confused, broker server time? (Newyork open, GMT:1.00)

    string CableRunNOTtoTradesTime2 = I'm confused, broker server time?(Newyork close, GMT: 22.00)

     

    My local time is GMT+3

     

    I hope you spare your time, thank you very much in advance.

     

    Metin

  10. Check this site, you can learn how to do it for all your EA´s

     

    http://wwp.greenwichmeantime.com/

     

    regards,

     

    eggzactly

     

    Eggzactly, thank you.

    I meant I'm confused of the coding shown in the timing strings as below (azam's EA):

     

    // Suggested Active 5am until 4pm at GMT +8

    string CableRunStartTime = "0:00"; // 1:00=6.00am myfxbook 7am onwards is good !!!!

    string CableRunEndTime = "9:30"; // 9:00=2.00pm

    string CableRunNOTtoTradesTime1 = "20:00"; //<-- this is your pc local time (=NY 8am)

    string CableRunNOTtoTradesTime2 = "01:30"; //(=NY 1.30pm)

     

    How come "suggested active 5am= 0:00 and 4pm=9:30" at GMT+8 ; what's the base time to take, broker's server time or local time? I'm really confused...

     

    Best regards,

     

    Metin

  11. I am sure many of us are not mt4 coding experts... would be great if Muruku can do us a favour by uploading his updated modifications :)

     

    there seems to be a lot of requests for the latest version. can someone upload them and ill edit the first post and put them up there for peeps to be able to find.

     

    And would it be possible for able coders to make the latest version possible to trade micro lots (0.01) and working at five-digit brokers (no 130 errors) please...

     

    Hey guys. I'm extremely confused about this post. Is there anyway someone could upload the files needed to run the newest version of cable run without bugs and with the correct indicator as well as trading times or parameters needed to be set? Many thanks in advance to all the help with this and for this wonderful forum.

     

    Hey guys is it possible to modify the EA if you upload it with some kind of risk options so can set the risk? I'd be happy to give a donation to someone who will finalize this as it would appear to be much better than the standard version

     

    Hi Guys

     

    Did Anyone make a new ea with muruku's logic?

    Clevereto? San4x?

     

    Thanks in advance.

    Mr. Juliusss

     

    Hello,

    is it possible to post a complete version with possible GMT parameter works beacause I've tried BT, it's no good...

     

    Thanks

     

    hello all,

    so many forum member here that are not MQl programers begging here for help,

    can someone post the last version of this EA with all the changes in the codes,

    that the user can control the lot size and GMT offset?

    i really appricate muruku help here and his/her great job but for now the only one's that can test this EA

    are mql programers and i don't think it's FAIR.

    regards

    ramliam

     

    Muruku and others who are able to code changes suggested mainly by Muruku...

     

    I hope you give attention to your fellow indo-investasi members who are not so good as you are , but as willing as you are having belief in sharing good things... Lots of ideas have been suggested and coded for this seemingly good EA, but only a handful are enjoying it.

     

    Thank you,

     

    Metin

×
×
  • Create New...