Sorry, didn't see it. And did you check both price levels are correctly stored into those variables?
Posts made by l'andorrà
-
RE: trade on candle low 0posted in Questions & Answers
-
RE: Difficulty in creating a custom martingaleposted in Questions & Answers
You need to change the block ID of all your blocks trees so that they are executed in the correct order. They are now executed in a disordered way that is causing that issue.
-
RE: The effect of time period of backtest in the resultposted in Questions & Answers
Backtest is just useful to discard terribly bad or simply bad strategies but never to find specifically profitable ones. The best you can do is making backtest the less unreliable possible, but it will always be unrealiable to a degree. Forward testing is definitely more reliable.
-
RE: Next orderposted in Questions & Answers
Do you mean a buy higher than the last previous buy and a sell lower than the last previous sell?
-
RE: Macd steretgyposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: Help on this !posted in Questions & Answers
Ok. And what criteria are used to move that trailing profit?
-
RE: Drawdown Calculationposted in Questions & Answers
We can try. Can you please provide the DD formula you need? I will try to create it with formula blocks.
-
RE: HOW TO SET GLOBAL PROFIT OR GLOBAL LOSS ON MANY OPENED TRADESposted in Questions & Answers
Do you mean selecting those as input parameters or just visualizing them on the chart?
-
RE: sell buyposted in Questions & Answers
@aliziya You need to check if that colour is stored into an indicator's buffer. if it is then you can use a standard 'indicator is visible' block by selecting that buffer.
-
RE: open price all positionposted in Questions & Answers
The only way is by using 10 different variables and store one price level per variable. Otherwise you should use custom code.
-
RE: macd steratgyposted in Questions & Answers
You connected both conditions blocks consecutively. That means both conditions need to happen at the exact same time when you need them to happen at different moments in time. Those blocks need to be executed separately and controlled by variables.
-
RE: close candle price with object on chartposted in Questions & Answers
Then you can store the price level into a variable at the exact moment the object appears.
-
RE: Define ( OR ) between two conditionsposted in Questions & Answers
@Genius-Trader This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: How to open trade in directionposted in Questions & Answers
That is a weird logic. Price will always move up and down while the candle is still in formation. How are you supposed to know it will move in one direction only?
-
RE: Hi thereposted in Questions & Answers
That depends on what you exactly need. What do you want the bot to do?
-
RE: How do I import this ex4 indicator? (ennum / int variables)posted in Questions & Answers
If those Constants are display menus then they should definitely be ENUM type variables. I hope jstap can help here. He's an expert on that.