yes should work fine
Posts made by jstap
-
RE: Recovery Trade/s for closed losing tradesposted in Questions & Answers
Attack this 1 bit at a time, what is determining the pull back to know where the stop is moved to?
-
RE: Recovery Trade/s for closed losing tradesposted in Questions & Answers
@cuzyouaintme
If you need any help just ask -
RE: Recovery Trade/s for closed losing tradesposted in Questions & Answers
There is a vast amount of ways, try placing the recovery trade with a different group, check the profit of that trade, compare it to the loss and close when it's greater
-
RE: Virtual stop in pipsposted in Questions & Answers
high - low will give you the value in points, so do the opposite valuation if price is above
-
RE: Create Custom Block Problemposted in Questions & Answers
I don't know any thing about parameters in custom blocks, maybe try support, and maybe they can help you.
-
RE: New positionposted in Questions & Answers
various ways, but basically check trade age is older then 30 minutes, look for new trade.
-
RE: How to move the original stop loss position to the new stop loss levelposted in Questions & Answers
You already have most of it, make the amendments, test and add a shared link to see the changes, I will give advice on what else to change.
-
RE: How to move the original stop loss position to the new stop loss levelposted in Questions & Answers
Your modify stops need to be in a separate non connected tree (one may be all you need) starting with a pink for each trade block, so it selects the trade before moving stop.
-
RE: text objectsposted in Questions & Answers
clrDeepPink, you can get this colour from any FX block that uses colours. It's not a bool it's an enum, the problems with enum is you need to know the values in the code imposible to guess.
-
RE: How to move the original stop loss position to the new stop loss levelposted in Questions & Answers
This is quite easy to set up, start and add a shared link test project to see what you have done/are trying to do.
-
RE: text objectsposted in Questions & Answers
type is color & bool, but you will have to add all in order. the picture is showing, int, int, int, color, color, int, string, bool,
-
RE: text objectsposted in Questions & Answers
If you don't have the MQ file you have to manually input, but often you won't need to, just add the buffers it has.
-
RE: HOW TO USE MOVING AVARAGE OF ACCUMLATION DISTRIBUTION ?posted in Questions & Answers
No you unfortunately can't use another indicates data on FX with the standard blocks, you would have to get custom code to do it.
-
RE: My Breakout Strategy doesn`t buy at specific momentposted in Questions & Answers
I'm not sure what you mean, is range b time filter not controlling when this is allowed to happen?
