If this is created (loop and pass x times - buy/sell) any problems add a shared link and I'll look
Posts made by jstap
-
RE: Opening several positions in one directionposted in Questions & Answers
-
RE: EX works on tester but does not work at real timeposted in Questions & Answers
With this many conditions, you will have to test 1 condition at a time to see what might be causing the problem. Everything looks like it would work, but without using a process of elimination it's hard to tell.
-
RE: Please help me out.posted in Questions & Answers
For a start you need to decide what you class as support and resistance, and then work out how you react to this level
-
RE: 图片中虚线上穿均线该怎么设置posted in Questions & Answers
Add a shared link to look at: projects - create a project link - open in web page - copy address and paste here
-
RE: 图片中虚线上穿均线该怎么设置posted in Questions & Answers
Put the value in a comment so you can check with the cross hair that the value is usable.
-
RE: indicatorposted in Questions & Answers
You can use apply template block, but only works on live. if you save a template with the exact ea name it will load all, may only work on backtest
-
RE: Opening several positions in one directionposted in Questions & Answers
to place multiple use a loop above buy/sell. to place every time something happens the logic set up of blocks will decide this
-
RE: Hammer EA no sell positions backtestingposted in Questions & Answers
To work out if this is right, run on visual backtest, and check if once every candle when the condition is true you get a trade, otherwise, you get none.
-
RE: Hammer EA no sell positions backtestingposted in Questions & Answers
It is just the set up, turn things off that are not needed, this should give you a new trade every bar if conditions are met:

-
RE: Trying to merge two strategies, VSA and MACDposted in Questions & Answers
upper left create a variable, there is more to it though, you will have to create a project, and add a shared link for any problems
-
RE: Trying to merge two strategies, VSA and MACDposted in Questions & Answers
Many ways but simply, have a bool condition, and if true one is used, and if false the other is used, or save the result in a variable so the other can use it.
-
RE: Update My EAposted in Questions & Answers
It is not as simple as 1 block, it is putting blocks together to achieve your goal

