What do you mean by volume?
Posts made by jstap
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
Add a shared link, to me BE moved stop, then only trail can move it.
-
RE: How can I make the market work?posted in Questions & Answers
No mate you have all, remove your set market block, reset all to current, test then add a shared link for any problems.
-
RE: EA start settingposted in Questions & Answers
The auto trading stops trades being placed, if you want behind the seen ' calculations to wait, you have to set some logic to achieve this, some thing like, set a flag to false on init, then on tick set to true, then check to do what you want.
-
RE: How to close trade on moving average crossover? Or moving average direction change?posted in Questions & Answers
You didn't set buy and sell in close: this works: https://fxdreema.com/shared/OC9QWN4bd
MA cross test.ex4 -
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
That is break even, set an offset to what profit you want minimum.
-
RE: fxDreema affiliateposted in General Discussions
@TipsyWisdom Good point, might find time at some point.
-
RE: How to close trade on moving average crossover? Or moving average direction change?posted in Questions & Answers
Try this, set up a cross to open a trade, then set up a cross to close the trade, nothing more, run this on back test, and watch what happens, I don't use this, but I have and worked for me,
-
RE: fxDreema affiliateposted in General Discussions
For me when you do something for people, they have to understand the basics to what you have done, so if something doesn't work as they expect, they can understand why. That being said I have thought about doing it.
-
RE: How to close trade on moving average crossover? Or moving average direction change?posted in Questions & Answers
Effectively this is doing what you need, but you don't need the pink for each trade, these blocks work as part of 2, dark pink, then light pink, or a light pink inside another block. I would set up a small test project doing 1 thing, when working, I would add to my main project.
-
RE: How can I make the market work?posted in Questions & Answers
Remove the set market block, get it working on 1, then add the set market block, allowing it to set all markets.
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
If you want to lock in 20pips every time you move 30 pips then set step to 20, then every 20pips SL will jump, to how far behind price you have the stop set to.
-
RE: Line showing price for other currency pairsposted in Questions & Answers
I do not know how to back trace it.
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
Use trailing for each trade, step is jump, stop is how for behind open that stop stays, group will move different with each new trade
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
You have to add a shared project
-
RE: "order deleted" blockposted in Bug Reports
What is this about? because on it's own it's useless.
-
RE: How to Stop EA after Daily Target in % of Day's Starting Balanceposted in Questions & Answers
Have done it like this for years, change day loss variable to what's in the picture:

-
RE: How to Stop EA after Daily Target in % of Day's Starting Balanceposted in Questions & Answers
Put it under for each trade, but you want day profit.