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: error block

      @forexbob-0 theres many ways. What error do you get?

      posted in Questions & Answers
      roar
      roar
    • RE: How can I know the max price frome candle close above ma50 until it close below ma50?

      Like this?

      https://fxdreema.com/shared/lLJy8gRX

      posted in Questions & Answers
      roar
      roar
    • RE: when at BB upper line to put pending order 70 points above

      I think you want to change either one of these operands
      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      @l-andorrà it could be just some weird mechanism with time zones and block execution order. I'm not sure whats the full picture though

      posted in Bug Reports
      roar
      roar
    • RE: Every Few Trades*

      @Morpheus_0 something like this, there is probably even simplier solution

      https://fxdreema.com/shared/kn0pibOUc

      posted in Questions & Answers
      roar
      roar
    • RE: ichimoku span doesnt react

      @YOSEF the one that doesnt have a value on current candle?

      b7aaecbe-1662-48e1-bc4d-10153038a068-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: ichimoku span doesnt react

      Which span are you referring to?

      posted in Questions & Answers
      roar
      roar
    • RE: Modified grid to reduce risk?

      @tho401 so you are paying very close to what every retail trader pays ($3 per lot). You shouldn't let the complicated reward scheme to cloud your judgement - you are paying for every trade, therefore you should avoid unnecessary trades just like everyone else. But its none of my business, hope you get help in this topic

      posted in Questions & Answers
      roar
      roar
    • RE: Modified grid to reduce risk?

      @tho401 even with rebates to offset costs, surely you pay something for every trade? Otherwise, just make an EA to buy/sell every second and close immediately.

      These are honest questions, because if you really get paid a net-positive sum for making trades, I will get into that business right away.

      posted in Questions & Answers
      roar
      roar
    • RE: How to take points instead of pips ?

      Like this

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Modified grid to reduce risk?

      @tho401 you need to make some checks, is there any buy trade, is there any sell trade, where are their open prices....

      I would make an example, but this just looks bad and I wont go out of my way to promote bad strategies. You cant make grid more profitable by doing the opposite of grid. You just pay double the trading costs.

      Also, you are opening and closing trades at the same instant, further adding to your costs. If you want to hedge some particularly volatile periods, just open a single sell trade the size of total buy position to get net zero exposure, and close sell when you feel the volatile period is over.

      But again, the point of grid strategies are to make use of volatility. Profit is a reward from taking a risk. By canceling the buy trade with sell trade, you are basically not trading but paying for it anyway.

      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      @l-andorrà next step of troubleshooting would be more log blocks - as you have multiple groups of blocks, each group should start with a log message that tells the timestamp and variable values.

      posted in Bug Reports
      roar
      roar
    • RE: Limit Maximum symbols trading.

      @OntradingX your original example has a working checkup with the increasing variable, you are just not checking all symbols at once.

      This structure should work. Use a 1-cycle loop block to control the flow: first go through symbols, then continue with the currently selected symbol
      5ebd1bcc-1b9d-4b9f-ad4a-8d98d30f730c-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      What do you see in the log? Are the variables 0 or something else?

      posted in Bug Reports
      roar
      roar
    • RE: Acc High Comment*

      @Morpheus_0

      • Set up variable highbalance
      • Run this code to update it:
        highbalance = MathMax(AccountBalance(), highbalance)
      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      I think you can right-click and insert the variable, but at this point its probably easier to make a custom string and print it:

      string cmt = "";

      cmt += " " + "highest_loss: " + highest_loss;
      cmt += ", " + "highest_profit: " + highest_profit;
      cmt += ", " + "max_profit_was_at: " + max_profit_was_at;
      cmt += ", " + "max_loss_was_at: " + max_loss_wat_at;
      cmt += ", " + "total_profit: " + total_profit;

      Print(cmt);

      image.png
      image.png

      posted in Bug Reports
      roar
      roar
    • RE: Move block

      To move lower portion, use the second menu in the block.

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      @l-andorrà block 13 is not directly after the reset, anything can happen between those 2 events.

      Its better to use Print() (the "log message" block) because it gives the timestamps so you can be sure the values are updated ones

      posted in Bug Reports
      roar
      roar
    • RE: Is the admin modifying the code on variables?

      Try putting a comment block (or Log message) right after the reset block, and comment out all variables. This way you see their values, and also see when the reset happens.

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 120
    • 121
    • 17 / 121