I want to use signals from H1 Timeframe as a main guide and signals from M1 as a local guide for trading
Posts made by Prot82
-
RE: How to use Constant for Timeframeposted in Questions & Answers
-
RE: How to use Constant for Timeframeposted in Questions & Answers
It already offer Current Timeframe, but I would like to use 2 Timeframe's Indicators at once, so it has to be some kind of Constant to be able to change in EA's inputs
-
How to use Constant for Timeframeposted in Questions & Answers
Hi Guys,
The Timeframe data type is ENUM_TIMEFRAMES and in "Condition" block, when I choose "Indicator" -> "Moving Average" there is a dropdown list (Combo box) containing all Timeframes to choose. So, I would like Timeframe to be changeable as EAs input (Constant) for back testing. How to do that?
... many thanks in advance
-
What is executed first, "On Tick" code or "On Trade" code when trade happens?posted in Questions & Answers
Hi Guys,
What is executed first, "On Tick" code or "On Trade" code when trade happens?
For example, if the same variable is changed by some code in the "On Tick" tab and also in the "On Trade" tab and some trade happened in the market;
So, 2 things has happened in one market tick, "On Tick" has triggered by market tick and "On Trade" has triggered by trade.
In that situation, both tabs ("On Tick" and "On Trade") will change variable, which one will be first?
-
How to get number of active(open) Buy and Sell positions?posted in Questions & Answers
Hi friends,
As title says, I would like to know how to get number of active(open) Buy and Sell positions? Which blocks to use? And it would be great to put that numbers in 2 different variables.
Can anyone help?
Best,
Mihajlo