fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. sktsec
    3. Best
    S
    • Profile
    • Following 8
    • Followers 8
    • Topics 8
    • Posts 808
    • Best 72
    • Controversial 1
    • Groups 0

    Best posts made by sktsec

    • RE: Transformation of profit/loss into price level

      @l'andorrà
      https://fxdreema.com/shared/037xpdHFb

      capture_001_25072023_023553.jpg

      posted in Questions & Answers
      S
      sktsec
    • RE: New order error: Invalid trade parameters (3)

      @l-andorrà
      https://fxdreema.com/forum/topic/20945/mt4-expert-does-nt-work-on-new-1421-build

      All credits go to @ambrogio

      posted in Bug Reports
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman
      Block 18. Try:
      Set variable to Text (you have set it to numeric)

      posted in Questions & Answers
      S
      sktsec
    • RE: Has anyone encountered this problem before?

      @PrinceErielle902
      It also happened to me couples of month ago. Reason unknown.

      Better just delete some blocks and rebuild after all

      posted in Questions & Answers
      S
      sktsec
    • RE: All Blocks Resized + Lost All Connections

      @fxDreema
      Everytime you talk about the 1000 blocks, I raise a question to myself: is it a joke?

      posted in Bug Reports
      S
      sktsec
    • RE: script for all theater

      @ambrogio
      You are right. It works well with other blocks. My simple test with MQL code "Print Symbol()" did not give every chart symbol which, however, were printed out correctly if they were given by some other blocks in form of variable.

      posted in General Discussions
      S
      sktsec
    • RE: Easy way to make ENUM

      @roar
      loop Thanks n times

      posted in Tutorials by Users
      S
      sktsec
    • RE: How can I know the max price frome candle close above ma50 until it close below ma50?

      @roar
      Never thought one can DIY a loop with the condition block. You inspired me

      posted in Questions & Answers
      S
      sktsec
    • RE: candles count

      @priyaavatar

      Replace PERIOD_D1 with PERIOD_H1

      posted in General Discussions
      S
      sktsec
    • RE: Best way to learn?

      Start a small project
      condition --> once per bar --> buy/sell
      Learn coding is good as you can do your own customized indicator
      So you wouldn't waste time on customized indicator with unknown details

      posted in Tutorials by Users
      S
      sktsec
    • RE: Is this the correct layout for portfolio?

      A opens trades when no A, B positions
      B opens trades when no A, B positions
      A closes A, B positions
      B closes A, B positions
      Result: open less number of trades and close trades earlier

      posted in Questions & Answers
      S
      sktsec
    • RE: Poor countries, poor people

      @arezovafaey
      You use EA to gamble/trade in the market is one thing. You, as a programmer, write EA for others, that is good, is another thing

      If you are talking about being a programmer, no one would discourage you to do so

      posted in General Discussions
      S
      sktsec
    • RE: Last highest/lowest close

      @SirLuk
      You could use the function
      iHighest(NULL,0,MODE_CLOSE,X,0)

      posted in General Discussions
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman

      if a then b=1; if a then b=2; -> b must be 2
      if a then b=1 else if a then b=2 -> b must be 1

      I am afraid the logic is clear.

      In your case, it may need an array to handle the list of TFs

      posted in Questions & Answers
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman
      Probably due to retrieval of data from some symbols, as it takes time, in particular if those symbols and TFs were not opened in any other chart window.
      Are you reading multiple symbols? Have you tried with only one symbol first and does error still persist?
      BTW, CPU speed seems more important nowaday as RAM is often adequate.

      posted in Questions & Answers
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman
      @roar suggested using CopyTime, does it work for you?

      posted in Questions & Answers
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      I've make some modification to your shared link by adding a time interval just after switching to any other symbol/TF :
      https://fxdreema.com/shared/C9f0bjrG
      NB: After appending to your own project, you have to check to confirm the item in 27 should still the same as the one in 26. (sure you can change it to any other number)

      posted in Questions & Answers
      S
      sktsec
    • RE: How to do I build a multi timeframe\symbol portfolio?

      @gooseman
      I think the code by @roar have solved your problem.

      Anyway, if you are interested you can try inserting the following blocks above the block "No position"
      https://fxdreema.com/shared/htWDZuxqc

      posted in Questions & Answers
      S
      sktsec
    • RE: The effect of time period of backtest in the result

      Backtest is not reliable

      posted in Questions & Answers
      S
      sktsec
    • 1
    • 2
    • 3
    • 4
    • 1 / 4