How do you mean?
Posts made by jstap
-
RE: cancel pending order once other one is executedposted in Tutorials by Users
Under your conditions, delete pending and, place new.
-
RE: Round the number / Remainder divisionposted in Questions & Answers
You just need to add the semi colon:

-
RE: Round the number / Remainder divisionposted in Questions & Answers
Yes it's possible something like this will put the result in to the variable, if (First>Second) {result=First-Second}
else {result=Second-First;}This code will cut the number of 0.000 from the decimel, DoubleToString(variable,2);
-
RE: This EA is not taking ordes?posted in Questions & Answers
You try if not working add a new shared link
-
RE: Close trades with magic numberposted in Questions & Answers
Magic number is whatever you set, group is magic number+ group, either can be used to prevent closing other EA's trades.
-
RE: chinkou span line > span B lineposted in Bug Reports
It will most likley be the EA set up, create a small project only doing 1 thing that doesn't work, add a shared link and say what's not working.
-
RE: This EA is not taking ordes?posted in Questions & Answers
Your sell no trade block is on buys, the prefix name in your draw block needs to set the name:

-
RE: News Indicatorposted in Questions & Answers
I didn't look in the week when it's displaying, will try to find time next week
-
RE: chinkou span line > span B lineposted in Bug Reports
In above link you can see how to use the lines, use this to work out how to use.
-
RE: opening a trade problemposted in Questions & Answers
draw a line for a condition, then vissually you can see what value is being used
-
RE: indicator automationposted in Questions & Answers
And blocks require 2 inputs, not outputs, to use other TF's just select it in blocks:

-
RE: opening a trade problemposted in Questions & Answers
You need to work out what value is telling you, what is O-H-L-C OF DIFFRANT CANDLE ID's from there you will know what values to use.
-
RE: indicator automationposted in Questions & Answers
That's just the builder page, not your project
-
RE: indicator automationposted in Questions & Answers
You need to add a shred link, not the MQ file.
-
RE: opening a trade problemposted in Questions & Answers
Am a little lost with what you are doing with indicator is visible? The standard block conditions don't work correctly.
-
RE: How to have just 1 pending order one by one and not many at the same time?posted in Questions & Answers
put a no trade/order block at the top
