what do you mean?
Posts made by jstap
-
RE: Store Profit whenever there is position // if no more position, profit resets to 0posted in Questions & Answers
you don't need the check count block, did you want the profit or the price level?

-
RE: Studio Custom Functions All Deletedposted in Bug Reports
Contact support that's the only possible way of getting help over this.
-
RE: Close Last and Newest tradeposted in Questions & Answers
Look at the link I sent this can add more than 1 position at a time, yours was limited to a single position at a time
-
RE: working on object name and execute tradesposted in Questions & Answers
That depends on assets in your brokers market watch. I doubt you need that amount saved.
-
RE: working on object name and execute tradesposted in Questions & Answers
yes, once per hour - modify the variable to the value you want (in a separate tree).
-
RE: Close Last and Newest tradeposted in Questions & Answers
It has no way of creating more than 1 position, this should create more than 1 and close when profit is above the price. this is only a test project, you will need to test and change until it's how you want: https://fxdreema.com/shared/ttZkTguNd
-
RE: Close Last and Newest tradeposted in Questions & Answers
This should do it, add this into your bot: https://fxdreema.com/shared/oqT60bwOb
-
RE: Need Help for How I can close first order when EA opern second order and recover profit for allposted in Questions & Answers
A little more information would help, add a shared link to see what you've done
-
RE: working on object name and execute tradesposted in Questions & Answers
Is the text appearing in your comment, the same as your condition?
-
RE: Close Last and Newest tradeposted in Questions & Answers
Add to what you have from a loop yellow, because it goes to this once the loop has finished, another loop that collects the running profit, then off yellow use condition to check if the variable profit is>$4 to another loop to deleting trades from the oldest.
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
Start a new question for this, add a shared link to see what you have done, but basically when BE happens, place the trade.
-
RE: Break Even Only On 1st Tradeposted in Questions & Answers
I meant to reply to this yesterday, you cant use group numbers for manual trades, this might do it, but when the trade closes it will work on the next, so you would need to add something like a flag to stop BE working and reset when needed:

-
RE: Most loss positionposted in Questions & Answers
This should put the lowest running profit into the variable
-
RE: Most loss positionposted in Questions & Answers
You mean the total value of all losing positions buys and sells stored separately?
-
RE: How to edit variables in the inputs tab?posted in Questions & Answers
yes call the type color name what you want clr red in the value, should give you the dropdown in your inputs like your picture
-
RE: numberposted in Questions & Answers
add a shared link to see where this is but, NormalizeDouble(variable name,2); will do it
