Recent content by kriss

  1. kriss

    emailing from MT4 for open/modified trades

    New version of this script.
  2. kriss

    Anyone using Rapidminer to build financial time series forecast system?

    Hi, Yes, one here. I use also Orange Canvas.
  3. kriss

    How to display tick charts?

    you are welcome
  4. kriss

    How to display tick charts?

    Hi, I posted this indicator 2 years ago, on this forum. Feel free to use it. Regards, Krzysztof.
  5. kriss

    Need MT4 broker without weekend data

    Manhattan Beach Trading.
  6. kriss

    Mql4 selllimit

    Hi, You can set expiration time on pending order: int OrderSend(string symbol, int cmd, double volume, double price, int slippage, double stoploss, double takeprofit, string comment=NULL, int magic=0, datetime expiration=0, color arrow_color=CLR_NONE) From MetaTrader docs: Applying of...
  7. kriss

    Double Stochastic? Metatrader 5

    You're welcome :)
  8. kriss

    Double Stochastic? Metatrader 5

    I am not sure if you can do it in MetaTrader5, but in previous version you could drag and drop indicator into another indicator window... Regards, Krzysztof.
  9. kriss

    Time - displayed on chart indicator wanted

    Hi, So I managed to make this countdown clock without server lag, its not perfect but it works quite well :D also I added progress bar... can be disabled/customized if you don't like it. here is on big time frame: Did you restart your MetaTrader terminal after that? Regards, Krzysztof.
  10. kriss

    Time - displayed on chart indicator wanted

    Sounds like interesting job, currently I programming LTE Base Stations at Nokia Siemens Networks, mostly low level programming in C++/Assembler, nothing fancy. I used to working as a software developer for one private investor, doing jobs like FIX integration, connecting multiple brokers etc...
  11. kriss

    Time - displayed on chart indicator wanted

    Well, I prefer to use ea for managing my trades and scripts for such tasks like clock displaying. That's your opinion, I don't copy paste any source codes, usually more troubles then writing it from the scratch, besides, writing software is fun for me and it is also my job. If it takes one...
  12. kriss

    Time - displayed on chart indicator wanted

    Hi, actually this kind of indicators are very easy to write. Not necessary, instead of writing pure indicator (which is updated only on new tick) you can write a script, with simply loop that updates your clock label every 500ms for example. That's all ;) Here is the script that displays...
  13. kriss

    Request for Help

    Hi, This code will execute ALL instructions after return(0); only once per bar, not for every tick like normaly, just once when new candle is formed. Time[0] - current candle open time. // store previous open time datetime timeprev=0; // global or static variable // ------------ // check...
  14. kriss

    Change forex pair within trading screens

    Hi, You can do it, using script languages designed for user interface testing. Some people using it for automatic game playing, so it will work also for you. Just record your macro, and play it later. Check this site: AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText...
  15. kriss

    Moving to MetaTrader and we need several programmers...

    Hi jimmiseven, I offer you my programming service, I wrote several expert advisors for people on this board, and I think they are happy, am I right? :lol: Regards.
Top