fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. trbedell
    T
    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 29
    • Best 1
    • Controversial 1
    • Groups 0

    trbedell

    @trbedell

    0
    Reputation
    1119
    Profile views
    29
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    trbedell Unfollow Follow

    Best posts made by trbedell

    • RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      @miro1360 - Thanks Miro!

      0_1560856729313_Complete.PNG

      This task has been completed. If anybody wants to use this EA it is here:

      https://fxdreema.com/shared/ZDWXV1bsb

      Constants:

      0_1560856920238_constants.PNG

      Variables:

      0_1560856935602_Varables.PNG

      Good Trading All!
      Tom

      posted in Tutorials by Users
      T
      trbedell
    • RE: Here, take this profitable ea

      @roar - Gave your MT5 version a spin. I have a broker that uses hedge method , so I added a close positions block at the "if buy/sell" blocks and it works in test mode. I ran it on a demo account for the past 12 hours across 8 pairs and it failed to open a single trade.

      What timeframe do you recommend. I ran it at M15. Any suggestions?

      Thanks for the EA. I am going to marry it to...

      https://fxdreema.com/forum/topic/7370/new-spin-video-tutorial-signals-dashboard-ea-advanced-looping-objects-arrays/6

      I will modify the dashboard to use ADX and Bollinger and drop MA's to give a visual spin to the EA. I will share it when complete.

      Thanks,
      Thomas

      posted in Tutorials by Users
      T
      trbedell

    Latest posts made by trbedell

    • RE: Here, take this profitable ea

      @roar - Gave your MT5 version a spin. I have a broker that uses hedge method , so I added a close positions block at the "if buy/sell" blocks and it works in test mode. I ran it on a demo account for the past 12 hours across 8 pairs and it failed to open a single trade.

      What timeframe do you recommend. I ran it at M15. Any suggestions?

      Thanks for the EA. I am going to marry it to...

      https://fxdreema.com/forum/topic/7370/new-spin-video-tutorial-signals-dashboard-ea-advanced-looping-objects-arrays/6

      I will modify the dashboard to use ADX and Bollinger and drop MA's to give a visual spin to the EA. I will share it when complete.

      Thanks,
      Thomas

      posted in Tutorials by Users
      T
      trbedell
    • RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      @miro1360 - Thanks Miro!

      0_1560856729313_Complete.PNG

      This task has been completed. If anybody wants to use this EA it is here:

      https://fxdreema.com/shared/ZDWXV1bsb

      Constants:

      0_1560856920238_constants.PNG

      Variables:

      0_1560856935602_Varables.PNG

      Good Trading All!
      Tom

      posted in Tutorials by Users
      T
      trbedell
    • RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      Found it: Time Frames

      https://www.mql5.com/en/docs/constants/chartconstants/enum_timeframes

      Type: ENUM_TIMEFRAMES

      Sample: PERIOD_M1 - one Minute

      Again. Thanks for your assistance.
      Thomas

      posted in Tutorials by Users
      T
      trbedell
    • RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      @miro1360 - On second thought... I am wondering how to express timeFrame - in this application I have been using seconds. Is this the correct way or do I need to use another variable?

      0_1560827139112_complete2.PNG

      Thanks again,
      Thomas

      posted in Tutorials by Users
      T
      trbedell
    • RE: New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      @miro1360 - Looks good now. I updated the timeFrame in seconds per period. As the system loops, it stops at 30 minutes. I looked and the time calculates Candle 0 - Candle 0 to get the pip size but stops at H1. Any ideas?

      Current EA >>> https://fxdreema.com/shared/czlTvUN9c

      Here are the results:

      0_1560824185080_Complete.PNG

      Again. Thanks for your assistance.
      Tom

      posted in Tutorials by Users
      T
      trbedell
    • New Spin! Video Tutorial - Signals Dashboard EA [advanced] - looping Objects, arrays

      Re: Video Tutorial - Signals Dashboard EA [advanced] - looping Objects

      @miro1360, I find this to be an excellent project and tutorial. I have created a new spin to this older tutorial and am having a bit of difficulty (as I am not a programmer by trade). I have been able to make some strides, using the existing code you have provided.

      Instead of a Multi Pair dash board, I am looking to create a Multi Time dash board for a single pair. I have found that I need a 3 arrays to create the task but I am having difficulty making the EA loop properly to give the results.

      I have attached my modification and constant/variable changes. Your insight would be grateful to complete the task. Here is what I have so far.

      Shared EA >>> https://fxdreema.com/shared/duB0geW7b

      Results: (notice it only draws 3 MA - Stops at M15)

      0_1560782747743_results.PNG

      Constants:

      0_1560782818561_constants.PNG

      Variables:

      0_1560782837713_Varables.PNG

      On-Init:

      0_1560782875879_on-init.PNG

      On-Timer:

      0_1560782893178_On-Timer.PNG

      The result of this dash board is to provide a Multi-Time View of a pair.

      Can you assist me with this?

      Best,
      Thomas

      posted in Tutorials by Users
      T
      trbedell
    • RE: How do I evaluate a variable (Not a terminal variable) in a condition?

      @l-andorrĂ  - Thank you for that.

      posted in Questions & Answers
      T
      trbedell
    • How do I evaluate a variable (Not a terminal variable) in a condition?

      Good Day @fxdreema,

      I have declared several variables.
      TP = Take Profit
      SL = Stop Loss

      On trade > Formula > Condition > Close

      Formula: Ask - 2 pips > V1
      Condition: Ask < V1
      Close

      https://fxdreema.com/shared/EWXUh0uhd

      Question: How do I access V1 in the condition block? Terminal Variables is not the answer.

      Can you please assist?

      Thanks in advance,
      Thomas

      posted in Questions & Answers
      T
      trbedell
    • RE: If call exist Bid=0 close trade please help

      Are virtual stops converted to market orders? My broker has a 5 pip SL minimum and 3 pip TP minimum to thwart scalping. Can you give more detail on virtual stops please?

      posted in Questions & Answers
      T
      trbedell
    • Help with MT4 Scalping limitations by brokers.

      Good Day,

      Are there any scalpers in the crowd? It seems most brokers have SL and TP limits to thwart scalping. Does anybody have a code sequence to counter this behavior?

      Mine appears to have a 5 pip SL and a 3 pip TP limit. Setting limits any close to the open price is rejected and defaults to the broker limits.

      Any suggestions would be appreciated.

      posted in Questions & Answers
      T
      trbedell