Is simple create a project, paste shared link here if not working.
Posts made by jstap
-
RE: Assistant as close all if profitposted in Questions & Answers
-
RE: High/Low price in range of candles is not workingposted in General Discussions
No sure what you are doing, but this is drawing lines and placing trades for me.
-
RE: Resolving the issue of the difference in calculated lot size in capital management 'Risk % of Balance (Volume size depending on Stop-Loss)' between 2 different brokersposted in Questions & Answers
Set up a small test project, one that places a trade then closes it on SL, use this to check if you get the same values on both brokers, with the same lot size, also check if you gat the same pip distance with your crosshair. you can do this on back test, ctrl and f will bring this up on MT5. FYI lot siz
es on FTMO tend to be a lot bigger for the same value. -
RE: High/Low price in range of candles is not workingposted in General Discussions
It is in the orange blocks, watch price cross this, when a trade should be placed, if not working after visually checking, report what happens here.
-
RE: how to draw trend lineposted in Questions & Answers
Roar is an advanced user, I don't understand some of what he does. You won't need custom code, what is your clarification for the start and end of a trend line?
-
RE: Close all open trades and pending orders for all pairs when X profit reachedposted in Questions & Answers
Condition block, account profit > X, then connect to another block, and do something.
-
RE: My project says Compilation errorposted in Questions & Answers
It is 10 connections, you can place as many blocks as you want, but you can't download until you get full.
-
RE: High/Low price in range of candles in not working.posted in Questions & Answers
Draw a line so you can visually check
-
RE: High/Low price in range of candles is not workingposted in General Discussions
Draw the line so you can visually see what's happening
-
RE: High/Low price in range of candles in not working.posted in Questions & Answers
Put the in a condition block, draw this line so you can visually check what's happening:

-
RE: how to draw trend lineposted in Questions & Answers
Orange block, draw line, set to trend line, put start and end time and price.
-
RE: High/Low price in range of candles is not workingposted in General Discussions
Get the value in a condition block, draw a line here so you can visually check on back test what's happening:

-
RE: time filterposted in Questions & Answers
Use market properties highest price in period of time, and set right operand to day TF.
-
RE: How to close the buy pending order if my sell now block hits TP.posted in Questions & Answers
The on trade event data only works on the on trade tab, you need to use flags.
-
RE: One alert via notificationposted in Questions & Answers
There is a reset block, use something else (like time) to trigger this, put pass once where you wand logic to stop. Set this up, test if not working add a shared link here.
-
RE: How to close the buy pending order if my sell now block hits TP.posted in Questions & Answers
In the position closed block, it has closed by (TP, SL etc)
-
RE: How to close the buy pending order if my sell now block hits TP.posted in Questions & Answers
On trade tab, trade closed by TP block-turn flag off, on tick tab reset the flag when needed, check above buy/sell.
-
RE: One alert via notificationposted in Questions & Answers
Use a pass once block, reset when you want
-
RE: Discord Alertposted in Questions & Answers
You would need a coder, it is possible, but no one here can do it.