how to set close position block only for my indicator for buy and sell
-
Please am facing a problem that needs attention ASAP, if anyone can help me how to arrange the block for closing my entry position . this is what i was able to make but seems it is not working at all . the indicator arrow to close the trade will show up but the trade will not close .Thank you -
Can you please share the link to the project?
-
Pls how do I get the Link,
-
@Saesint your block #7 say "no position" , that's wrong. Delete it and check (or replace it with a block "if position")
-
@Saesint You can do it this way:

-
Pls i want to set a condition to manage entry using the entry price line (the green line that comes when you enter a trade showing the price at which the trade was entered)
For buy entry sell should already be entered and the entry price line should be the line to consider before buy entry can be done.
If price is below the entry price line of sell then enter for buy if price is above sell entry price line then buy should not enter -
I want to set a condition to manage my entry using entry price line ( the green dash line that shows on the chart when you enter trade showing the price of the trade)
For buy trade it make should make reference to the sell entry line before it can enter trade
If the price is below the sell entry price line then enter trade for buy , if Price is above sell price line then no buy trade should be entered -
I'm not sure I fully understand. Is that line ceated by the indicator or the bot? And is that the line you need to use to trigger the buy?