I can predict history price for $30
Posts made by roar
-
RE: Close trades based on equity versus balanceposted in Questions & Answers
@tsheppo like this. To close ALL trades, remember to change all the default filters in the close trades.

-
RE: multi symbol eaposted in Questions & Answers
@cameron check the variables once again, the code says its "sybmol" here, not "symb". It must be exactly right.

-
RE: multi symbol eaposted in Questions & Answers
@cameron I dont see how thats possible.. Could you send a link? And by the way, you dont need to use metaeditor to compile
-
RE: multi symbol eaposted in Questions & Answers
@cameron not quite. Just copy-paste the blocks from my link.
-
RE: multi symbol eaposted in Questions & Answers
@cameron all right, hope this works lol
https://fxdreema.com/shared/HYESrr9rdIt uses a variable, so you have to set up it for yourself too:

-
RE: multi symbol eaposted in Questions & Answers
@cameron no, I cant spot anything wrong. The "position closed" block was recently updated, maybe theres some bug. Let me investigate this for a minute
-
RE: multi symbol eaposted in Questions & Answers
@cameron you use ATR in the modify stop, how about my version?

Or like this:

-
RE: multi symbol eaposted in Questions & Answers
@cameron this is what I had in mind. Sorry, circled the wrong blocks in a hurry.
https://fxdreema.com/shared/CuZlanl8If that doesnt work either, we will have to move into some custom code and variables..
-
RE: multi symbol eaposted in Questions & Answers
@cameron why did you use the "on trade" tab in the first place? You want the breakeven to happen when one trade is closed?
-
RE: multi symbol eaposted in Questions & Answers
@cameron no, I think the type check has no use, actually
-
RE: multi symbol eaposted in Questions & Answers
@cameron ok, now thats weird. I guess next option is to forget about the "set break even" block and reconstruct the same logic using the pink blocks...

-
RE: Help with finding the angle/rate of change of an indicatorposted in Questions & Answers
@rmfletcher here's a shortcut. I read this as "current MACD is below last MACD even when its inflated 5%"

-
RE: multi symbol eaposted in Questions & Answers
@cameron all pages. Its the default setting, so you dont have to change it, if you havent touched it earlier.
-
RE: multi symbol eaposted in Questions & Answers
@cameron ok, I thought the above blocks would convey the symbol info to the below block. Worth trying, lol.
Next option is to use the same "set current market" block in the other tab (on trade) as well. If you do this, remember to set the symbol setting to "specified" in all blocks.
-
RE: multi symbol eaposted in Questions & Answers
@cameron to fix it, try setting to "Specified" in that breakeven block, and leave everything else as is.
-
RE: multi symbol eaposted in Questions & Answers
@cameron you have set the "Break even point" block to work with any symbol, so it does exactly that.

I think this is closer to what you want
https://fxdreema.com/shared/J8knolnod -
RE: Simple Condition. Is there a bug? Or did i missed anything?posted in Questions & Answers
@biztet said
For closing trade, it should happen only once after the candle close.
No, it happens on every tick, it just reads the value from last candle. Put a "once per candle" filter there, that should help