fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    Draw text placement

    Questions & Answers
    2
    4
    1048
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Processman last edited by

      Hello
      I like draw text only with x and y position but this block has adjust field too , that contains corner and
      anchor type ... OK ... How i disable that ? , I mean corners and center , cant choose "none" ?? ...
      Sorry my bad english ...But , Maybe i so dump that i cant even draw text where i wont ??? πŸ˜†
      OK , i dont give up and i figure out many things , this is my one backtest result(1 Month "So Sick" Scalping)
      But problem this moment is too many trades and too big commission ... πŸ˜† ... I Open beer ...

      ......
      StrategyTester.jpg

      1 Reply Last reply Reply Quote 0
      • fxDreema
        fxDreema last edited by

        I don't see the link between X/Y and the commissions, but I can say that objects have only absolute positions in MQL4. At least I don't know to put an object on the center, and then when I resize the chart, the object to be still on the center. The options in these blocks (Draw....) are all the options available for the given object with all of their possible values. Nothing is missing and unfortunately there is no positioning in % πŸ™‚

        I think that the biggest problem in this backtest result can be... is it real or you are somehow hacking the disadvantages of the backtester πŸ™‚

        1 Reply Last reply Reply Quote 0
        • P
          Processman last edited by

          Hello again
          First thing ... yeah ... That "So sick" Scalping project backtest made 1M , fixed 2 pips spread setting ,
          and SL is 1 pips (modified 2 sec period , up and down with current price) ... OK ... SL followed by nice
          with visual backtest but not looks good demo account ... because there are latency and commission ...
          OK , This similar (1M) scalping system needs fast connections(VPS) and not fixed single trade commission ?? ...
          OK , maybe i dont know what i talking about ... dont take me too seriously 😏 ... and sorry again my bad english.

          Second thing ... Thanks for fast answer to "Draw text" properties , this block new to me ... Understood and figure out something ...
          Now i can make my own personal "Infopanel" because Fxdreema dominates also this particular perfectly ... great ...
          This is small chart screencapture with my "Infopanel" (Text are preferred plan) ...

          ......
          EURUSDM5.jpg

          1 Reply Last reply Reply Quote 0
          • fxDreema
            fxDreema last edited by

            There was a guy who had fast connection and still having some problems. I don't remember what was the problem exactly, but it was something that is impossible to be fixed, because of the way MT4 works πŸ™‚

            Commissions does not depend on the speed, they exists when the spread is low. They advertise low spread, but there there are commissions, so at the end it's like you have bigger spread πŸ™‚

            Swap is what happens when you have slow connection. When you send a request to put a new trade, there is a new price on the server already and the open price is different. Even more problems can come from this when you also have small stops. The thing is that in the request the Open Price is a price level, SL is a price level and TP is a price level. The trade can be opened at different Open Price, but the server does not touch SL and TP, so eventually one of them can be found on the wrong side of the open price.

            For example, you want to open a new trade at 1.0000 with SL = 0.9997 and TP = 1.0003. But until your request reaches the server the price is already different and the trade can be opened at 1.0003. The Open Price is modified, but TP not and now it appears wrong because it's at the same price as the Open Price. The result - no trade, only error message.
            Unfortunately MT4 does not send SL and TP as a relative values, like 0.0003 from the Open Price. It sends them as an absolute values and the problem comes from this.
            And there are other problems like this πŸ™‚

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            Online Users

            T
            A
            A
            M
            A
            M
            E
            E
            F
            E
            G
            M
            C
            L
            K
            E

            28
            Online

            146.7k
            Users

            22.4k
            Topics

            122.6k
            Posts

            Powered by NodeBB Forums | Contributors