@lali Do you mean a martingale? If so you will need a completely different structure to determine lot size. Is this martingalse supposed to be active no matter if the pending order is activated or not?
Posts made by l'andorrà
-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
-
RE: Entry at cross of price line EAposted in Questions & Answers
@vmaruziva jsauter is right. Share your current project and I will help you.
-
RE: How to turn off "buy now" and turn on another "buy now"?posted in Questions & Answers
@andrew-b This is what you need:

-
RE: simple strategyposted in Questions & Answers
@runegg Obviously not.
You are supposed to make your part too. -
RE: Terminate other EA for awhile and restart it after certain timeposted in Questions & Answers
@saeed-2 You will need at least two variables. One for engaginf the counting structure (you can use a boolean one when the new trade is open) and then a second int variable used to count 1M bars. You can do it this way, for example:

Obviously you will have to reinitiate both variables when the trade is closed.
-
RE: Entry at cross of price line EAposted in Questions & Answers
@vmaruziva That is not a trivial project to do. Did you read the instructions pages to begin with?
-
RE: Terminate other EA for awhile and restart it after certain timeposted in Questions & Answers
@saeed-2 You can create a separated structure counting 1M bars after the condition. However, that will never be as exact as jsauter suggests.
-
RE: I keep receiving a "uninit reason 1" which causes a terminal close. WHAT DO I DO?.posted in Questions & Answers
@bmcghee That is cretainly weird. Did you make any othe change in the project?
-
RE: Not sure this is a bug, buy buy/sell arrows don't workposted in Bug Reports
@greenplanet I hope the admin can read this. Thank you.
-
RE: simple strategyposted in Questions & Answers
@runegg Did you try q8carpenter suggestion? This is how to do it.
-
RE: TRAILING STOPposted in Questions & Answers
@jpsam Can you please share the link to your project?
-
RE: Pips per second/minute/hourposted in Questions & Answers
@wezil It depends on what that will be used for. Why do you exactly need to know how many pips per second are arrivint to your terminal right now?
-
RE: All projects remain stuck in the 'loading..' phase and are unusable.posted in Bug Reports
@drewliedadeuce Weird. I've been using the platform normally these days with no problem.
-
RE: Terminate other EA for awhile and restart it after certain timeposted in Questions & Answers
@saeed-2 In that case, yes, you will need terminal variables to do that. I'm afraid I cannot help you there, I'm not a programer.

-
RE: Repeat lot size of deleted panding orderposted in Questions & Answers
@lali This is one way to do it. You create a variable and then use this structure on the 'on trade' tab (not on the 'on tick' tab):

Please notice you will have to specify what you need, buys, sells or both.
Then that variable can be used normally on any buy/sell now blocks.
-
RE: Delay open position for certain time if condition meatposted in Questions & Answers
@saeed-2 You can use a boolean variable to determine when the time counter begins and then use the Jim 67 suggestion condition block to chack it out.
-
RE: Entry at cross of price line EAposted in Questions & Answers
@vmaruziva That depends on how the first line value is inserted into the EA. Will it be manually or via custom indicator?
