Hello. I want to do that; for example I have an open buy order for 1.600 and SL:1.200 TP: 1.800 ... After that, I placed a sell pending order for 1.400... That new sell order's SL and TP points are must same point with buy order's (of course buy orders SL = new sell order's TP and buy order's TP = new sell order's SL) How can I do same points these. Thanks...
Posts made by Gauss
-
Same SL and TP points all ordersposted in Questions & Answers
-
RE: About FIBONACCI martingaleposted in Questions & Answers
no there is not any limit about add lots
-
RE: About FIBONACCI martingaleposted in Questions & Answers
For example; EURUSD, I opened a buy position with 0.1 lots on 1.12500 ... If the price is 1.12400 now, 0.2 lots must be add. If the price is 1.12300 now, 0.3 lots must be add. If the price is 1.12200 now, 0.5 lots must be add. I hope I could explain
-
RE: About FIBONACCI martingaleposted in Questions & Answers
Sir I seached but my problem is different. all the time 10 pips negative, it will increase lot size as fibonacci system.Not after loses... And I want to close all same side positions same time when arrive TP point
-
About FIBONACCI martingaleposted in Questions & Answers
Hello. I want to create an EA such that; 1 open buy 1 open sell on same point. After that, all the time 10 pips negative, it will increase lot size as fibonacci ( For example ; 1-) 0,1 2-) 0,2 3-) 0,3 4-) 0,5 5-) 0,8 6-) 1,3 7-) 2,1 ...). And when arrive TP point all of same side positions total ( For example 5pips), all same side positions will close. Please help me. Thanks...
-
RE: About multiple paritiesposted in Questions & Answers
the content is not important. my problem; How do I define moving averages in 1 EA that will open trades at different values for EURUSD and at different values for GBPUSD? In other words, when the values of EURUSD are active, only trading on EURUSD will be opened. Similarly, when the values of GBPUSD are active, only the transaction will be opened in GBPUSD.
-
About multiple paritiesposted in Questions & Answers
Hello. I created an EA and I want it to work at different values in each pair. For example, I want the 5 value MA in EURUSD to cut the 8 value MA, but in GBPUSD the 13 value MA will cut the 21 value MA and I want to write this in a single EA. For this, I used the system in this image in 15 different parities, but it didn't work. Trades are opened many times for the same parities. Where am I making a mistake? Thanks...

-
RE: About Moving Average levels !!posted in Questions & Answers
@roar that is true.but I did not still find a way to add a level on a moving average...
-
RE: About Moving Average levels !!posted in Questions & Answers
I used envelopes for EURUSD but normally envelopes's levels change for all instrüments
-
RE: About Moving Average levels !!posted in Questions & Answers
unfortunately this strategy does not work. anything not happen
-
RE: About Moving Average levels !!posted in Questions & Answers
@l-andorrà When the candle closure touches the 1420 level of the 355 moving average, I want the position to open. How can I do that ???
-
RE: About Moving Average levels !!posted in Questions & Answers
for example I want to add 355 period and 1420 level. I have to write +1420 or -1420 on adjust right ?
-
About Moving Average levels !!posted in Questions & Answers
hello.how can I add some levels on an moving average. (without envelopes!) thanks