Get full if pay for full, free and full, you just have to select MT5 when you name your project
Posts made by jstap
-
RE: Is there a Free version for meta trader 5?posted in Questions & Answers
-
RE: Trade/Order propertiesposted in Questions & Answers
Candle close on 0 is the current price, you need to work on 1> if you want a guaranteed result. Once per bar x2 needs to go above directly buy/sell otherwise it will activate on the candle so can't activate for opposite order.
-
RE: Trade/Order propertiesposted in Questions & Answers
Good question, add a shared link to see how things are set up, a picture is only half the required information, words always help.
-
RE: press button and draw horizontal lineposted in Questions & Answers
Do this on tick, this way works on back test, condition block, object on chart with button name==1, this is for button on, do required settings, redraw button off, use if testing block above, once working copy on yo on trade tab without if testing.
-
RE: Incremental Pips Gapposted in Questions & Answers
Use pink blocks to gat the value, save into a variable, compare using a check distance block.
-
RE: Trade/Order propertiesposted in Questions & Answers
Not sure what the difference is, if trades are running when bot starts the number is the same (I believe), think this number relates to the ticket number.
-
RE: Custum indicatorposted in Questions & Answers
Does it have object on chart and, are they in the object list?
-
RE: I need my constant to measure pips and not dollars.posted in Questions & Answers
Pips never seam to work well for me, when you add -pips to+ pips things don't seem to work well, I always use money
-
RE: Trade/Order propertiesposted in Questions & Answers
You can get this by using for each order, the first 1 placed is 1
-
RE: Open a position based on trend/movement.posted in Questions & Answers
No trade/position block only allows 1, if using this your logic needs set up so, if 1 is running, then conditions are correct, open 2 etc.
-
RE: Open a position based on trend/movement.posted in Questions & Answers
Although true/false=1,2 I would still stick to 1 type, set up a test showing what happens in a comment or drawing an arrow, then when this is working you can add the other condition.
-
RE: objects on the chartposted in Questions & Answers
In a comment put the levels then check with your crosshair.
-
RE: close position/order does not workposted in Questions & Answers
I did not change anything, I just moved blocks and, changed connection.
-
RE: Open a position based on trend/movement.posted in Questions & Answers
1st part is easy, condition block 50>200= orange dot, 50<200= yellow dot. To set up old you will need to record true/false when conditions are true/false, and set up logic to depict your conditions.