Check Profit (unrealized) Take Profit point not showing
-
Hi! I have a problem.
I have an EA with martingale settings as the its loss management via Add to volume and I am using the Check profit(Unrealized) Block to close martingale sequence at certain profit in Pips. this is working really good, buttttttttttttttttttttt.... the Take Profit line is not showing.
is their a way I can draw a line or other method that the Take Profit line will show in the chart?
Thanks
-
@bhadzlagayan Can you please share the link to your project?
-
@l-andorrà said in Check Profit (unrealized) Take Profit point not showing:
share the link to your
-
Its working fine, its just that, some of my Costumers are asking if I can show atleast a LINE so when they know how much would the price should move, etc..
-
@bhadzlagayan You can use a 'Comment' block for that, but I don't fully understand what you exactly mean by 'how much the price should move'.
-
Its oki now. I figure out hot to draw the line. hahaha. Another question.
What TYPE and VALUE should I put if I want to enumerate Allow/Reject blocks like the Weekday filter?
-
@bhadzlagayan I read the other thread you created. You will see my reply there.
-
@bhadzlagayan can you show me how to add the line ?
-
@bhadzlagayan hi I know this is a old topic but can u help I'm in the same problem I, want to see the take profit line using the check profit(average) block
-
Hi! no you cant see the line using the check average line.
What I did for that old project is I simulated a line using drawline method and refer to the last trade as the starting point.
I created a loop that will compute for the profits of the trade, convert it to a single value, then plot using drawline.
Goodluck!