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: Updating code

      @traderthomas
      Probably because you hide the item before remove the "tick" at the input box. Just recall the item and remove the "tick"

      posted in Questions & Answers
      S
      sktsec
    • RE: Transformation of profit/loss into price level

      Idea:
      x = Money/lot size
      a = Money per tick
      b = tick size

      amount = b(x/a)

      posted in Questions & Answers
      S
      sktsec
    • RE: Any experienced freelancers available?

      @ceeganlaub
      Try to reach @roar. He can offer paid services and we all know he is one of the best in this forum

      posted in Questions & Answers
      S
      sktsec
    • RE: play sound

      @l-andorrà
      There is a block to play sound, doesn't it work for you?

      According to MQL4 document:
      The file must be located in terminal_directory\Sounds or its sub-directory. Only WAV files are played.

      Just create the directory "Sounds" and put the wave file there.

      posted in Questions & Answers
      S
      sktsec
    • RE: What do you use to backtest?

      @GTOAT777
      Tradingview is trending. It seems quite indicator based which is not my style. Sure the strategy development is easy and user experience is good.

      Trading Station is good and reliable, but LUA is too difficult for me to write practical EA.

      Some may use MultiCharts, but it was once a nightmare to me. It is easy to write a simple program, but not really something you would want.

      Python sounds good if you use AI. Believe me, it is very time consuming to develop a simple AI project for trading. You need a lot of effort to 'guess' what hypothetical model would fit the market.

      Zorro-trader claims that it can trade with AI using C programming readily. However, no way I can find it practically work. Much marketing + poor SDK/support

      posted in Questions & Answers
      S
      sktsec
    • RE: How to get level of price of channels?

      https://fxdreema.com/shared/sGEWJfiV

      capture_001_07092023_001832.jpg

      Getting the center line value can be done by selecting its name. But getting its channel level values seems not straightforward. Further knowledge on the function/formula for the channel width is needed.

      posted in Questions & Answers
      S
      sktsec
    • RE: Avoid Range conditions for trend following setups only

      It is a big question. Whether the price has a trend is a random variable itself.

      posted in Questions & Answers
      S
      sktsec
    • RE: Calc to the power of? e.g 1.5^3 for expanding grids

      @Ipod
      MathPow(1.3, 5)

      posted in Questions & Answers
      S
      sktsec
    • RE: News filter

      @jstap
      Yes. The indicator is not smart enough to auto adjust the DST itself

      posted in Questions & Answers
      S
      sktsec
    • RE: List of things to cause EA to not work properly?

      @James-d
      I use MT4 but I think MT5 may be better in terms of backtest and response speed.

      posted in Questions & Answers
      S
      sktsec
    • RE: Quicker way to edit and preview

      Tick for the first option
      It will ask you every time where to download

      posted in Questions & Answers
      S
      sktsec
    • RE: Web Request - $EVZ (barchart.com)

      How can you request data from barchart.com ?

      posted in Questions & Answers
      S
      sktsec
    • RE: Backtesting results

      Of course backtesting can alway get a good result.

      Why the backtest have all 300 long trades without any short trades ?

      Simply because the period is in bull trend.

      posted in Questions & Answers
      S
      sktsec
    • RE: input my indicator name in the input setting

      @l-andorrà
      It is useful if you add a MQL block with the icustom function.

      Especially with default inputs and fixed buffer as signal (e.g. first buffer is buy signal and second signal is sell signal)

      In this case, you can test a lot of strategies with just custom indicator name change.

      As I remember, there was an old forum someone used similar technique to use many custom indicators as input signals to get final output signals.

      posted in Questions & Answers
      S
      sktsec
    • RE: input my indicator name in the input setting

      @l-andorrà

      Suppose indicatorName is the indicator name variable.
      The first signal is buy signal and second sell signal.
      A MQL4 block simply containing

      buySignal = iCustom(NULL, 0, indiatorName, 0, 0)
      sellSignal = iCustom(NULL, 0, indiatorName, 1, 0)

      will get the corresponding signals from indicator named by the variable indicatorName

      But the limitation in this case is that the inputs are all set to default value

      posted in Questions & Answers
      S
      sktsec
    • RE: Buy/Sell Now but open multiple positions

      Use 5 blocks in a row is good. Nevertheless, you can use the Loop Block

      posted in Questions & Answers
      S
      sktsec
    • RE: Is it possible to add the open option to the right-click menu for mobile devices?

      Agree. If the context menu of the block contains the Open action, we can work on fxDreema with mobile phone.

      posted in Questions & Answers
      S
      sktsec
    • RE: Selecting Individual Profit instead of total profit trades

      For each trade --> Modify variable

      https://fxdreema.com/shared/kSEHL5AMd

      In this case all trades are considered to get the latest open trade (position).

      You can also modify Group Mode and Symbol Mode to filter out what you want

      posted in Questions & Answers
      S
      sktsec
    • RE: Someone Please Explain This Strange EA Behaviour

      @funmi
      Are you sure it is the EA that trigger the undesired trade ?

      Happened only once ?

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