@morat An indicator like PSAR works from price action, bucket of closed trades set for the day will give you the count, check this in a condition block.
Posts made by jstap
-
RE: how i can use price action to open tradesposted in Questions & Answers
-
RE: only trailstop the trades in profit when there is one trade in profit the trail stop trigers on all trades even those in non profit so only 1 trade wins and the other losesposted in Questions & Answers
@jphuman1997 Block like what? The trail block is the same for both
-
RE: Martingale principlesposted in Questions & Answers
@NZEFILI It can't, it's your money managment process to your stratagy.
-
RE: Does "Any Symbol" really work?posted in Questions & Answers
If you put a set market for next block at top, it will loop through all selected.
-
RE: Closing pending ordersposted in Questions & Answers
Delete pending order, any that activated are now trades
-
RE: I need help on this ππposted in Questions & Answers
for a start I would have 1 button that does the on and off, you can use object on chart selected by the name used to draw, if = 1 is off, if = 0 is on depending on the state of button depends on whether on of off, you will see this in the journal
-
RE: Track multiple instruments/pairs with one EA instance?posted in Questions & Answers
You can specify but if you want multiple symbols you need to use the set next blocks to market
-
RE: Does "Any Symbol" really work?posted in Questions & Answers
Yes for example the no trade block with any symbol will wait for all trade on account to be closed before activating
-
RE: Get the total lot size tradedposted in Questions & Answers
Bucket of closed trades, or bucket of trades
-
RE: I need help on this ππposted in Questions & Answers
You create the button on init, when clicked the button turns on activates the blocks you want, then you either redraw the button off, or when clicked off it deactivates the button
-
RE: Track multiple instruments/pairs with one EA instance?posted in Questions & Answers
Not if you specify the name of desired symbol
-
RE: how to make this ea takes multiple tradesposted in Questions & Answers
on your project screen, projects, create shard link, open in web page, copy and past address bar here
-
RE: Open pending order based on last opened trade priceposted in Questions & Answers
Connect both blocks to the orange of the block above
-
RE: Martingale principlesposted in Questions & Answers
So that is your strategy, martingale is the money management
-
RE: Track multiple instruments/pairs with one EA instance?posted in Questions & Answers
Yes and the option is in most blocks.
-
RE: Martingale principlesposted in Questions & Answers
@NZEFILI Martingale is not a strategy, it's a money management concept, if you find how to implement it with out loosing share the stratagy...would be good to know.
-
RE: A mistake in my SL moving EAposted in Questions & Answers
I did the best thing to do is create a simple project just doing what you want, once working you can add others, this is how I do it, use process of elimination. from what I see the only blocks turning blocks off are under red blocks. In your journal you will see what blocks turn on and off.
-
RE: Help for beginnersposted in Tutorials by Users
Actually it's 10 connections, if all you want is a simple crossover, then this is enough connections.