fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Posts
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: Working with objects

      I will probably have about a million troubles with my object project, so lets start a thread on objects 😄

      I'm trying to compare standard deviation channel LOWER LINE to current price. I couldn't find the option on "object on the chart" attributes.
      However, looks like selecting "trend line price level (by candle ID)" is picking up the channel's median line, and I got the lower by subtracting the std dev with a formula block... Is there any easier way?

      posted in Questions & Answers
      roar
      roar
    • RE: Take Profit auto adjustment

      Yup, you can do this with "pips away from open-price" and "modify stops" blocks

      posted in Questions & Answers
      roar
      roar
    • RE: Breaking loop

      The "Loop (pass n times)"... Is there a way to break the loop after certain criteria, like with position loops? That would speed up my ridiculously heavy .ex 😄
      The cycle value is a variable, could it work if I modified the variable 0?

      posted in Questions & Answers
      roar
      roar
    • RE: Stochastics Indicator

      Your logic seems to be fine.. Maybe the stochastics is repainting, try visual mode to find out?

      posted in Questions & Answers
      roar
      roar
    • RE: Activation of Trailing Stop

      Look at the trailing stop block - there is section called Trailing Start -> % of trailing stop -> use 100% to start trailing after 100% of the defined pips 😉

      posted in Questions & Answers
      roar
      roar
    • RE: The strategy from scratch questions and problems

      The profit is equity-balance, as the block says. Which means, if you have 10000 balance and gain set to 1, your trade should be on profit 10001 (equity 20001) to be closed.
      Your tree is overcomplicated anyways. You need just the condition (profit > gain) and close. Same logic, much less fuss 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Check profit (last closed)

      Looks like the check profit block start looping the sell after.. Try to set group number 1 to the first sell, and group 2 for the second sell block - then filter "check profit" to group 1 only.

      As for the second problem, I didn't catch your idea 😄

      posted in Questions & Answers
      roar
      roar
    • RE: Running same EA on multiple pairs

      Multicurrency on mt4 is pain in the ass, at least compared to mt5 which I have much more pleasant experience. Care to share your fxdreema coding process?

      posted in Questions & Answers
      roar
      roar
    • RE: Please help: Place ATR Stop Loss?

      If I understood this right, you want to modify your stop just once. Now the bot modifies it on every tick though, and so forgets about your open bar as time passes.
      Use "check stop-loss" (needs to equal 0) and modify the stop only then.

      posted in Questions & Answers
      roar
      roar
    • RE: Place line at Highest open and Lowest open?

      Use a variable?
      Once a day -> modify variable Highest to 0
      Once a bar -> condition (open > Highest) -> modify variable highest to open -> draw a line on Highest

      posted in Questions & Answers
      roar
      roar
    • RE: Deleting old objects

      Oh, thanks for the insight.
      Im dumping the many objects though, realized its easier to make candle id a variable, loop x period of candles and formula the calculations necessary. Goal is to measure distance to trend line on x previous bars.
      I have been using dreema for over 2 years without playing around objects or loops, they seem to open quite endless possibilities 😛

      posted in Questions & Answers
      roar
      roar
    • RE: Maximum number of order

      I worked situations like this with a variable. Like this:
      When the crossover happens, modify variable Count to 0, just to erase the old count.
      Then proceed your block tree to the order creation, and after order, modify variable Count to Count+1.
      Simple as that, now you just add condition block (Count < max order number) to restrict further orders.

      posted in Questions & Answers
      roar
      roar
    • RE: Deleting old objects

      Figured this out already. Made another variable oldname, which is latest name minus the wanted period, then For each object (name prefix is like Oldname) -> delete. Fxdreema is awesome.

      posted in Questions & Answers
      roar
      roar
    • RE: Deleting old objects

      This seems impossible to do... My ea is plotting an arrow (or 4 arrows) on each bar, which creates lots of data in long backtests. I was trying to delete all red arrows older than 100 bars, using simply For each object (Z-A, skip 100) -> delete. I named the objects as numbers - object on first bar is named 1, then 2 and so on.
      The ea doesn't delete them in correct order oldest to newest, but randomly! Is it even possible to name them as numbers?
      Any ideas to get rid of the old objects??

      posted in Questions & Answers
      roar
      roar
    • RE: MT4 backtesting dilemmas

      I have been using mt5 for over a year now.. Why is it so crappy? All I can see is simplier interface and better strategy tester 😄

      posted in Questions & Answers
      roar
      roar
    • RE: MT4 backtesting dilemmas

      I have a nice ea optimized with mt5, but I also want run some tests with mt4 and I ran to the commission problem - so,
      is there any way to include the commission costs to the ea, when backtesting with mt4?

      Also, it would be awesome if I could port the mt5 project directly to mt4 in fxdreema, without rebuilding the whole tree.
      After all, mt5 and mt4 are both important when making eas: mt5 to backtest and optimize, and mt4 for the actual traders because the stupid brokers don't have mt5 servers.

      posted in Questions & Answers
      roar
      roar
    • RE: How to recognize spikes

      I think the CCI indicator is more suitable after all.. But how about stopping the ea until high volatility is over? If I set blocks like this: [CCI is over certain value] -> [close positions] -> [delay, seconds value 10800, thats 3 hours] , does the ea stop for 3 hours and then continue normally?

      posted in Questions & Answers
      roar
      roar
    • RE: How to recognize spikes

      Hi. I want my system to close all trades and wait a few hours when there is a relatively big m5 spike on the chart, like when a major news are released. The sensitivity of that stopper should be adjustable, and the values must be universal, like an oscillator from 0 to 100 ( so it can be applied to any currency pair/stock).

      Any suggestions?

      edit: Just noticed that the impulse blocks are quite perfect for this. Have to say, I am just amazed of the diversity and user-friendliness of fxdreema 🙂

      posted in Questions & Answers
      roar
      roar
    • RE: How to avoid losses at each tick?

      Your chart history data is probably bad.. You can re-download them this way (in mt5 at least):

      • close metatrader
      • locate the metatrader history folder, here's an example path: C:\Users\ExampleUser\AppData\Roaming\MetaQuotes\Terminal\D0E09F77C8C37AD8BF0E51FF834584\bases\Alpari-MT5\history
      • delete everything inside the "history" folder
      • start strategy tester, it should download new data automatically
      posted in Questions & Answers
      roar
      roar
    • RE: How to avoid losses at each tick?

      That is good to hear!

      By the way, you will soon have a shortage of connections (theres a limit of 10 in the free version). You can spare one with replacing the "close losable trades" with a stop-loss value in the "buy now" block. Also, chaining the blocks to each other has the same effect as the "AND" block.

      Edit: Found a little flaw in your setup.. It only closes losable trades when "if trade exists" is false = no trade exists, so it holds the trades open until it turns profitable or your equilty reaches 0 and a stop-out occurs 😕

      posted in Questions & Answers
      roar
      roar
    • 1
    • 2
    • 117
    • 118
    • 119
    • 120
    • 121
    • 120 / 121