Check count
Posts made by jstap
-
RE: Hello. Only open the position once.posted in Questions & Answers
If drawing the line you have the price value, use this value then delete from the variable you store in.
-
RE: Help understanding once per bar vs tickposted in Questions & Answers
You may be wrong as in only 1m candle, either way you see why they are not the same, and why every tick is better for testing.
-
RE: AND BLOCKposted in General Discussions
The solution is only yours, decide what you need, for example for 60min after trade closed EA will not entre another.
-
RE: AND BLOCKposted in General Discussions
Decide what your conditions are to allow/disallow a trade
-
RE: How to take repeated trades with same lot size and different pipsposted in Questions & Answers
Many ways, add a shared link.
-
RE: setting of conditionposted in Questions & Answers
Market properties, ask for buy, bid for sell.
-
RE: Help understanding once per bar vs tickposted in Questions & Answers
A tick can happen multiple times a second, O=open, H=high, L=low, C=close, OHLC could happen only a few times in an hour.
-
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
One condition needs to be < > and the other X> X<, this way a cross only has to happen once.
-
RE: Can you use 2 Indicators in one EA - RS1 and Moving Averageposted in Questions & Answers
You need to add a shared link, basically though put conditions in a row leading to your buy/sell block.
-
RE: Getting Current Market Price and writing it to a Constantposted in General Discussions
The Ask and Bid don't work like that, they are the prices that a broker uses to take a small amount of money every trade you take. The accepted price can change, they call this slippage, it can be different to the requested price, weather pending or instant.
-
RE: how to stop a trade after hiting targetposted in Bug Reports
Do you mean placing a new trade if target hit? If so you need to add a condition to stop this happening.
-
RE: AND BLOCKposted in General Discussions
A cross will not happen at the same time, above and below will, if you back test this you can work out what will.
-
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
To me the AND block is good for things like a notification, for your normal trade tree though just put the blocks one after the other.
-
RE: increase the volumeposted in Questions & Answers
Am not here to build EA's for people, will gladly help but you need to do the work so you learn what to do, attempt this, run on back test and, then put a shared link here if not working.
-
RE: increase the volumeposted in Questions & Answers
You haven't got what you need, for a start you will need a second tree, if trade and so many pips away with place extra trade with the lot loop.