Tüm siparişler - Strategy optimization - tamamlanmış

Sipariş oluştur

Kategoriler

Popüler beceriler

Tümü Forex Trading robot/indicator debugging Strategy optimization Statistics and mathematics C++ Strategy modules
Tüm dillerde 3504 tamamlanmış iş
Sırala:
50+ USD
1. If the chosen upper(D1, W1) timeframe shows that the last candle is buy candle then in lower(H4,H1) timeframe the EA will open buy order immediately and will continue to open buy orders after each buy candle and it will ignore every sell candle Example: Upper Timeframe: W1 Lower Timeframe: H1 In this case if the last W1 candle is sell candle EA starts to seek in H1 only sell candles and opens the sell
50+ USD
Hello, you can find the Tradingview source code on the attachment. I want an EA that open trades according to below examples. and Positions will close if the signal changes and open new trade with new direction. Positions are opened at the market price. Also I found the Pmax indicator for MT4. Sell position entry example below Buy position entry example below
35+ USD
Hi. I have finished robot. I want to add hedge distance, hedge lot, hedge tp level. Let"s say my code open a trade BUY, with a TP, your code need to open a Sell Stop Order xx pips below the buy order with a TP if the price go down and hit the TP of hedge order (Sell Stop) then close both trades. If price go up at opening price of BUY trade, then close both trades, and wait for next trade to open by my code