SCALE AND MARTINGALE AT THE SAME TIME
-
Good day. How can I go about building a Bot that scales more positions as price goes in profit. But that same trade goes into Loss, it martingales below the price.
For example I have a Key trade, that is the first trade that opens is the Key trade. Price only scales more positions when price is in profit, then when it's in loss only on that key trade, it martingales.
Waiting for your urgent response. Thank you
-
The process is the same for both, place a trade - pips away (-) for martingale - place order --- pips away (+) for continuation trade - place otder
-
@jstap Can you show me a picture representation on fxdreema so I can see how its done properly. Thank you
-
Like this: https://fxdreema.com/shared/1EmtY3YFb
-
@jstap Thank you for this. This will be greatly appreciated
I have a Final question. So I have an RSI bot, if RSI is about the 50 middle line. BUY. And likewise for sell, below 50, SELL. so each of these trades are Grouped. Buy trade group 1, sell trade Group 2. They both MartingaleMy Question is, If The BUY TRADE is Active and SELL TRADE also Active. If the RSI is above the 50 middle line, stop all Activity on the sell side until the RSI is below 50 before it continues. It won't close the trades, it will only stop because the RSI is above the 50 line for a Buy.
Likewise for SELL. When the RSI is below, all activities on the Buy side Stops.
-
Sounds like you just need to put a condition above buy/sell that stops a trade if rsi is =< or => 50, maybe an if trade on the top of the tree...
-
@jstap can I see an Example please
-
@jstap waiting for your urgent feedback
-
add your trade conditions to this, but you need a tree to place trades in the first place, as this only works if a buy and a sell is already open. https://fxdreema.com/shared/Ec3Xeq1cc
-
@jstap It didn't work as expected
-
Why? To help the reasons why it needed to be different or what is wrong is needed.
-
@jstap https://fxdreema.com/shared/1EmtY3YFb
Please check and review -
You need your check to go through the no trade to stop too many trades.

-
@jstap
Good day. How can I go about building a Bot that scales more positions as price goes in profit. But that same trade goes into Loss, it martingales below the price.For example I have a Key trade, that is the first trade that opens is the Key trade. Price only scales more positions when price is in profit, then when it's in loss only on that key trade, it martingales.
Waiting for your urgent response. Thank you