Program to Allow MT4 to show crosshair over different timeframes -
1 2

thread: Program to Allow MT4 to show crosshair over different timeframes

  1. #11
    Junior Member JoanSg8's Avatar
    1
    Sorrex, are you around?

    Can it be feasible to alter sx BT so 1) we can have several scripts running at precisely the same time on precisely the same currency pair (to draw a few lines) and also, 2) be able to use several scripts on distinct pairs at precisely the same moment?

  2. #12
    Junior Member fina78's Avatar
    2
    Hi Guys, only made a synchronized cursor (i.e. cursor in different windows, synchronized over different time frames) which I think works perfectly. No requirement for an external DLL. Put in Indiors folder, compile. Drop on any chart. It is very convenient to bring this indior into the template of MT4 Terminal. Have fun! document
    Excellent job. I've searched a lot to it accidentally found it . Thank you very much.

  3. #13
    Hello Guys, just created a synchronized cursor (i.e. curser in different windows, synchronized over different timeframes) that I think works perfectly. No requirement for an external DLL. Put in Indiors folder, compile. Then drop on any chart. It's quite convenient to bring this indior to the DEFAULT template of MT4 Terminal. Have fun! file
    Can there be some fabulous Coder that could chnage the connected SyncCursor.mq4 Indi a bit?
    Right now its showing the Crosshair but its hard to indicate other objects with one Click becuase the Crosshair gets also clicked.
    1. 1 solution would be to delete the purpose from the Code to click the Crosshair
    or
    2. Another solution would be that the Crosshair is available when pressing on a Button for the Crosshair.

    Thanks for an info regarding this one.
    I appreciate any help from the pros.
    Thanks.
    Reg.Zack
    https://www.cliqforex.com/attachment...1867707610.mq4

  4. #14
    Senior Member ouuhyeaah's Avatar
    155
    That is a project I have been wanted to do for a while... here's a version I just finished up.Works on all charts with the exact same symbol. One indior case is essential. Click the cross-hair button to toggle the cross-hairs. Click to toggle the cross-hair lock.
    https://www.cliqforex.com/attachment...1309233086.ex4

  5. #15
    Junior Member fina78's Avatar
    2
    This is a job I've been wanted to do for a while... here's a version I just finished up. Works on all charts with the symbol. One indior instance is essential. Click on the cross-hair button to click on the cross-hairs. Click to click on the cross-hair lock. image document
    Good job, but it would be a lot better if you change the style of the cross hair. If sb. Has used y to the chart to see session breaks, he'd be not able to see the crosshair cause they have same line fashion.



  6. #16
    That is a project I've been wanted to do for a while... here is a version I just ended up. Works on all charts with the exact same symbol. Just one indior case is necessary. Click on the cross-hair button to toggle the cross-hairs. Click to toggle the cross-hair lock. image document
    Thats a really very good tool.
    Perfect.Thanks a lot.
    So we'd contact before via Email and I've sent you an Email just in case you're interested in altering a payed Indior coded by mladen.
    Thanks .
    Reg.Zack

  7. #17
    Senior Member ouuhyeaah's Avatar
    155
    quote Thats a really very good instrument. Perfect.Thanks a lot. So we had contact before through Email and I've sent an Email to you in case you are considering changing a payed Indior coded by mladen. Thanks . Reg.Zack
    Hello Zack,

    Thank you for the compliments, I'm glad you enjoy the instrument. Stay tuned because it is going to get a whole lot better.

    Seeing you email, I didn't respond, but in case you did not get it... I'm interested in making adjustments to other people's code. We could speak 15, if you would like to employ me to create you something custom.

  8. #18
    Senior Member ouuhyeaah's Avatar
    155
    All new variant... you guys are going to enjoy this one. I started a new thread for growth.

    Https://www.cliqforex.com/trading-sy...ng-market.html

    Good job, but it would be much better if you change the style of the cross hair. If sb. Has used ctrl y to the chart to view session breaks, he would be unable to observe the crosshair cause they have line style.
    I think you'll like the new version better!

  9. #19
    Junior Member dylanbebipk's Avatar
    1
    quote Is there some fabulous Coder which could chnage the connected SyncCursor.mq4 Indi a bit? Right now its showing the Crosshair but its hard to indicate objects Click becuase the Crosshair has clicked. 1. 1 solution is to delete the function in the Code to click on the Crosshair or two. Another solution is that the Crosshair is available when pressing on a specified Button for your Crosshair. Thank you for an information regarding this specific one. I love any help from the pros. Thanks. Reg.Zack document
    Hi, I got the exact same problem, the crosshair is always picking out the cross. I'm no programmer but love to play with the code, my brother found. Add this line of code at the conclusion of the code in the two fonctions CreateHLine.

    -- ObjectSet(name, OBJPROP_SELECTABLE, False); // **** VLINE UN_SELECTABLE ****

    Here the indior corrected.
    Hope it help!
    https://www.cliqforex.com/attachment...71833135148.1)

  •