fxDreema

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

    sktsec

    @sktsec

    77
    Reputation
    371
    Profile views
    810
    Posts
    8
    Followers
    8
    Following
    Joined Last Online

    sktsec Unfollow Follow

    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

    Latest posts made by sktsec

    • RE: Using Constants for Timeframe

      @capitalfreedom
      e.g. PERIOD_M5 is 5-minute period.

      Following link have all the details. As your input will handle it all provided you have selected the favorable timeframe, actually you won't need to worry about that.

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

      posted in Questions & Answers
      S
      sktsec
    • RE: Using Constants for Timeframe

      @capitalfreedom said in Using Constants for Timeframe:

      TStart_TF

      capture_001_09082026_042758.png

      Enter ENUM_TIMEFRAMES at the leftmost entry. Then your constant name

      posted in Questions & Answers
      S
      sktsec
    • RE: Using Constants for Timeframe

      The data type is : ENUM_TIMEFRAMES

      Value 0 for current timeframe

      posted in Questions & Answers
      S
      sktsec
    • RE: forMT5 How to clossall when DD200dollar

      I think you are talking about trailing stop ?

      posted in Questions & Answers
      S
      sktsec
    • RE: Multiple trades on current candlestick

      @Katlego-Moraba
      Use the result of previous bar.

      posted in Questions & Answers
      S
      sktsec
    • RE: Comment block does not show the correct information on chart

      @ExWize
      It is the EMPTY_VALUE and numeric representation issue.

      For numeric representation, you can try function like DoubleToString(variable_name,Digits)

      capture_001_23072026_044014.png

      posted in Bug Reports
      S
      sktsec
    • RE: SL not working

      You are welcome

      posted in Questions & Answers
      S
      sktsec
    • RE: SL not working

      In your original block, you put the variable in the entry box, and at the same time tick the selection for user input.

      posted in Questions & Answers
      S
      sktsec
    • RE: Stuck on Process - What's next after FXDreema?

      What I am doing now is focusing one symbol at a time, and test the symbol with different EAs.
      It turns out that each symbol fits to a particular EA that won't fit for other symbols.
      In particular, USDJPY vs USDCAD vs EURUSD/GBPUSD/AUDUSD vs USDCHF
      They all have unique structure and temporal characteristics.
      Finally the stock index are forex symbol are far more different.

      posted in General Discussions
      S
      sktsec
    • RE: Pending Order Expiry by N candles

      @l-andorrà
      Candle ID = 3 probably refers to the past time at the previous third candle (current candle as 0). It serves as the base for the input of Shift in Time

      posted in Questions & Answers
      S
      sktsec