
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
The value of the green line varies from 0 to 360 degrees. A signal to sell, for example, could be a value of 180. If the previous value is less than 180, and the current value is greater than or equal to it, the signal is there.
In such an example, the signal to close would be 180 for the value of the red line plus 360.
It is more convenient to select the signal values approximately in the middle of the green line, e.g. 150, 180, 210, 240.
Correspondingly, the position reversal signals if the values of the red line added to 360 will be 150, 180, 210, 240.
The lines themselves can easily be moved 360 degrees by selecting a leverage ("leverage") from 1 to 145, where 145 is the period of the sine wave."Blue", "green", "purple to speckled" ... These are just labels and nothing more. Especially since there is no green (clrGreen) at all:
"Blue", "green", "mottled purple" ... These are just labels and nothing more. Especially since there is no green (clrGreen) at all:
I see what this is about. (
Now.
Green phase line, 5th line is read from array 4.
Red lower phase line, line 6 is read from array 5.
Forum on trading, automated trading systems and trading strategy testing
Looking for an Indicator for trading pairs
Vogul, 2020.04.09 15:45
i am looking for an indicator to trade on pairs and i dont know how to use it. I wanted to write an Expert Advisor in my time on 5 minute candlesticks. The idea is simple. We start an indicator for each pair, which locally on 5-minute candlesticks determines the direction of price movement. This may even be RSI. The advisor opens deals on these pairs according to the indicator.
The Expert Advisor starts separately on each pair, and exchanges them about the state of the trade through the global variables.
If both pairs have profit, they take it independently.
If only one of them has profit, at the moment when they have a breakeven in total, both of them close the positions.
If there are no profits, one stops just in case. This moment needs to be studied. Many interesting things can happen here. For example, a reversal. It can be only on one pair or on both of them. So it is like this.
But later I decided to abandon this idea. Recently, couples have begun to behave more independently of each other. Different times are coming. I think it's risky to trade on pair trades. Now it's "Tamara and I don't go in pairs".
Looking for an indicator for pair trading
Vogul, 2020.04.09 15:45
The plan is the following: the multicurrency Expert Advisor for two symbols is being developed. And then we'll see ...
Added: The codes will be in projects - look for the project
through the MetaEditor
Added: signals for RSI taken here (Relative Strength Index oscillator signals ) and taken one signal for BUY and one signal for SELL:
Signal type
Condition description
Over Bought
To sell
Two_Symbols_iRSI_EA. 1.002 Added parameter'Profit target, in deposit money' - total positions closing on two symbols, if total profit on one and second symbol reaches'Profit target, in deposit money'.
Thank you, we are testing! Vladimir,
First, control the number of positions.
Then the averaging.
First, controlling the number of positions.
Then the averaging.
Two_Symbols_iRSI_EA. 1.003 Added parameter'Maximum positions' for each symbol.
Two_Symbols_iRSI_EA.
The averaging can be different:
... Your options